summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: revert unintentional commitsdvyukov2013-11-193-147/+0
* -dvyukov2013-11-192-20/+48
* 13+dvyukov2013-11-193-0/+119
* test/mapnan: use time.Now instead of syscall.GetrusageRuss Cox2013-10-221-10/+2
* test: revert changes made for Go SSA interpreter test.Alan Donovan2013-10-082-5/+1
* cmd/gc: qualified embedded fields with owner package.R?my Oudompheng2013-10-024-0/+42
* test: match gccgo error messages for blank1.goIan Lance Taylor2013-09-281-1/+1
* test: recognize gccgo error message in index.goIan Lance Taylor2013-09-271-1/+1
* test/chan: avoid wrap-around in memstats comparisonCarl Shapiro2013-09-201-1/+2
* test/run: print command line for running an individual testRuss Cox2013-09-201-1/+1
* cmd/gc: fix imported and not used error for import .Russ Cox2013-09-201-1/+2
* test/fixedbugs/bug295.go: fix test in anticipation of future gc fixRobert Griesemer2013-09-201-1/+3
* test: add a test that causes gccgo to get a failure at link timeIan Lance Taylor2013-09-193-0/+41
* test: add a test that gccgo failed to compileIan Lance Taylor2013-09-183-0/+32
* test: add a test that gccgo failed to compileIan Lance Taylor2013-09-181-0/+34
* test: disable failing tests under ssa/interp.Alan Donovan2013-09-181-19/+37
* test: add a test that crashed gccgoIan Lance Taylor2013-09-171-0/+23
* test: avoid future 'declared and not used' errorRobert Griesemer2013-09-171-0/+1
* cmd/gc: eliminate redundant &x.Field nil checksRuss Cox2013-09-171-0/+191
* cmd/gc: fix divide by zero error in compilerRuss Cox2013-09-161-0/+27
* runtime: make ARM integer div-by-zero traceback-friendlyRuss Cox2013-09-161-0/+460
* runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox2013-09-121-4/+212
* cmd/6g: handle very wide offsets.R?my Oudompheng2013-09-091-0/+44
* cmd/gc: squelch spurious "invalid recursive type" errorRuss Cox2013-09-091-0/+34
* cmd/gc: diagnose '_ = nil' betterRuss Cox2013-09-091-0/+15
* cmd/gc: show package name in 'imported and not used' errorRuss Cox2013-09-094-0/+24
* cmd/gc: fix 'internal error: typename ideal bool'Russ Cox2013-09-091-0/+15
* cmd/gc: add missing typecheck for walk-generated constants.R?my Oudompheng2013-09-061-0/+20
* test: fix build (update for new error message)Russ Cox2013-09-061-2/+2
* test/nilptr: add more testsRuss Cox2013-09-051-0/+28
* cmd/gc: make method names for function scoped types uniqueDaniel Morsing2013-08-291-0/+39
* cmd/gc: fix detection of initialization loop.R?my Oudompheng2013-08-291-0/+24
* cmd/gc: fix method values whose receiver is an unnamed interface.R?my Oudompheng2013-08-292-2/+34
* cmd/gc: tag builtin error, byte, rune to avoid exporting them.R?my Oudompheng2013-08-274-4/+20
* cmd/5g: avoid clash between R13 and F3 registers.R?my Oudompheng2013-08-271-0/+17
* test: exit non-zero on error from nilptr2.go.Alan Donovan2013-08-191-0/+3
* test: fix buildRob Pike2013-08-195-5/+5
* cmd/gc: don't attempt to generate wrappers for blank interface methodsAnthony Martin2013-08-192-2/+36
* test: say that nilptr2.go requires 256+MB stackDmitriy Vyukov2013-08-161-3/+3
* cmd/gc: &x panics if x doesRuss Cox2013-08-152-0/+312
* tests: remove two misuses of nil pointersRuss Cox2013-08-151-1/+2
* test/run: process build tags like go/buildAnthony Martin2013-08-132-33/+105
* runtime: Better test tracebackability of jmpdefer when running a nil defer.Keith Randall2013-08-091-0/+6
* test: update bug086.go for current gccgo behaviourIan Lance Taylor2013-08-091-2/+2
* cmd/gc: make missing package error fatalRick Arnold2013-08-091-0/+10
* cmd/gc: move large stack variables to heapRuss Cox2013-08-082-8/+216
* runtime: Record jmpdefer's argument size.Keith Randall2013-08-071-0/+29
* test: add cases to return.go that gccgo got wrongIan Lance Taylor2013-08-071-0/+20
* test: fix return.go to remove unused labelsIan Lance Taylor2013-08-071-4/+0
* test: fix return.go to not use fallthrough in a type switchIan Lance Taylor2013-08-071-84/+0