summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: do not consider length zero arrays as comparable.R?my Oudompheng2014-01-311-1/+12
* test: skip SIGCHLD test on Plan 9David du Colombier2014-01-291-1/+1
* runtime: combine small NoScan allocationsDmitriy Vyukov2014-01-244-7/+69
* cmd/gc: preserve qualified names of unexported methods in imports.R?my Oudompheng2014-01-214-0/+68
* cmd/gc: do not typecheck nil types in multiple assignmentDominik Honnef2014-01-211-0/+21
* cmd/gc: handle non-escaping address-taken variables betterRuss Cox2014-01-161-0/+81
* cmd/gc: return canonical Node* from tempRuss Cox2014-01-141-0/+22
* cmd/gc: mark OGOTO as a statement for formatters.R?my Oudompheng2014-01-103-0/+31
* cmd/gc: do not omit wrapper for expression (interface{...}).FR?my Oudompheng2014-01-071-1/+8
* cmd/gc: silence assignment errors to undefined symbolsDaniel Morsing2014-01-032-1/+13
* all: fix a few spelling errors in source commentsMartin Olsson2013-12-273-3/+3
* cmd/gc: fix comparison order of parameters in mpcmpfltc(a, b)Shenghou Ma2013-12-161-0/+11
* test: match gccgo import error messagesIan Lance Taylor2013-12-124-9/+9
* test: match gccgo error messagesIan Lance Taylor2013-12-121-1/+1
* test: match gccgo error messagesIan Lance Taylor2013-12-1225-106/+106
* test: add []rune case to string_lit.goIan Lance Taylor2013-12-121-0/+5
* test: adjust issue4618 for gccgo allocation behaviourIan Lance Taylor2013-12-121-1/+2
* test: disable large type/stack frame tests for gccgoIan Lance Taylor2013-12-122-2/+2
* test: disable a couple of precise GC tests for gccgoIan Lance Taylor2013-12-122-2/+7
* test: don't rely on order of unrelated imports in bug191Ian Lance Taylor2013-12-105-5/+10
* test/run: make -v output look like go test outputRuss Cox2013-12-101-15/+32
* test: add some test cases that were miscompiled by gccgoIan Lance Taylor2013-12-108-0/+113
* runtime: check for signed zero in printfloatCarl Shapiro2013-12-092-0/+14
* 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