aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] test/mapnan: use time.Now instead of syscall.GetrusageAndrew Gerrand
2013-10-08test: revert changes made for Go SSA interpreter test.Alan Donovan
2013-10-02cmd/gc: qualified embedded fields with owner package.Rémy Oudompheng
2013-09-28test: match gccgo error messages for blank1.goIan Lance Taylor
2013-09-27test: recognize gccgo error message in index.goIan Lance Taylor
2013-09-20test/chan: avoid wrap-around in memstats comparisonCarl Shapiro
2013-09-20test/run: print command line for running an individual testRuss Cox
2013-09-20cmd/gc: fix imported and not used error for import .Russ Cox
2013-09-20test/fixedbugs/bug295.go: fix test in anticipation of future gc fixRobert Griesemer
2013-09-19test: add a test that causes gccgo to get a failure at link timeIan Lance Taylor
2013-09-18test: add a test that gccgo failed to compileIan Lance Taylor
2013-09-18test: add a test that gccgo failed to compileIan Lance Taylor
2013-09-18test: disable failing tests under ssa/interp.Alan Donovan
2013-09-17test: add a test that crashed gccgoIan Lance Taylor
2013-09-17test: avoid future 'declared and not used' errorRobert Griesemer
2013-09-17cmd/gc: eliminate redundant &x.Field nil checksRuss Cox
2013-09-16cmd/gc: fix divide by zero error in compilerRuss Cox
2013-09-16runtime: make ARM integer div-by-zero traceback-friendlyRuss Cox
2013-09-12runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox
2013-09-09cmd/6g: handle very wide offsets.Rémy Oudompheng
2013-09-09cmd/gc: squelch spurious "invalid recursive type" errorRuss Cox
2013-09-09cmd/gc: diagnose '_ = nil' betterRuss Cox
2013-09-09cmd/gc: show package name in 'imported and not used' errorRuss Cox
2013-09-09cmd/gc: fix 'internal error: typename ideal bool'Russ Cox
2013-09-06cmd/gc: add missing typecheck for walk-generated constants.Rémy Oudompheng
2013-09-06test: fix build (update for new error message)Russ Cox
2013-09-05test/nilptr: add more testsRuss Cox
2013-08-29cmd/gc: make method names for function scoped types uniqueDaniel Morsing
2013-08-29cmd/gc: fix detection of initialization loop.Rémy Oudompheng
2013-08-29cmd/gc: fix method values whose receiver is an unnamed interface.Rémy Oudompheng
2013-08-27cmd/gc: tag builtin error, byte, rune to avoid exporting them.Rémy Oudompheng
2013-08-27cmd/5g: avoid clash between R13 and F3 registers.Rémy Oudompheng
2013-08-19test: exit non-zero on error from nilptr2.go.Alan Donovan
2013-08-19test: fix buildRob Pike
2013-08-19cmd/gc: don't attempt to generate wrappers for blank interface methodsAnthony Martin
2013-08-16test: say that nilptr2.go requires 256+MB stackDmitriy Vyukov
2013-08-15cmd/gc: &x panics if x doesRuss Cox
2013-08-15tests: remove two misuses of nil pointersRuss Cox
2013-08-13test/run: process build tags like go/buildAnthony Martin
2013-08-09runtime: Better test tracebackability of jmpdefer when running a nil defer.Keith Randall
2013-08-09test: update bug086.go for current gccgo behaviourIan Lance Taylor
2013-08-09cmd/gc: make missing package error fatalRick Arnold
2013-08-08cmd/gc: move large stack variables to heapRuss Cox
2013-08-07runtime: Record jmpdefer's argument size.Keith Randall
2013-08-07test: add cases to return.go that gccgo got wrongIan Lance Taylor
2013-08-07test: fix return.go to remove unused labelsIan Lance Taylor
2013-08-07test: fix return.go to not use fallthrough in a type switchIan Lance Taylor
2013-08-05cmd/gc: fix inlining of unnamed structs with embedded fields.Rémy Oudompheng
2013-07-30cmd/gc: insert \n at end of every input fileRuss Cox
2013-07-26runtime: handle runtime.Goexit during initRuss Cox