compiler: check for floating-point exponent overflow
[platform/upstream/gcc.git] / gcc / go / gofrontend / lex.cc
2020-12-18 Ian Lance Taylorcompiler: check for floating-point exponent overflow
2020-12-15 Ian Lance Taylorcompiler: better error for unexpected digit
2020-01-27 Ian Lance Taylorcompiler: cleanups permitted by GCC requirement of...
2019-08-31 Ian Lance Taylorcompiler, runtime: support and use single argument...
2019-08-17 Ian Lance Taylorcompiler: support new numeric literal syntax
2019-06-23 Ian Lance Taylorcompiler: edit error messages to avoid -Wformat-diag...
2018-09-28 Ian Lance Taylorcompiler: fix parsing issue with non-ASCII first packag...
2018-09-13 Ian Lance Taylorcompiler: implement //go:nowritebarrierrec
2018-01-24 Ian Lance Taylorcompiler: rationalize external symbol names
2017-06-23 Ian Lance Taylorcompiler: add go:notinheap magic comment
2017-06-22 Ian Lance Taylorcompiler: fix stale comment in lexer
2016-11-18 Ian Lance TaylorCorrect gcc/go/gofrontend/lex.cc and libgo/aclocal...
2016-09-23 Than McIntoshcompiler: better abstraction layer for diagnostics.
2016-09-09 Ian Lance Taylorcompiler: break dependence on hex_value
2016-08-10 Ian Lance Taylorcompiler: implement go:noinline and go:nosplit directives
2016-08-09 Ian Lance Taylorcompiler: implement go:linkname compiler directive
2016-08-09 Ian Lance Taylorcompiler: rewrite compiler directive support
2016-02-11 Jakub Jelinekcgraph.c: Spelling fixes - behaviour -> behavior and...
2015-10-05 Ian Lance Taylorlex: Update unicode letters table to Unicode 8.0.0.
2015-09-11 Ian Lance Taylorcompiler: Avoid unsafe memcmp for nointerface comments.
2015-08-31 Ian Lance Taylorcompiler: Check for invalid UTF8 in Go comments.
2015-08-25 Ian Lance Taylorcompiler: Accept numeric literals with leading zeroes.
2015-08-11 Ian Lance Taylorcompiler: Handle newlines in general comments.
2015-07-31 Ian Lance Taylorcompiler: Update unicode tables.
2015-07-24 Ian Lance Taylorcompiler: Disallow rune literals with '\X'.
2015-04-11 Ian Lance Taylorcompiler: discard carriage returns in raw string literals
2014-07-08 Ian Lance Taylorre PR go/61746 (A line starting with /*// causes an...
2013-10-11 Ian Lance Taylorcompiler: Improve handling of invalid ASCII characters...
2012-12-03 Ian Lance Taylorcompiler: Don't encode non-ASCII characters in identifiers.
2012-11-28 Ian Lance Taylorcompiler: Implement //go:nointerface comments.
2012-09-22 Ian Lance Taylorcompiler, runtime: Reject surrogate pair converting...
2012-09-20 Ian Lance Taylorcompiler: Give error for byte-order-mark in middle...
2012-09-19 Ian Lance Taylorcompiler: Ignore byte-order-mark at start of file.
2012-09-17 Ian Lance Taylorcompile: Detect invalid and likely-bad import statements.
2012-05-07 Ian Lance Taylorcompiler: fix an ICE when parsing 0xdie, reject token...
2012-02-07 Ian Lance Taylorcompiler, libgo: Use //extern comments rather than...
2012-01-23 Ian Lance Taylorcompiler: Give an error if a variable is defined but...
2012-01-21 Ian Lance Taylorcompiler: Change alias handling, change rune alias...
2011-11-29 Sanjoy Dascompiler: Define and use backend-independent Location...
2011-08-15 Gabriel CharetteLINEMAP_POSITION_FOR_COLUMN had the exact same effect...
2011-04-23 Ian Lance TaylorDefine go_unreachable to replace gcc_unreachable.
2011-04-21 Ian Lance TaylorDefine go_assert to replace gcc_assert
2010-12-23 Ian Lance TaylorInitialize Lex::lineoff_ field.
2010-12-21 Ian Lance TaylorDon't warn about []int of string with NUL bytes.
2010-12-21 Ian Lance TaylorCorrect lexing of exponents.
2010-12-14 Ian Lance TaylorInsert semicolon at EOF if necessary.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.