summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/gc: fix inlining of unnamed structs with embedded fields.R?my Oudompheng2013-08-053-0/+35
* cmd/gc: insert \n at end of every input fileRuss Cox2013-07-301-1/+1
* runtime: handle runtime.Goexit during initRuss Cox2013-07-261-0/+50
* cmd/gc: avoid passing unevaluated constant expressions to backends.R?my Oudompheng2013-07-251-0/+16
* test: fix error output in the testDmitriy Vyukov2013-07-191-1/+1
* cmd/8g: Make clearfat non-interleaved with pointer calculations.Daniel Morsing2013-07-171-0/+18
* test: add a compilation test that gccgo failed to compileIan Lance Taylor2013-07-161-0/+22
* test: invert incorrect condition.Alan Donovan2013-07-161-2/+2
* cmd/gc: fix incorrect error when using f(g()) form on ... argsDaniel Morsing2013-07-161-0/+17
* cmd/5g, cmd/6g, cmd/8g: fix line number of caller of deferred funcRuss Cox2013-07-121-0/+38
* cmd/gc: fix error message for import as 'init'Russ Cox2013-07-111-0/+9
* cmd/6g, cmd/8g: prevent constant propagation of non-constant LEA.Daniel Morsing2013-07-051-0/+27
* cmd/gc: fix issue with method wrappers not having escape analysis run on them.Daniel Morsing2013-07-021-0/+29
* cmd/gc: fix computation of equality class of types.R?my Oudompheng2013-07-025-2/+38
* cmd/gc: support x[i:j:k]Russ Cox2013-07-013-3/+280
* runtime: fix memory leaks due to defersDmitriy Vyukov2013-07-011-0/+59
* cmd/gc: fix missing export data for inlining in a few other cases.R?my Oudompheng2013-06-283-0/+93
* test: match gccgo error strings.R?my Oudompheng2013-06-285-44/+44
* test: match gccgo error strings.R?my Oudompheng2013-06-262-11/+11
* test/shift1.go: recognize gccgo errorsIan Lance Taylor2013-06-261-92/+93
* cmd/gc: fix escape analysis orderingRuss Cox2013-06-251-0/+19
* test: add shift expression incorrectly rejected by gccgo.R?my Oudompheng2013-06-251-0/+1
* cmd/gc: fix pointer composite literals in exported if statements.R?my Oudompheng2013-06-232-1/+16
* spec: fix spec on conversions to match implementationsRobert Griesemer2013-06-211-0/+46
* test: match gccgo error messagesR?my Oudompheng2013-06-207-11/+11
* cmd/gc: save local var list before inliningIan Lance Taylor2013-06-111-0/+34
* cmd/gc: compute initialization order for top-level blank vars too.R?my Oudompheng2013-06-111-0/+18
* all: fix typosShenghou Ma2013-06-091-1/+1
* undo CL 10017045 / 6ec8c49421a0Brad Fitzpatrick2013-06-041-1/+1
* test: do not run SIGCHLD test on Plan 9Anthony Martin2013-06-041-1/+1
* cmd/gc: fix missing slice/array types in export data.R?my Oudompheng2013-06-044-0/+39
* test/stress: fix a goroutine leak in threadRing stresstestRobert Obryk2013-06-031-3/+8
* cmd/gc: do not corrupt init() with initializers of _ in closures.R?my Oudompheng2013-06-021-0/+36
* test: correct sizeof.go.R?my Oudompheng2013-06-021-27/+27
* cmd/gc: fix overflow in array bounds calculation.Daniel Morsing2013-06-011-0/+13
* test/bench/shootout/timing.log: update to Go 1.1Rob Pike2013-05-231-0/+91
* test: add test for issue 3888.R?my Oudompheng2013-05-221-0/+12
* test/errchk: use "#!/usr/bin/env perl" shebang lineShenghou Ma2013-05-231-1/+1
* cmd/gc: fix confusing error with broken types and defer/goDaniel Morsing2013-05-211-0/+19
* test: do not run the test that relies on precise GC on 32-bitsDmitriy Vyukov2013-05-201-0/+6
* runtime: zeroize g->fnstart to not prevent GC of the closureDmitriy Vyukov2013-05-201-0/+52