aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-03-02gc: fix init of packages named mainGustavo Niemeyer
2011-03-02build: simplify clean.bashDave Cheney
2011-02-28gc: bug325 / issue 1566Russ Cox
2011-02-24bug324.go: test case for issue 1550Robert Griesemer
2011-02-22gc: require if conditionRuss Cox
2011-02-22test: do not depend on implicit if conditionRuss Cox
2011-02-16gc: make string const comparison unsignedJeff R. Allen
2011-02-16test/bench: update timings for new GCRob Pike
2011-02-11gc: correct receiver in method missing errorLorenzo Stoakes
2011-02-09template: reverse order of arguments to ExecuteRob Pike
2011-02-09runtime: new allocation strategy for amd64Russ Cox
2011-02-03issue 1402: added test caseRobert Griesemer
2011-02-02gc: correct rounding of denormal constantsEoghan Sherry
2011-02-02gc: select receive bug fixRuss Cox
2011-02-015l, 8l: pass stack frame size to morestack when neededRuss Cox
2011-02-01log: rename Exit* to Fatal*Rob Pike
2011-02-01gc: handle invalid name in type switchRuss Cox
2011-02-01gc: fix send precedenceRuss Cox
2011-01-31gc: remove non-blocking send, receive syntaxRuss Cox
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2011-01-30test: another select testRuss Cox
2011-01-28runtime: select bugRuss Cox
2011-01-28runtime: simpler heap map, memory allocationRuss Cox
2011-01-21gc: clearer error for struct == structRuss Cox
2011-01-21spec, runtime, tests: send on closed channel panicsRuss Cox
2011-01-21test/chan/doubleselect: fix various racesRuss Cox
2011-01-21test: s/float/float64/Ian Lance Taylor
2011-01-206g: fix uint64(uintptr(unsafe.Pointer(&x)))Russ Cox
2011-01-19delete float, complex - code changesRuss Cox
2011-01-19runtime: add per-pause gc statsRuss Cox
2011-01-18runtime: print signal information during panicRuss Cox
2011-01-18gc: fix typed constant declarationsAnthony Martin
2011-01-06gc: fix &^=Russ Cox
2011-01-05gc: return constant floats for parts of complex constantsAnthony Martin
2011-01-04gc: rewrite complex /= to l = l / r.Patrick Gavlin
2010-12-16test/bench: update numbers for regex-dna after speedup to regexpRob Pike
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