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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR go/61308
ian
2014-08-05
1
-1
/
+4
*
compiler: Better error messages for { on line after if/for/switch.
ian
2013-12-12
1
-3
/
+22
*
compiler: Implement 3-index slicing.
ian
2013-10-24
1
-2
/
+19
*
compiler: Error if receiver and parameter have same name.
ian
2013-10-11
1
-0
/
+2
*
compiler: Error for qualified ID as field name in struct literal.
ian
2013-10-08
1
-2
/
+9
*
compiler: Avoid knockon errors for invalid uses of _.
ian
2013-09-28
1
-5
/
+5
*
compiler: don't permit nil assignment to blank identifier.
ian
2013-09-25
1
-4
/
+1
*
compiler: Don't generate value reference in range clause if receiver is a sink.
ian
2013-08-17
1
-1
/
+2
*
compiler: more consistent error message for [...]T(x)
ian
2013-06-27
1
-1
/
+1
*
compiler: disallow fallthrough in last case of switch.
ian
2013-06-26
1
-0
/
+3
*
compiler: generate dummy names for blank-named constants.
ian
2013-06-24
1
-0
/
+10
*
compiler, runtime: Use function descriptors.
ian
2013-06-18
1
-5
/
+19
*
compiler: Accept trailing comma after varargs parameter.
ian
2012-12-13
1
-2
/
+2
*
compiler: Correct test for whether go/defer arg is parenthesized.
ian
2012-12-06
1
-42
/
+82
*
compiler: Accept trailing comma after expression in type conversion.
ian
2012-12-05
1
-0
/
+2
*
compiler: Don't permit go/defer argument to be parenthesized.
ian
2012-12-04
1
-3
/
+6
*
compiler: Implement //go:nointerface comments.
ian
2012-11-28
1
-3
/
+27
*
PR translation/53764
ian
2012-11-19
1
-1
/
+1
*
compiler: Fix a, b, c := b, a, 1 when a and b already exist.
ian
2012-10-03
1
-15
/
+56
*
compiler: Fix parse of (<- chan <- chan <- int)(x).
ian
2012-10-02
1
-8
/
+81
*
compiler: Better error for missing comma in composite literal.
ian
2012-09-27
1
-1
/
+5
*
compile: Detect invalid and likely-bad import statements.
ian
2012-09-17
1
-1
/
+2
*
compiler: Add -fgo-pkgpath option.
ian
2012-05-09
1
-6
/
+6
*
compiler: Correct parse of for with possible composite literal.
ian
2012-05-04
1
-21
/
+42
*
compiler: Fix order of initialization bug with global var a, b = f().
ian
2012-05-03
1
-1
/
+17
*
compiler: Reject invalid composite literals.
ian
2012-04-24
1
-1
/
+10
*
compiler: fix crashes.
ian
2012-03-28
1
-1
/
+1
*
compiler: Avoid some compiler crashes on invalid code.
ian
2012-03-01
1
-2
/
+3
*
compiler: Permit (_) on left hand side of =.
ian
2012-02-17
1
-1
/
+1
*
compiler, libgo: Use //extern comments rather than __asm__.
ian
2012-02-07
1
-5
/
+17
*
compiler: Don't crash on switch _ := v.(type).
ian
2012-02-01
1
-3
/
+10
*
compiler: Permit a general expression in case x := <-c.
ian
2012-02-01
1
-9
/
+17
*
compiler: Simple statement in type switch is in different block.
ian
2012-01-24
1
-2
/
+24
*
compiler: Verify types of sink variables.
ian
2012-01-24
1
-0
/
+2
*
compiler: Better handling of erroneous function signatures.
ian
2012-01-24
1
-9
/
+55
*
compiler: Give an error if a variable is defined but not used.
ian
2012-01-23
1
-2
/
+50
*
compiler: Change alias handling, change rune alias to int32.
ian
2012-01-21
1
-0
/
+9
*
compiler: Handle _ with explicit type correctly.
ian
2012-01-20
1
-2
/
+15
*
compiler/runtime: Copy channel implementation from master library.
ian
2011-12-01
1
-2
/
+0
*
compiler: Define and use backend-independent Location class.
ian
2011-11-29
1
-90
/
+92
*
Error if naked return when result variables are shadowed.
ian
2011-10-24
1
-0
/
+17
*
Better parsing of erroneous expression on left of :=.
ian
2011-09-23
1
-1
/
+26
*
Better handling of unexpected EOF in parser.
ian
2011-09-21
1
-0
/
+7
*
Fix typo in error message.
ian
2011-09-21
1
-1
/
+1
*
Improve error for undefined name in imported package.
ian
2011-09-20
1
-3
/
+10
*
Implement goto restrictions.
ian
2011-09-20
1
-7
/
+16
*
Check for duplicate parameter/result names.
ian
2011-09-20
1
-3
/
+35
*
Emit compiler errors for unused values.
ian
2011-09-20
1
-3
/
+2
*
Improve errors for invalid use of [...]type.
ian
2011-09-17
1
-2
/
+15
*
Fix using package name as composite literal struct key.
ian
2011-09-10
1
-2
/
+36
[next]