Age | Commit message (Expand) | Author | Files | Lines |
2013-08-07 | compiler: Fix "missing return" error for case T1, T2 in type switches. | Ian Lance Taylor | 1 | -2/+2 |
2013-06-26 | compiler: reject integer division by zero constant. | Ian Lance Taylor | 2 | -3/+24 |
2013-06-25 | Update shift1.go test for recent changes. | Ian Lance Taylor | 1 | -1/+204 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-12-13 | compiler: Accept trailing comma after varargs parameter. | Ian Lance Taylor | 1 | -1/+1 |
2012-12-12 | runtime: Delete from a nil map is now a no-op. | Ian Lance Taylor | 1 | -3/+2 |
2012-12-05 | compiler: Check for negative or inverted arguments to make. | Ian Lance Taylor | 1 | -1/+2 |
2012-11-09 | go-test.exp (go-gc-tests): Handle runoutput test type with arguments. | Ian Lance Taylor | 5 | -25/+104 |
2012-11-06 | Update index.go from master testsuite. | Ian Lance Taylor | 1 | -0/+5 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 2 | -3/+3 |
2012-09-29 | Update to current version of Go testsuite. | Ian Lance Taylor | 748 | -2283/+7103 |
2012-08-23 | compiler: Comparisons return untyped boolean value. | Ian Lance Taylor | 1 | -2/+2 |
2012-04-20 | go-test.exp (go-set-goarch): Recognize powerpc*-*-*. | Ian Lance Taylor | 1 | -1/+8 |
2012-03-02 | libgo: Update to weekly.2012-02-22 release. | Ian Lance Taylor | 6 | -344/+9 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 1 | -4/+4 |
2012-02-14 | re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out) | Ian Lance Taylor | 1 | -0/+10 |
2012-02-12 | re PR go/51874 (Many libgo testsuite failures on IRIX) | Ian Lance Taylor | 1 | -2/+2 |
2012-02-09 | go-test.exp (go-gc-tests): Don't run stack.go on systems which don't support ... | Ian Lance Taylor | 1 | -5/+8 |
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 6 | -28/+37 |
2012-02-09 | go-test.exp (go-gc-tests): Don't run chan/select2.go on systems which don't s... | Ian Lance Taylor | 1 | -0/+10 |
2012-02-01 | go-test.exp (go-gc-tests): xfail test/nilptr.go runtime test on alpha*-*-*. | Uros Bizjak | 1 | -10/+13 |
2012-01-30 | re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out) | Uros Bizjak | 1 | -0/+3 |
2012-01-25 | Remove a couple of object files committed by accident. | Ian Lance Taylor | 2 | -1146/+0 |
2012-01-25 | go-test.exp (go-gc-tests): Handle a few more test lines. | Ian Lance Taylor | 1 | -3/+11 |
2012-01-25 | Update to current Go testsuite. | Ian Lance Taylor | 232 | -1167/+9149 |
2012-01-24 | compiler: Do not allow slice of array literal. | Ian Lance Taylor | 1 | -53/+0 |
2012-01-23 | compiler: Give an error if a variable is defined but not used. | Ian Lance Taylor | 12 | -6/+13 |
2012-01-21 | compiler: Change alias handling, change rune alias to int32. | Ian Lance Taylor | 5 | -28/+23 |
2012-01-20 | compiler: Handle recursive interfaces. | Ian Lance Taylor | 2 | -2/+2 |
2012-01-20 | go-test.exp (go-gc-tests): Pass correctly formatted options to go_target_comp... | Uros Bizjak | 1 | -8/+11 |
2012-01-18 | re PR go/50656 (Several Go tests with unrecognized test line) | Ian Lance Taylor | 3 | -9/+50 |
2012-01-13 | libgo: Update to weekly.2011-12-22. | Ian Lance Taylor | 1 | -2/+2 |
2012-01-06 | compiler, runtime: Implement struct and array comparisons. | Ian Lance Taylor | 2 | -10/+29 |
2011-12-28 | compiler: Prohibit comparisons of funcs, maps, and slices to non-nil. | Ian Lance Taylor | 4 | -152/+2 |
2011-12-14 | libgo: Update to weekly.2011-12-06. | Ian Lance Taylor | 2 | -10/+10 |
2011-12-13 | libgo: Update to weekly.2011-12-02. | Ian Lance Taylor | 2 | -5/+3 |
2011-12-13 | compiler: Permit converting between string and named []byte/[]rune. | Ian Lance Taylor | 2 | -11/+10 |
2011-12-08 | compiler: Don't check for hidden fields on struct assignments. | Ian Lance Taylor | 6 | -104/+11 |
2011-12-07 | libgo: Update to weekly 2011-11-09. | Ian Lance Taylor | 8 | -30/+41 |
2011-12-03 | libgo: Update to weekly.2011-11-02. | Ian Lance Taylor | 12 | -48/+36 |
2011-11-04 | Fix select { case v, ok := <-c: }. | Ian Lance Taylor | 1 | -0/+29 |
2011-10-26 | Update Go library to last weekly. | Ian Lance Taylor | 2 | -76/+26 |
2011-10-22 | Update Go library to r60.3 release. | Ian Lance Taylor | 1 | -20/+20 |
2011-09-23 | go-test.exp (errchk): Handle more cases of getting correct Tcl backslash quot... | Ian Lance Taylor | 4 | -14/+14 |
2011-09-21 | Update Go testsuite to release r60. | Ian Lance Taylor | 88 | -79/+2397 |
2011-09-20 | Implement goto restrictions. | Ian Lance Taylor | 3 | -13/+17 |
2011-09-17 | Improve errors for invalid use of [...]type. | Ian Lance Taylor | 1 | -1/+4 |
2011-09-16 | Block forever on send/receive to/from nil channel. | Ian Lance Taylor | 1 | -4/+4 |
2011-09-16 | Update Go library to r60. | Ian Lance Taylor | 5 | -151/+156 |
2011-07-11 | Check ia32 effective target. | H.J. Lu | 1 | -1/+1 |