summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Removed bytes.Add and bytes.AddByte; we now have 'append'.Kyle Consalus2010-12-011-25/+22
* gc: line comments may end in EOFRuss Cox2010-11-041-0/+9
* test/ken/convert.go: add conversion torture testRob Pike2010-11-011-0/+431
* pidigits: Remove TODO, minor improvementsEvan Shaw2010-10-301-3/+3
* test for append() built-inRobert Griesemer2010-10-281-0/+227
* test copy([]byte, string)Russ Cox2010-10-261-4/+57
* arm: enable all testsRuss Cox2010-10-2510-991/+165
* test/bench: update numbersRob Pike2010-10-205-10/+100
* gc: select receive with implicit conversionRuss Cox2010-10-201-0/+22
* runtime: correct iteration of large map valuesRuss Cox2010-10-061-0/+20
* gc: ... bugRuss Cox2010-10-061-0/+20
* gc: various bugsRuss Cox2010-10-032-0/+39
* gc: bug308Russ Cox2010-09-301-0/+19
* gc, spec, tests: no auto-indirect of pointer to interface valueRuss Cox2010-09-305-33/+82
* gc: fix reflect table method receiverRuss Cox2010-09-282-7/+36
* gc: insert semicolon at EOF if neededRuss Cox2010-09-281-0/+9
* gc: allow select case expr = <-cRuss Cox2010-09-271-0/+25
* test: Add test which causes incorrect error from gccgo.Ian Lance Taylor2010-09-241-0/+15
* ... changesRuss Cox2010-09-244-11/+11
* gc: ... changesRuss Cox2010-09-241-0/+19
* build: add missing files for arm changesRuss Cox2010-09-222-0/+162
* build: make all.bash run on Ubuntu ARMRuss Cox2010-09-221-4/+24
* build: fixes for native arm buildRuss Cox2010-09-212-2/+2
* test: fix NaCl buildRuss Cox2010-09-192-3/+4
* fix buildRobert Griesemer2010-09-153-11/+3
* gc: implement new comparison ruleRuss Cox2010-09-132-0/+96
* gc: bug306Russ Cox2010-09-133-0/+24
* arm tests: disable zerodivide.go: compilation fails.Rob Pike2010-09-131-1/+1
* test: Make gccgo believe that the variables can change.Ian Lance Taylor2010-09-111-0/+24
* gc: const nil bugRuss Cox2010-09-111-0/+2
* arm build: try to fix it by removing reference to deleted file syntax/slice.goRob Pike2010-09-101-1/+0
* test: Add test for //line (currently fails).Ian Lance Taylor2010-09-102-0/+32
* test: Match gccgo error messages.Ian Lance Taylor2010-09-101-55/+55
* test: Run garbage collector before testing malloc numbers.Ian Lance Taylor2010-09-101-0/+1
* test: Reduce race conditions in chan/nonblock.go.Ian Lance Taylor2010-09-101-38/+60
* test: Match gccgo error messages.Ian Lance Taylor2010-09-101-2/+2
* test: Match gccgo error messages.Ian Lance Taylor2010-09-101-5/+5
* test: Match gccgo error messages.Ian Lance Taylor2010-09-102-2/+2
* test: Match gccgo error messages.Ian Lance Taylor2010-09-091-3/+3
* test: Match gccgo error messages.Ian Lance Taylor2010-09-091-1/+1
* test: remove slice syntax testScott Lawrence2010-09-091-9/+0
* test: Match gccgo error messages.Ian Lance Taylor2010-09-081-1/+1
* test: Match gccgo error messages.Ian Lance Taylor2010-09-081-6/+6
* test new slicesRuss Cox2010-09-082-0/+40
* test: Recognize gccgo error messages.Ian Lance Taylor2010-09-081-3/+3
* test: Match gccgo error messages.Ian Lance Taylor2010-09-081-1/+1
* test: Actually run bug296.Ian Lance Taylor2010-09-081-0/+6
* test/garbage/parser: sync with recent parser changesRuss Cox2010-09-071-2/+2
* test/turing: refactorRob Pike2010-09-041-27/+24
* test: remove semiocolons.Rob Pike2010-09-0488-2541/+2537