aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
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