aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-10-18gc: preserve uint8 and byte distinction in errors, import dataRuss Cox
2011-10-18build: pass $GCFLAGS to compilerRuss Cox
2011-10-18gofix -r mapdeleteRuss Cox
2011-10-17reflect: disallow Interface method on Value obtained via unexported nameRuss Cox
2011-10-13gc: disallow close on receive-only channelsRuss Cox
2011-10-13runtime: run goroutines during initRuss Cox
2011-10-13gc: stricter multiple assignment + testRuss Cox
2011-10-12runtime: append([]byte, string...)Luuk van Dijk
2011-10-11container/vector: deleteRob Pike
2011-10-08gc: changes to export format in preparation for inlining.Luuk van Dijk
2011-10-06runtime: faster finalizersDmitriy Vyukov
2011-10-06runtime: fix spurious deadlock reportingDmitriy Vyukov
2011-10-03Fix build, disabling flaky registerization test.Brad Fitzpatrick
2011-10-035g, 6g, 8g: registerize variables againRuss Cox
2011-09-30runtime: parallelize garbage collector mark + sweepRuss Cox
2011-09-295g: fix -f()Russ Cox
2011-09-27test: fix windows buildRuss Cox
2011-09-26runtime: check for nil value pointer in select syncsend caseIan Lance Taylor
2011-09-26test: silence/coalesce some testsRuss Cox
2011-09-26test: merge nilptr/* into one testRuss Cox
2011-09-26test: disable sigchld test on WindowsRuss Cox
2011-09-23test: match gccgo error messagesIan Lance Taylor
2011-09-21test: match gccgo error messagesIan Lance Taylor
2011-09-20test: match gccgo error messagesIan Lance Taylor
2011-09-20test: match gccgo error messages for bug349.goIan Lance Taylor
2011-09-20test: match gccgo error messages for goto.go and bug344.goIan Lance Taylor
2011-09-20test: match gccgo error message for bug337.goIan Lance Taylor
2011-09-19gc: disallow invalid map keysRuss Cox
2011-09-19gc: handle complex CONVNOPRuss Cox
2011-09-16test: match gccgo error messages for bug330.go.Ian Lance Taylor
2011-09-14test: Add test for inheriting private method from anonymous field.Ian Lance Taylor
2011-09-12gc: clean up if grammarRuss Cox
2011-09-09ld: grow dwarf includestack on demand.Luuk van Dijk
2011-09-07gc: treat DOTMETH like DOT in escape analysis.Luuk van Dijk
2011-09-05gc: fix zero-length struct evalRuss Cox
2011-09-05build: clear execute bit from Go filesMike Rosset
2011-09-02gc: zero stack-allocated slice backing arraysRuss Cox
2011-09-01gc: fix label recursion bugsRuss Cox
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