aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2014-04-01cmd/gc: shorten temporary lifetimes when possibleRuss Cox
2014-04-01cmd/gc: fix spurious "bad negated constant" for complex constants.Shenghou Ma
2014-03-29cmd/gc: suppress array index error caused by a previously reported errorJan Ziak
2014-03-27cmd/gc: liveness-related bug fixesRuss Cox
2014-03-27cmd/gc: fix spurious 'use of untyped nil' errorJan Ziak
2014-03-24cmd/gc: fix spurious 'const initializer is not a constant' errorJan Ziak
2014-03-24cmd/gc: round floats with a large negative exponent towards zeroJan Ziak
2014-03-20cmd/6g, cmd/8g: skip CONVNOP nodes in bgen.Rémy Oudompheng
2014-03-20test: add extra test case for issue 7590Chris Manghane
2014-03-20test: enable bug385_32 test on amd64p32.Rémy Oudompheng
2014-03-19cmd/gc: check exponent overflow and underflow in mparithJan Ziak
2014-03-17cmd/gc: fix error check for self-referential array type.Chris Manghane
2014-03-17undo CL 77050045 / 073d79675aaeBrad Fitzpatrick
2014-03-17cmd/gc: Add tests for self-referential array types.Chris Manghane
2014-03-14cmd/gc: fix spurious 'not enough arguments to return' errorJan Ziak
2014-03-13cmd/gc: fix spurious type errors in walkselect.Rémy Oudompheng
2014-03-11runtime: fix empty string handling in garbage collectorRuss Cox