aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2014-04-09cmd/gc: avoid confusing error message "ovf in mpaddxx"Jan Ziak
2014-04-09cmd/gc: ignore blank (_) labels in label declarationsJan Ziak
2014-04-04cmd/gc: compute size of keys & values before making map bucketKeith Randall
2014-04-04cmd/gc: check duplicate keys in maps with interface{} key typeJan Ziak
2014-04-03cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with livenessRuss Cox
2014-04-03cmd/gc: reject builtin function calls in len(fixed array) constantsRuss Cox
2014-04-03runtime: check that new slice cap doesn't overflowDave Cheney
2014-04-02cmd/gc: shorten even more temporary lifetimesRuss Cox
2014-04-01cmd/gc: shorten more temporary lifetimesRuss Cox