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
/
parse.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: Correct test for whether go/defer arg is parenthesized.
ian
2012-12-06
1
-4
/
+5
*
compiler: Implement //go:nointerface comments.
ian
2012-11-28
1
-1
/
+1
*
compiler: Fix a, b, c := b, a, 1 when a and b already exist.
ian
2012-10-03
1
-1
/
+4
*
compiler: Fix parse of (<- chan <- chan <- int)(x).
ian
2012-10-02
1
-0
/
+2
*
compiler: Correct parse of for with possible composite literal.
ian
2012-05-04
1
-3
/
+6
*
compiler: Better handling of erroneous function signatures.
ian
2012-01-24
1
-0
/
+2
*
compiler: Give an error if a variable is defined but not used.
ian
2012-01-23
1
-0
/
+11
*
compiler: Define and use backend-independent Location class.
ian
2011-11-29
1
-19
/
+19
*
Check for duplicate parameter/result names.
ian
2011-09-20
1
-0
/
+4
*
Better error message for old syntax of send expression as value.
ian
2011-03-28
1
-1
/
+1
*
Give an error if a label is defined but not used.
ian
2011-03-25
1
-10
/
+9
*
Tuple receives indicate whether channel is closed.
ian
2011-03-24
1
-2
/
+4
*
Change c <- v from an expression to a statement.
ian
2011-03-24
1
-1
/
+1
*
Don't look outside of function literal for break or continue label.
ian
2011-01-04
1
-2
/
+2
*
Check for multiple default cases in switch or select.
ian
2011-01-04
1
-3
/
+3
*
Correctly handle tuple assignment to _ at global scope.
ian
2010-12-22
1
-0
/
+1
*
Don't crash on invalid parameters/results.
ian
2010-12-14
1
-3
/
+3
*
Add Go frontend, libgo library, and Go testsuite.
ian
2010-12-03
1
-0
/
+307