summaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/lex.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler: add go:notinheap magic commentian2017-06-231-0/+5
* compiler: fix stale comment in lexerian2017-06-221-2/+1
* Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versionsian2016-11-181-2/+2
* compiler: better abstraction layer for diagnostics.ian2016-09-231-38/+40
* compiler: break dependence on hex_valueian2016-09-091-15/+61
* compiler: implement go:noinline and go:nosplit directivesian2016-08-101-2/+0
* compiler: implement go:linkname compiler directiveian2016-08-091-7/+19
* compiler: rewrite compiler directive supportian2016-08-091-40/+151
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-111-2/+2
* lex: Update unicode letters table to Unicode 8.0.0.ian2015-10-051-22/+36
* compiler: Avoid unsafe memcmp for nointerface comments.ian2015-09-111-1/+3
* compiler: Check for invalid UTF8 in Go comments.ian2015-08-311-0/+10
* compiler: Accept numeric literals with leading zeroes.ian2015-08-251-2/+8
* compiler: Handle newlines in general comments.ian2015-08-111-2/+11
* compiler: Update unicode tables.ian2015-07-311-175/+312
* compiler: Disallow rune literals with '\X'.ian2015-07-241-1/+0
* compiler: discard carriage returns in raw string literalsian2015-04-111-1/+4
* 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