summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cmd/gc: repair make(T) in export data for inlining.R?my Oudompheng2013-05-163-0/+50
* cmd/gc: initialize t->width in dgcsym() if requiredJan Ziak2013-04-253-0/+60
* undo CL 8954044 / ad3c2ffb16d7Jan Ziak2013-04-251-37/+0
* runtime: prevent the GC from seeing the content of a frame in runfinq()Jan Ziak2013-04-251-0/+37
* cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checksIan Lance Taylor2013-04-241-0/+22
* test/stress: start of a runtime stress programBrad Fitzpatrick2013-04-153-0/+495
* cmd/gc: disable inlining of method valuesDaniel Morsing2013-04-133-0/+42
* test: make goprint.go wait longer for go its routine to executeCarl Shapiro2013-04-121-1/+1
* test: raise the allocation threshold for chan/select2.go failureCarl Shapiro2013-04-121-1/+1