aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2010-02-02bug252: make ... vs ...T crossing an error, at least for nowRuss Cox
2010-02-01gc: bug250, bug251 - recursive interface typesRuss Cox
2010-02-01Match gccgo error messages.Ian Lance Taylor
2010-02-01gc: bug246Russ Cox
2010-02-01gc: bug242Russ Cox
2010-02-01Match gccgo error messages.Ian Lance Taylor
2010-02-01Fix for gccgo, which uses a package prefix.Ian Lance Taylor
2010-02-01Match gccgo error messages.Ian Lance Taylor
2010-02-01gc: final ...T bug for the dayRuss Cox
2010-02-02Change type of Printf's args to ... interface{}Rob Pike
2010-02-01nacl: fix build, finally fixed 8l convergence bugRuss Cox
2010-02-01gc: ... T corner casesRuss Cox
2010-02-01gc: add ... T, rework plain ...Russ Cox
2010-01-31Fix expected string.Ian Lance Taylor
2010-01-30Match gccgo error messages.Ian Lance Taylor
2010-01-30New gccgo error message; match both compilers with one string.Ian Lance Taylor
2010-01-30Match gccgo error message.Ian Lance Taylor
2010-01-29Recognize gccgo error messages.Ian Lance Taylor
2010-01-28gc: tweak error messages, avoid internalization settings in bisonRuss Cox
2010-01-27gc: implement defer print/println/panic/paniclnRuss Cox
2010-01-26gc: improved syntax errorsRuss Cox
2010-01-26gc: fix chan <- chan precedence.Russ Cox
2010-01-25channel types parsed not according to spec by 6gRobert Griesemer
2010-01-25runtime, type switch: eliminate package global name space assumptionRuss Cox
2010-01-255l, 6l, 8l: accept only one object fileRuss Cox
2010-01-24gc: bug247, reported by robRuss Cox
2010-01-19Add explicit locking.Ian Lance Taylor
2010-01-19gc: const debug bool = falseRuss Cox
2010-01-18add bug246 (issue 492)Russ Cox
2010-01-18gc: bug245Russ Cox
2010-01-18gc: multiple return value at top-level invoked multiple timesRuss Cox
2010-01-18gc: bug243Russ Cox