| Commit message (Expand) | Author | Age | Files | Lines |
* | gc: tests omitted from the last bug fix | Russ Cox | 2010-03-24 | 2 | -0/+68 |
* | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 2010-03-24 | 17 | -177/+231 |
* | 5g/6g/8g: fix double function call in slice | Russ Cox | 2010-03-08 | 1 | -0/+23 |
* | 8g: make a[byte(x)] truncate x | Russ Cox | 2010-02-26 | 1 | -0/+16 |
* | gc: recursive interface embedding | Russ Cox | 2010-02-18 | 2 | -0/+40 |
* | 8g: respect ullman numbers in float comparison | Russ Cox | 2010-02-17 | 1 | -0/+33 |
* | gc: undo attempt at fixing recursive interface embedding | Russ Cox | 2010-02-16 | 3 | -32/+8 |
* | gc: test & fix handling of very long string constants | Russ Cox | 2010-02-16 | 1 | -0/+20070 |
* | gc: diagnose invalid array bounds | Russ Cox | 2010-02-12 | 2 | -0/+31 |
* | Struct field ambiguity test. | Ian Lance Taylor | 2010-02-08 | 1 | -0/+28 |
* | Match gccgo error message. | Ian Lance Taylor | 2010-02-05 | 1 | -1/+1 |
* | Match gccgo error messages. | Ian Lance Taylor | 2010-02-04 | 1 | -1/+1 |
* | bug252: make ... vs ...T crossing an error, at least for now | Russ Cox | 2010-02-02 | 1 | -0/+15 |
* | gc: bug250, bug251 - recursive interface types | Russ Cox | 2010-02-01 | 3 | -2/+42 |
* | Match gccgo error messages. | Ian Lance Taylor | 2010-02-01 | 1 | -2/+2 |
* | gc: bug246 | Russ Cox | 2010-02-01 | 1 | -0/+22 |
* | gc: bug242 | Russ Cox | 2010-02-01 | 1 | -0/+121 |
* | Fix for gccgo, which uses a package prefix. | Ian Lance Taylor | 2010-02-01 | 1 | -3/+3 |
* | Match gccgo error messages. | Ian Lance Taylor | 2010-02-01 | 1 | -12/+12 |
* | Match gccgo error messages. | Ian Lance Taylor | 2010-01-30 | 1 | -7/+7 |
* | Match gccgo error message. | Ian Lance Taylor | 2010-01-30 | 1 | -1/+1 |
* | Recognize gccgo error messages. | Ian Lance Taylor | 2010-01-29 | 1 | -2/+2 |
* | gc: fix chan <- chan precedence. | Russ Cox | 2010-01-26 | 1 | -0/+39 |
* | runtime, type switch: eliminate package global name space assumption | Russ Cox | 2010-01-25 | 5 | -0/+191 |
* | 5l, 6l, 8l: accept only one object file | Russ Cox | 2010-01-25 | 1 | -1/+1 |
* | gc: bug247, reported by rob | Russ Cox | 2010-01-24 | 1 | -0/+20 |
* | gc: const debug bool = false | Russ Cox | 2010-01-19 | 1 | -0/+3 |
* | gc: bug245 | Russ Cox | 2010-01-18 | 1 | -0/+16 |
* | gc: multiple return value at top-level invoked multiple times | Russ Cox | 2010-01-18 | 1 | -0/+30 |
* | gc: bug243 | Russ Cox | 2010-01-18 | 1 | -0/+28 |
* | gc: bug238 | Russ Cox | 2010-01-08 | 1 | -0/+19 |
* | gc: bug219, bug239, bug240 | Russ Cox | 2010-01-07 | 3 | -0/+79 |
* | gc: bug241 | Russ Cox | 2010-01-07 | 1 | -0/+11 |
* | Add a test for issue 337. | Ian Lance Taylor | 2009-12-23 | 1 | -0/+25 |
* | More evaluation order tests, for global variables and switch. | Ian Lance Taylor | 2009-12-18 | 1 | -0/+53 |
* | gc: fix compiler crash | Russ Cox | 2009-12-17 | 1 | -0/+17 |
* | runtime: return zero value in x, ok = <-c when ok == false | Russ Cox | 2009-12-15 | 1 | -0/+20 |
* | gc: fix import name resolution | Russ Cox | 2009-12-15 | 1 | -0/+10 |
* | gc: bug fixes. | Russ Cox | 2009-12-15 | 3 | -0/+67 |
* | gc: allow ... in method lists | Russ Cox | 2009-12-15 | 1 | -0/+8 |
* | gc: double-check usage of ... | Russ Cox | 2009-12-15 | 1 | -0/+19 |
* | gc: var x, ok = m[y] | Russ Cox | 2009-12-15 | 1 | -0/+34 |
* | Tweak test to work with both 6g and gccgo. | Ian Lance Taylor | 2009-12-15 | 1 | -3/+1 |
* | test/fixedbug: drop obsolete bug125, bug166 | Russ Cox | 2009-12-10 | 2 | -28/+0 |
* | make test/fixedbugs save for optional semis | Robert Griesemer | 2009-12-10 | 7 | -16/+12 |
* | gc: check for assignment to private fields during initialization | Russ Cox | 2009-12-03 | 3 | -0/+47 |
* | gc: handle _ = <-c in select. | Russ Cox | 2009-12-03 | 2 | -0/+45 |
* | gc: recursive type error | Russ Cox | 2009-12-03 | 1 | -0/+10 |
* | gc: better diagnosis of initialization loops | Russ Cox | 2009-12-03 | 1 | -0/+21 |
* | gc: minor import grammar bug fixes | Russ Cox | 2009-12-03 | 3 | -0/+14 |