index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
go
/
gofrontend
/
lex.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
compiler: permit compiler directives in parenthesized groups
Ian Lance Taylor
1
-6
/
+5
2021-01-18
compiler: read embedcfg files, parse go:embed directives
Ian Lance Taylor
1
-0
/
+94
2020-12-18
compiler: check for floating-point exponent overflow
Ian Lance Taylor
1
-0
/
+4
2020-12-15
compiler: better error for unexpected digit
Ian Lance Taylor
1
-0
/
+7
2020-01-27
compiler: cleanups permitted by GCC requirement of MPFR 3.1.0
Ian Lance Taylor
1
-6
/
+6
2019-08-31
compiler, runtime: support and use single argument go:linkname
Ian Lance Taylor
1
-3
/
+3
2019-08-17
compiler: support new numeric literal syntax
Ian Lance Taylor
1
-63
/
+216
2019-06-23
compiler: edit error messages to avoid -Wformat-diag warnings
Ian Lance Taylor
1
-1
/
+1
2018-09-28
compiler: fix parsing issue with non-ASCII first package char
Ian Lance Taylor
1
-1
/
+13
2018-09-13
compiler: implement //go:nowritebarrierrec
Ian Lance Taylor
1
-1
/
+7
2018-01-24
compiler: rationalize external symbol names
Ian Lance Taylor
1
-3
/
+6
2017-06-23
compiler: add go:notinheap magic comment
Ian Lance Taylor
1
-0
/
+5
2017-06-22
compiler: fix stale comment in lexer
Ian Lance Taylor
1
-2
/
+1
2016-11-18
Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...
Ian Lance Taylor
1
-2
/
+2
2016-09-23
compiler: better abstraction layer for diagnostics.
Than McIntosh
1
-38
/
+40
2016-09-09
compiler: break dependence on hex_value
Ian Lance Taylor
1
-15
/
+61
2016-08-10
compiler: implement go:noinline and go:nosplit directives
Ian Lance Taylor
1
-2
/
+0
2016-08-09
compiler: implement go:linkname compiler directive
Ian Lance Taylor
1
-7
/
+19
2016-08-09
compiler: rewrite compiler directive support
Ian Lance Taylor
1
-40
/
+151
2016-02-12
cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.
Jakub Jelinek
1
-2
/
+2
2015-10-05
lex: Update unicode letters table to Unicode 8.0.0.
Ian Lance Taylor
1
-22
/
+36
2015-09-11
compiler: Avoid unsafe memcmp for nointerface comments.
Ian Lance Taylor
1
-1
/
+3
2015-08-31
compiler: Check for invalid UTF8 in Go comments.
Ian Lance Taylor
1
-0
/
+10
2015-08-25
compiler: Accept numeric literals with leading zeroes.
Ian Lance Taylor
1
-2
/
+8
2015-08-11
compiler: Handle newlines in general comments.
Ian Lance Taylor
1
-2
/
+11
2015-07-31
compiler: Update unicode tables.
Ian Lance Taylor
1
-175
/
+312
2015-07-24
compiler: Disallow rune literals with '\X'.
Ian Lance Taylor
1
-1
/
+0
2015-04-11
compiler: discard carriage returns in raw string literals
Ian Lance Taylor
1
-1
/
+4
2014-07-08
re PR go/61746 (A line starting with /*// causes an error even if the /* is c...
Ian Lance Taylor
1
-1
/
+1
2013-10-11
compiler: Improve handling of invalid ASCII characters in identifiers.
Ian Lance Taylor
1
-1
/
+22
2012-12-03
compiler: Don't encode non-ASCII characters in identifiers.
Ian Lance Taylor
1
-5
/
+1
2012-11-28
compiler: Implement //go:nointerface comments.
Ian Lance Taylor
1
-1
/
+8
2012-09-22
compiler, runtime: Reject surrogate pair converting int to string.
Ian Lance Taylor
1
-0
/
+6
2012-09-20
compiler: Give error for byte-order-mark in middle of file.
Ian Lance Taylor
1
-1
/
+9
2012-09-19
compiler: Ignore byte-order-mark at start of file.
Ian Lance Taylor
1
-1
/
+10
2012-09-17
compile: Detect invalid and likely-bad import statements.
Ian Lance Taylor
1
-0
/
+30
2012-05-07
compiler: fix an ICE when parsing 0xdie, reject token 0x123i.
Ian Lance Taylor
1
-1
/
+3
2012-02-07
compiler, libgo: Use //extern comments rather than __asm__.
Ian Lance Taylor
1
-1
/
+34
2012-01-23
compiler: Give an error if a variable is defined but not used.
Ian Lance Taylor
1
-0
/
+14
2012-01-21
compiler: Change alias handling, change rune alias to int32.
Ian Lance Taylor
1
-2
/
+9
2011-11-29
compiler: Define and use backend-independent Location class.
Sanjoy Das
1
-22
/
+20
2011-08-15
LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for...
Gabriel Charette
1
-6
/
+2
2011-04-23
Define go_unreachable to replace gcc_unreachable.
Ian Lance Taylor
1
-4
/
+4
2011-04-21
Define go_assert to replace gcc_assert
Ian Lance Taylor
1
-5
/
+5
2010-12-23
Initialize Lex::lineoff_ field.
Ian Lance Taylor
1
-2
/
+2
2010-12-21
Don't warn about []int of string with NUL bytes.
Ian Lance Taylor
1
-10
/
+11
2010-12-21
Correct lexing of exponents.
Ian Lance Taylor
1
-3
/
+22
2010-12-14
Insert semicolon at EOF if necessary.
Ian Lance Taylor
1
-1
/
+7
2010-12-03
Add Go frontend, libgo library, and Go testsuite.
Ian Lance Taylor
1
-0
/
+2287