aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-03-30simplify various code using new map index ruleRuss Cox
2010-03-30single argument panicRuss Cox
2010-03-29gc: bug265Russ Cox
2010-03-29bug265: test case for issue 700Robert Griesemer
2010-03-26arm: fix buildDean Prichard
2010-03-26gc: allow taking address of out parametersRuss Cox
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox
2010-03-25bug264 didn't report BUG correctly, caused "fail" from test/runRob Pike
2010-03-25gc: more syntax errorsRuss Cox
2010-03-25bug264: test case for issue 692Robert Griesemer
2010-03-25arm: disable some problematic testsDean Prichard
2010-03-24gc: tests omitted from the last bug fixRuss Cox
2010-03-24test/mallocfin: relax test to 80% from 90%.Russ Cox
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox
2010-03-23arm: fix buildDean Prichard
2010-03-22gc: various map-related bug fixesRuss Cox
2010-03-10fix amd64 build (golden.out)Russ Cox
2010-03-091. decommit complex(float) conversionKen Thompson
2010-03-09identical complex implementationKen Thompson
2010-03-08arm: cleanup build warningsDean Prichard
2010-03-085g/6g/8g: fix double function call in sliceRuss Cox
2010-03-056g complex type usableKen Thompson
2010-03-05Generate same output on all architectures.Ian Lance Taylor
2010-03-04add a test that structures pack. 6g fails.Rob Pike
2010-03-03gc: fix imported and not used message - show pathRuss Cox
2010-03-02test: fix 386 build (missing complex)Russ Cox
2010-03-02more on type complex.Ken Thompson
2010-02-268g: make a[byte(x)] truncate xRuss Cox
2010-02-25strings: delete Runes, BytesRuss Cox
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox
2010-02-24Include an Eratosthenesque concurrent prime sieve to go along with the "naive...Anh Hai Trinh
2010-02-21test: rename nul.go to nul1.goRuss Cox
2010-02-18gc: recursive interface embeddingRuss Cox
2010-02-178g: respect ullman numbers in float comparisonRuss Cox
2010-02-16gc: undo attempt at fixing recursive interface embeddingRuss Cox
2010-02-16gc: disallow NUL byte, catch more invalid UTF-8, testRuss Cox
2010-02-16gc: test & fix handling of very long string constantsRuss Cox
2010-02-12gc: diagnose invalid array boundsRuss Cox
2010-02-10arm: take out fixedbugs/bug120 - gives inconsistent errorsRuss Cox
2010-02-10arm: fix build on androidRuss Cox
2010-02-10clean new garbage collector benchmark binariesRuss Cox
2010-02-09fix garbage benchmark Makefile.Russ Cox
2010-02-09add simple garbage collector benchmarks to dashboardRuss Cox
2010-02-08Struct field ambiguity test.Ian Lance Taylor
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox
2010-02-05Match gccgo error message.Ian Lance Taylor
2010-02-05Match gccgo error messages.Ian Lance Taylor
2010-02-04Match gccgo error messages.Ian Lance Taylor
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox