index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
go
/
gofrontend
/
lex.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR go/61746
ian
2014-07-08
1
-1
/
+1
*
compiler: Improve handling of invalid ASCII characters in identifiers.
ian
2013-10-11
1
-1
/
+22
*
compiler: Don't encode non-ASCII characters in identifiers.
ian
2012-12-03
1
-5
/
+1
*
compiler: Implement //go:nointerface comments.
ian
2012-11-28
1
-1
/
+8
*
compiler, runtime: Reject surrogate pair converting int to string.
ian
2012-09-22
1
-0
/
+6
*
compiler: Give error for byte-order-mark in middle of file.
ian
2012-09-20
1
-1
/
+9
*
compiler: Ignore byte-order-mark at start of file.
ian
2012-09-19
1
-1
/
+10
*
compile: Detect invalid and likely-bad import statements.
ian
2012-09-17
1
-0
/
+30
*
compiler: fix an ICE when parsing 0xdie, reject token 0x123i.
ian
2012-05-07
1
-1
/
+3
*
compiler, libgo: Use //extern comments rather than __asm__.
ian
2012-02-07
1
-1
/
+34
*
compiler: Give an error if a variable is defined but not used.
ian
2012-01-23
1
-0
/
+14
*
compiler: Change alias handling, change rune alias to int32.
ian
2012-01-21
1
-2
/
+9
*
compiler: Define and use backend-independent Location class.
ian
2011-11-29
1
-22
/
+20
*
LINEMAP_POSITION_FOR_COLUMN had the exact same effect as
gchare
2011-08-15
1
-6
/
+2
*
Define go_unreachable to replace gcc_unreachable.
ian
2011-04-23
1
-4
/
+4
*
Define go_assert to replace gcc_assert
ian
2011-04-21
1
-5
/
+5
*
Initialize Lex::lineoff_ field.
ian
2010-12-23
1
-2
/
+2
*
Don't warn about []int of string with NUL bytes.
ian
2010-12-21
1
-10
/
+11
*
Correct lexing of exponents.
ian
2010-12-21
1
-3
/
+22
*
Insert semicolon at EOF if necessary.
ian
2010-12-14
1
-1
/
+7
*
Add Go frontend, libgo library, and Go testsuite.
ian
2010-12-03
1
-0
/
+2287