summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | runtime: add timing test for iterate/delete map idiom.Keith Randall2014-09-101-0/+18
| |_|/ |/| |
* | | build: adjustments for move from src/pkg to srcRuss Cox2014-09-082-2/+2
| |/ |/|
* | runtime: increase stack split limit againRuss Cox2014-09-061-2/+2
* | runtime: fix panic/wrapper/recover mathRuss Cox2014-09-061-2/+46
* | runtime: use reflect.call during panic instead of newstackcallRuss Cox2014-09-052-4/+4
* | runtime: convert panic/recover to GoKeith Randall2014-09-051-1/+1
* | runtime: increase nosplit area to 192Russ Cox2014-08-301-2/+2
* | test: add test that caused gccgo to crash on valid codeIan Lance Taylor2014-08-281-0/+34
* | runtime: give nosplit functions 32 more bytes of headroomRuss Cox2014-08-271-1/+9
* | cmd/gc, runtime: treat slices and strings like pointers in garbage collectionRuss Cox2014-08-252-7/+101
* | cmd/gc: fix order of channel evaluation of receive channelsRuss Cox2014-08-251-0/+29
* | cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox2014-08-181-24/+27
* | cmd/gc: disallow pointer constantsMatthew Dempsky2014-08-151-0/+25
* | cmd/gc: comma-ok assignments produce untyped bool as 2nd resultChris Manghane2014-08-112-4/+29
* | cmd/6g, cmd/8g: fix, test byte-sized magic multiplyRuss Cox2014-08-111-0/+31
* | test: add another test case that gccgo crashed onIan Lance Taylor2014-08-081-0/+16
* | test/mapnan.go: add regression test for non-empty interfaces.Alan Donovan2014-08-063-57/+144
|/
* test: add test for function type in function literalIan Lance Taylor2014-08-041-0/+22
* test/run: go fmtDavid du Colombier2014-08-011-15/+15
* runtime: move built-in print routines to go.Keith Randall2014-07-312-0/+66
* runtime: rewrite malloc in Go.Keith Randall2014-07-301-5/+5
* test/run: always set goos and goarchDavid du Colombier2014-07-241-2/+11
* test: avoid "declared but not used" errors in shift1.goIan Lance Taylor2014-07-201-0/+2
* test: add test for confusion with dot importsIan Lance Taylor2014-07-203-0/+28
* cmd/gc: allocate select descriptor on stackDmitriy Vyukov2014-07-201-3/+3
* test: add some tests for mismatches between call results and usesIan Lance Taylor2014-07-191-0/+24
* test: add test for issue8347Shenghou Ma2014-07-181-0/+27
* cmd/gc: implement 'for range x {'Russ Cox2014-07-166-1/+102
* test: add test for gccgo comment lexing failureIan Lance Taylor2014-07-081-0/+14
* cmd/8g: don't allocate a register early for cap(CHAN).R?my Oudompheng2014-07-011-0/+7
* test/fixedbugs: fix typo in commentDave Cheney2014-06-291-1/+1
* cmd/gc: drop parenthesization restriction for receiver typesRuss Cox2014-06-251-4/+6
* test: add test case for issue 8074.Dave Cheney2014-06-221-0/+16
* test: speed up chan/select5Josh Bleecher Snyder2014-06-171-3/+3
* runtime: fix defer of nil funcRuss Cox2014-06-121-0/+22
* runtime: add test for issue 8047.Keith Randall2014-06-111-0/+29
* cmd/gc: fix &result escaping into resultRuss Cox2014-06-111-0/+12
* cmd/gc: fix escape analysis for &x inside switch x := v.(type)Russ Cox2014-06-111-0/+10
* runtime: fix panic stack during runtime.Goexit during panicRuss Cox2014-06-061-0/+41
* cmd/6g: fix stack zeroing on native clientRuss Cox2014-06-051-0/+48
* cmd/gc: fix escape analysis of func returning indirect of parameterRuss Cox2014-06-031-3/+28
* cmd/gc: fix liveness for address-taken variables in inlined functionsRuss Cox2014-06-022-0/+71
* runtime: fix 1-byte return during x.(T) for 0-byte TRuss Cox2014-06-021-0/+50
* runtime: fix correctness test at end of tracebackRuss Cox2014-06-011-0/+32
* runtime: make continuation pc available to stack walkRuss Cox2014-05-311-0/+107
* cmd/6g: treat vardef-initialized fat variables as live at callsRuss Cox2014-05-301-0/+45
* cmd/gc: fix x=x crashRuss Cox2014-05-291-0/+26
* undo CL 102820043 / b0ce6dbafc18Russ Cox2014-05-281-26/+0
* cmd/gc: fix x=x crashRuss Cox2014-05-281-0/+26
* test/run: limit parallelism to 1 for cross-exec buildsRuss Cox2014-05-281-5/+5