aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-12-15remove naclRuss Cox
2010-12-15test/bench: a couple fixes to timing.shAnthony Martin
2010-12-13gc: issue 1231Russ Cox
2010-12-13gc: align structs according to max alignment of fieldsRuss Cox
2010-12-13gc: complex(0)Russ Cox
2010-12-13gc: another shift bugRuss Cox
2010-12-09gc: syntax error for incomplete chan typeRyan Hitchman
2010-12-08throughout: simplify two-variable ranges with unused second variableRyan Hitchman
2010-12-07gc: skip undefined symbols in import .Eoghan Sherry
2010-12-07errchk: accept multiple source filesEoghan Sherry
2010-12-07gc: fix method offsets of anonymous interfacesEoghan Sherry
2010-12-06 go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer
2010-12-01Removed bytes.Add and bytes.AddByte; we now have 'append'.Kyle Consalus
2010-11-04gc: line comments may end in EOFRuss Cox
2010-11-01test/ken/convert.go: add conversion torture testRob Pike
2010-10-30pidigits: Remove TODO, minor improvementsEvan Shaw
2010-10-28test for append() built-inRobert Griesemer
2010-10-26test copy([]byte, string)Russ Cox
2010-10-25arm: enable all testsRuss Cox
2010-10-20test/bench: update numbersRob Pike
2010-10-20gc: select receive with implicit conversionRuss Cox
2010-10-06runtime: correct iteration of large map valuesRuss Cox
2010-10-06gc: ... bugRuss Cox
2010-10-03gc: various bugsRuss Cox
2010-09-30gc: bug308Russ Cox
2010-09-30gc, spec, tests: no auto-indirect of pointer to interface valueRuss Cox
2010-09-28gc: fix reflect table method receiverRuss Cox
2010-09-28gc: insert semicolon at EOF if neededRuss Cox
2010-09-27gc: allow select case expr = <-cRuss Cox
2010-09-24test: Add test which causes incorrect error from gccgo.Ian Lance Taylor
2010-09-24... changesRuss Cox
2010-09-24gc: ... changesRuss Cox
2010-09-22build: add missing files for arm changesRuss Cox
2010-09-22build: make all.bash run on Ubuntu ARMRuss Cox
2010-09-21build: fixes for native arm buildRuss Cox
2010-09-19test: fix NaCl buildRuss Cox
2010-09-15fix buildRobert Griesemer
2010-09-13gc: implement new comparison ruleRuss Cox
2010-09-13gc: bug306Russ Cox
2010-09-13arm tests: disable zerodivide.go: compilation fails.Rob Pike
2010-09-11test: Make gccgo believe that the variables can change.Ian Lance Taylor
2010-09-11gc: const nil bugRuss Cox
2010-09-10arm build: try to fix it by removing reference to deleted file syntax/slice.goRob Pike
2010-09-10test: Add test for //line (currently fails).Ian Lance Taylor
2010-09-10test: Match gccgo error messages.Ian Lance Taylor
2010-09-10test: Run garbage collector before testing malloc numbers.Ian Lance Taylor
2010-09-10test: Reduce race conditions in chan/nonblock.go.Ian Lance Taylor
2010-09-10test: Match gccgo error messages.Ian Lance Taylor
2010-09-10test: Match gccgo error messages.Ian Lance Taylor
2010-09-10test: Match gccgo error messages.Ian Lance Taylor