summaryrefslogtreecommitdiff
path: root/test/fixedbugs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* syscall: fix Write(nil) on NaClRuss Cox2014-05-201-0/+19
* 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-155-0/+83
* 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: record line number for auto-generated wrappers as <autogenerated>:1Russ Cox2014-05-121-0/+50
* 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
* 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
* cmd/gc: ignore blank (_) labels in label declarationsJan Ziak2014-04-092-0/+28
* cmd/gc: compute size of keys & values before making map bucketKeith Randall2014-04-041-0/+17
* cmd/gc: check duplicate keys in maps with interface{} key typeJan Ziak2014-04-041-0/+30
* runtime: check that new slice cap doesn't overflowDave Cheney2014-04-031-0/+27
* cmd/gc: fix spurious "bad negated constant" for complex constants.Shenghou Ma2014-04-013-0/+31
* cmd/gc: suppress array index error caused by a previously reported errorJan Ziak2014-03-292-1/+12
* cmd/gc: liveness-related bug fixesRuss Cox2014-03-271-0/+90
* cmd/gc: fix spurious 'use of untyped nil' errorJan Ziak2014-03-271-0/+13
* cmd/gc: fix spurious 'const initializer is not a constant' errorJan Ziak2014-03-241-0/+14
* cmd/gc: round floats with a large negative exponent towards zeroJan Ziak2014-03-241-0/+21
* cmd/6g, cmd/8g: skip CONVNOP nodes in bgen.R?my Oudompheng2014-03-201-0/+51
* test: add extra test case for issue 7590Chris Manghane2014-03-201-0/+21
* test: enable bug385_32 test on amd64p32.R?my Oudompheng2014-03-201-1/+1
* cmd/gc: check exponent overflow and underflow in mparithJan Ziak2014-03-191-0/+25
* cmd/gc: fix error check for self-referential array type.Chris Manghane2014-03-171-0/+19
* undo CL 77050045 / 073d79675aaeBrad Fitzpatrick2014-03-171-19/+0
* cmd/gc: Add tests for self-referential array types.Chris Manghane2014-03-171-0/+19
* cmd/gc: fix spurious 'not enough arguments to return' errorJan Ziak2014-03-141-0/+13
* cmd/gc: fix spurious type errors in walkselect.R?my Oudompheng2014-03-131-0/+85
* liblink: fix bad code generated for MOVFD/MOVDF when reg > 7Josh Bleecher Snyder2014-03-111-0/+43
* cmd/gc: allow append and complex builtins to accept 2-result call expression ...Chris Manghane2014-03-051-0/+36
* cmd/gc: use a register to checknil constants.R?my Oudompheng2014-03-041-0/+14