summaryrefslogtreecommitdiffstats
path: root/gcc/go/gofrontend/lex.cc
Commit message (Expand)AuthorAgeFilesLines
* PR go/61746ian2014-07-081-1/+1
* compiler: Improve handling of invalid ASCII characters in identifiers.ian2013-10-111-1/+22
* compiler: Don't encode non-ASCII characters in identifiers.ian2012-12-031-5/+1
* compiler: Implement //go:nointerface comments.ian2012-11-281-1/+8
* compiler, runtime: Reject surrogate pair converting int to string.ian2012-09-221-0/+6
* compiler: Give error for byte-order-mark in middle of file.ian2012-09-201-1/+9
* compiler: Ignore byte-order-mark at start of file.ian2012-09-191-1/+10
* compile: Detect invalid and likely-bad import statements.ian2012-09-171-0/+30
* compiler: fix an ICE when parsing 0xdie, reject token 0x123i.ian2012-05-071-1/+3
* compiler, libgo: Use //extern comments rather than __asm__.ian2012-02-071-1/+34
* compiler: Give an error if a variable is defined but not used.ian2012-01-231-0/+14
* compiler: Change alias handling, change rune alias to int32.ian2012-01-211-2/+9
* compiler: Define and use backend-independent Location class.ian2011-11-291-22/+20
* LINEMAP_POSITION_FOR_COLUMN had the exact same effect asgchare2011-08-151-6/+2
* Define go_unreachable to replace gcc_unreachable.ian2011-04-231-4/+4
* Define go_assert to replace gcc_assertian2011-04-211-5/+5
* Initialize Lex::lineoff_ field.ian2010-12-231-2/+2
* Don't warn about []int of string with NUL bytes.ian2010-12-211-10/+11
* Correct lexing of exponents.ian2010-12-211-3/+22
* Insert semicolon at EOF if necessary.ian2010-12-141-1/+7
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+2287
OpenPOWER on IntegriCloud