aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-08-18test/chan/select5.go: change "with" to "if" in templateaRob Pike
2011-08-17test: new nil semanticsRuss Cox
2011-08-17gc: implement nil chan supportRuss Cox
2011-08-17test/chan/select5.go: update to new templatesRob Pike
2011-08-17template: delete old template code.Rob Pike
2011-08-16errchk: allow multiple patternsRuss Cox
2011-08-10timing.log: significant improvements after custom algorithmsRob Pike
2011-08-04test/bench: note changes after recent improvements to locking and runtimeRob Pike
2011-08-02errchk: add -0 flagRuss Cox
2011-07-28gc: more graceful errors during struct definitionRuss Cox
2011-07-285g, 6g, 8g: shift, opt fixesRuss Cox
2011-07-285g: defer vs optimizer bugRuss Cox
2011-07-286g, 8g: divide corner caseRuss Cox
2011-07-28build: handle spaces in $USERRuss Cox
2011-07-28gc: shift type bugRuss Cox
2011-07-28gc: another width testRuss Cox
2011-07-28gc: line number + type checking nitsRuss Cox
2011-07-27gc: top-level closure bugRuss Cox
2011-07-27gc: composite literal double eval bugRuss Cox
2011-07-27gc: use more Go-like names for methodsRuss Cox
2011-07-27gc: diagnose (x) := 0Russ Cox
2011-07-27gc: zero-width struct, zero-length array fixesRuss Cox
2011-07-27gc: iota outside constRuss Cox
2011-07-27gc: echo literal in error messageRuss Cox
2011-07-26gc, runtime: fix range+panic line number bugsRuss Cox
2011-07-26gc: fix select line numberRuss Cox
2011-07-26gc: disallow [...][...]int{{1,2,3}}Russ Cox
2011-07-22runtime: add UpdateMemStats, use in testsRuss Cox
2011-07-18runtime: fix select pass 3Hector Chu
2011-07-18runtime: add per-M caches for MemStatsDmitriy Vyukov
2011-07-18runtime: fix panic for make(chan [0]byte).Nigel Tao
2011-07-14go: require { } around else blockRuss Cox
2011-07-14gc: fix closure bugLuuk van Dijk
2011-06-27gc: avoid package name ambiguity in error messagesRuss Cox
2011-06-22os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer
2011-06-21nacl, tiny: remove vestigesRobert Hencke
2011-06-20test: test of goto restrictionsRuss Cox
2011-06-17gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox
2011-06-17gc: implement goto restrictionRuss Cox
2011-06-17respect goto restrictionsRuss Cox
2011-06-16gc: work around goto bugRuss Cox
2011-06-13gc: handle go print() and go println()Stephen Ma
2011-05-31gc: fix m[x], _ = y.(T)Russ Cox
2011-05-31gc: disallow ... in type conversionsAnthony Martin
2011-05-31gc: implement new shift rulesRuss Cox
2011-05-31gc: check parameter declarations in interface fieldsAnthony Martin
2011-05-25test: test cases for issue 1708.Robert Griesemer
2011-05-24gc: relax assignability of method receiversAnthony Martin
2011-05-168g: fix conversion from float to uint64Anthony Martin
2011-05-13timing: update numbers for regex-dnaRob Pike