aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-08-31gc: make static initialization more staticRuss Cox
2011-08-30gc: fix div bugRuss Cox
2011-08-28gc: fix arm buildRuss Cox
2011-08-28gc: tweak and enable escape analysisRuss Cox
2011-08-25gc: fix some spurious leaksRuss Cox
2011-08-24gc: Escape analysis.Luuk van Dijk
2011-08-24test: put GOROOT/bin before all others in runLuuk van Dijk
2011-08-22runtime: simplify stack tracesRuss Cox
2011-08-22test/chan/sieve2.go: remove container/vector.Rob Pike
2011-08-19type switches: test for pathological caseRobert Griesemer
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