aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/lex.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-23compiler: add go:notinheap magic commentIan Lance Taylor1-1/+2
2016-09-09compiler: break dependence on hex_valueIan Lance Taylor1-0/+3
2016-08-09compiler: implement go:linkname compiler directiveIan Lance Taylor1-2/+29
2016-08-09compiler: rewrite compiler directive supportIan Lance Taylor1-8/+27
2015-08-11compiler: Handle newlines in general comments.Ian Lance Taylor1-1/+1
2012-12-21re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)Ian Lance Taylor1-1/+0
2012-11-28compiler: Implement //go:nointerface comments.Ian Lance Taylor1-0/+12
2012-09-17compile: Detect invalid and likely-bad import statements.Ian Lance Taylor1-0/+4
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor1-0/+8
2012-01-23compiler: Give an error if a variable is defined but not used.Ian Lance Taylor1-0/+7
2012-01-21compiler: Change alias handling, change rune alias to int32.Ian Lance Taylor1-1/+21
2011-11-29compiler: Define and use backend-independent Location class.Sanjoy Das1-16/+19
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor1-8/+8
2010-12-21Correct lexing of exponents.Ian Lance Taylor1-0/+3
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+446