summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.3] cmd/6g, cmd/8g: fix, test byte-sized magic multiplyAndrew Gerrand2014-08-121-0/+31
* [release-branch.go1.3] runtime: fix defer of nil funcRuss Cox2014-06-121-0/+22
* [release-branch.go1.3] runtime: add test for issue 8047.Russ Cox2014-06-111-0/+29
* [release-branch.go1.3] cmd/gc: two escape analysis fixesRuss Cox2014-06-111-0/+22
* [release-branch.go1.3] runtime: fix panic stack during runtime.Goexit during ...Russ Cox2014-06-061-0/+41
* [release-branch.go1.3] cmd/6g: fix stack zeroing on native clientRuss Cox2014-06-061-0/+48
* [release-branch.go1.3] cmd/gc: fix escape analysis of func returning indirect...Russ Cox2014-06-031-3/+28
* [release-branch.go1.3] cmd/gc: fix liveness for address-taken variables in in...David Symonds2014-06-032-0/+71
* [release-branch.go1.3] runtime: fix 1-byte return during x.(T) for 0-byte TDavid Symonds2014-06-031-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
* test: expand issue7863 testRuss Cox2014-05-271-5/+48
* cmd/gc: fix race compilation failure 'non-orig name'Russ Cox2014-05-271-0/+27
* cmd/gc: fix defer copy(x, <-c)Russ Cox2014-05-271-0/+23
* cmd/gc: fix infinite loop in nil check removalRuss Cox2014-05-271-0/+17
* cmd/gc: fix conversion of runtime constantRuss Cox2014-05-271-0/+15
* test: add test for fixed issue 7863Brad Fitzpatrick2014-05-271-0/+17
* test: fix two typos in float_lit2.goRuss Cox2014-05-211-2/+2
* test/float_lit2.go: rewrite to test values near boundariesRuss Cox2014-05-212-84/+170
* test/float_lit2.go: fix constants for 386 platforms (fix build)Robert Griesemer2014-05-211-12/+12
* test/float_lit2.go: compute test values from first principlesRobert Griesemer2014-05-211-10/+65
* build: make nacl passRuss Cox2014-05-202-2/+5
* syscall: fix Write(nil) on NaClRuss Cox2014-05-201-0/+19
* cmd/gc: fix float32 const conversion and printing of big float constsRuss Cox2014-05-192-0/+71
* cmd/gc: fix <-<-exprRuss Cox2014-05-191-0/+18
* cmd/gc: fix two select temporary bugsRuss Cox2014-05-152-0/+76
* runtime: make scan of pointer-in-interface same as scan of pointerRuss Cox2014-05-151-0/+59
* cmd/gc: correct handling of globals, func args, resultsRuss Cox2014-05-156-51/+134
* cmd/gc: fix duplicate map key checkRuss Cox2014-05-151-0/+14
* test: fix flakey test case for issue 4388Mikio Hara2014-05-151-3/+9
* cmd/gc: fix liveness vs regopt mismatch for input variablesRuss Cox2014-05-121-0/+40
* cmd/gc: alias more variables during register allocationJosh Bleecher Snyder2014-05-121-0/+37
* cmd/gc: fix escape analysis for slice of arrayRuss Cox2014-05-121-0/+32
* cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1Russ Cox2014-05-121-0/+50
* test/bench/shootout: support windowsChaiShushan2014-05-092-64/+105
* cmd/gc: fix ... escape analysis bugRuss Cox2014-05-091-8/+20
* cmd/gc: don't give credit for NOPs during register allocationJosh Bleecher Snyder2014-05-091-0/+43
* test: add test that gccgo compiled incorrectlyIan Lance Taylor2014-05-061-0/+39
* cmd/gc: fix segfault in isgoconst.Shenghou Ma2014-04-161-0/+12
* cmd/gc: fewer errors for wrong argument countJan Ziak2014-04-161-0/+24
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-0/+313
* undo CL 66510044 / 6c0339d94123Russ Cox2014-04-141-26/+0
* cmd/gc: increase specificity of errors in function call contextJan Ziak2014-04-111-0/+21
* cmd/gc: fix typo in ordermapassignJan Ziak2014-04-111-0/+18
* cmd/gc: avoid confusing error message "ovf in mpaddxx"Jan Ziak2014-04-091-0/+103