aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-08-12[release-branch.go1.3] cmd/6g, cmd/8g: fix, test byte-sized magic multiplyAndrew Gerrand
2014-06-12[release-branch.go1.3] runtime: fix defer of nil funcRuss Cox
2014-06-11[release-branch.go1.3] runtime: add test for issue 8047.Russ Cox
2014-06-11[release-branch.go1.3] cmd/gc: two escape analysis fixesRuss Cox
2014-06-06[release-branch.go1.3] runtime: fix panic stack during runtime.Goexit during ...Russ Cox
2014-06-06[release-branch.go1.3] cmd/6g: fix stack zeroing on native clientRuss Cox
2014-06-03[release-branch.go1.3] cmd/gc: fix escape analysis of func returning indirect...Russ Cox
2014-06-03[release-branch.go1.3] cmd/gc: fix liveness for address-taken variables in in...David Symonds
2014-06-03[release-branch.go1.3] runtime: fix 1-byte return during x.(T) for 0-byte TDavid Symonds
2014-06-01runtime: fix correctness test at end of tracebackRuss Cox
2014-05-31runtime: make continuation pc available to stack walkRuss Cox
2014-05-30cmd/6g: treat vardef-initialized fat variables as live at callsRuss Cox
2014-05-29cmd/gc: fix x=x crashRuss Cox
2014-05-28undo CL 102820043 / b0ce6dbafc18Russ Cox
2014-05-28cmd/gc: fix x=x crashRuss Cox
2014-05-28test/run: limit parallelism to 1 for cross-exec buildsRuss Cox
2014-05-27test: expand issue7863 testRuss Cox
2014-05-27cmd/gc: fix race compilation failure 'non-orig name'Russ Cox
2014-05-27cmd/gc: fix defer copy(x, <-c)Russ Cox
2014-05-27cmd/gc: fix infinite loop in nil check removalRuss Cox
2014-05-27cmd/gc: fix conversion of runtime constantRuss Cox
2014-05-27test: add test for fixed issue 7863Brad Fitzpatrick
2014-05-21test: fix two typos in float_lit2.goRuss Cox
2014-05-21test/float_lit2.go: rewrite to test values near boundariesRuss Cox
2014-05-21test/float_lit2.go: fix constants for 386 platforms (fix build)Robert Griesemer
2014-05-21test/float_lit2.go: compute test values from first principlesRobert Griesemer
2014-05-20build: make nacl passRuss Cox
2014-05-20test: test issue 7884 (already fixed)Russ Cox
2014-05-20syscall: fix Write(nil) on NaClRuss Cox
2014-05-19cmd/gc: fix float32 const conversion and printing of big float constsRuss Cox
2014-05-19cmd/gc: fix <-<-exprRuss Cox
2014-05-15cmd/gc: fix two select temporary bugsRuss Cox
2014-05-15runtime: make scan of pointer-in-interface same as scan of pointerRuss Cox
2014-05-15cmd/gc: correct handling of globals, func args, resultsRuss Cox
2014-05-15cmd/gc: fix duplicate map key checkRuss Cox
2014-05-15test: fix flakey test case for issue 4388Mikio Hara
2014-05-12cmd/gc: fix liveness vs regopt mismatch for input variablesRuss Cox
2014-05-12cmd/gc: alias more variables during register allocationJosh Bleecher Snyder
2014-05-12cmd/gc: fix escape analysis for slice of arrayRuss Cox
2014-05-12cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1Russ Cox
2014-05-09test/bench/shootout: support windowsChaiShushan
2014-05-09cmd/gc: fix ... escape analysis bugRuss Cox
2014-05-09cmd/gc: don't give credit for NOPs during register allocationJosh Bleecher Snyder
2014-05-06test: add test that gccgo compiled incorrectlyIan Lance Taylor
2014-04-16cmd/gc: fix segfault in isgoconst.Shenghou Ma
2014-04-16cmd/gc: fewer errors for wrong argument countJan Ziak
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-14undo CL 66510044 / 6c0339d94123Russ Cox
2014-04-11cmd/gc: increase specificity of errors in function call contextJan Ziak
2014-04-11cmd/gc: fix typo in ordermapassignJan Ziak