summaryrefslogtreecommitdiff
path: root/test/fixedbugs
Commit message (Expand)AuthorAgeFilesLines
* fix tree for reflect renameRuss Cox2011-04-252-3/+3
* gc: fix import width bugRuss Cox2011-04-253-0/+30
* gc: allow complex types to be receiver typesRobert Hencke2011-04-251-0/+31
* gc: fix conversion of user-defined string type to []byteRuss Cox2011-04-231-0/+19
* gc: fix return variable named _Russ Cox2011-04-231-0/+36
* gc: fix line number at EOFRuss Cox2011-04-231-0/+17
* gc: correct handling of unexported method names in embedded interfacesRuss Cox2011-04-213-0/+76
* gc: fix error for +stringRuss Cox2011-04-201-0/+13
* gc: fix complex move againRuss Cox2011-04-181-0/+46
* undo 4439044Russ Cox2011-04-151-50/+0
* gc: fix complex move bugRuss Cox2011-04-151-0/+50
* gc: print of unsafe.PointerRuss Cox2011-04-151-0/+14
* bug327: document what's being testedRuss Cox2011-04-081-5/+11
* update go tree for reflect changesRuss Cox2011-04-081-11/+14
* gc: bug327Russ Cox2011-04-071-0/+18
* build: add all-qemu.bash, handful of arm fixesRuss Cox2011-03-271-5/+32
* test: match gccgo error messages for bug323.go.Ian Lance Taylor2011-03-271-3/+3
* test: match gccgo error messages for bug325.go.Ian Lance Taylor2011-03-271-1/+1
* gc: remove interim ... error which rejects valid code.Ian Lance Taylor2011-03-251-2/+2
* test: match gccgo error messages for bug081.go.Ian Lance Taylor2011-03-251-1/+1
* test: match gccgo error messages for bug016.go.Ian Lance Taylor2011-03-251-1/+1
* test: match gccgo error messages for bug274.go.Ian Lance Taylor2011-03-251-1/+2
* test: enable tests using v, ok := <-ch syntaxRobert Hencke2011-03-224-33/+29
* remove unused labelsRuss Cox2011-03-158-43/+76
* gc: fix handling of return values named _Russ Cox2011-03-071-0/+41
* gc: unsafe.Pointer is not a pointerRuss Cox2011-03-071-0/+1
* gc: bug325 / issue 1566Russ Cox2011-02-281-0/+14
* bug324.go: test case for issue 1550Robert Griesemer2011-02-241-0/+0
* test: do not depend on implicit if conditionRuss Cox2011-02-223-19/+8
* gc: make string const comparison unsignedJeff R. Allen2011-02-161-0/+20
* gc: correct receiver in method missing errorLorenzo Stoakes2011-02-111-0/+20
* gc: correct rounding of denormal constantsEoghan Sherry2011-02-021-0/+30
* gc: select receive bug fixRuss Cox2011-02-021-0/+45
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-316-35/+41
* 6g: fix uint64(uintptr(unsafe.Pointer(&x)))Russ Cox2011-01-201-0/+22
* delete float, complex - code changesRuss Cox2011-01-1919-69/+84
* gc: fix typed constant declarationsAnthony Martin2011-01-181-0/+12
* gc: fix &^=Russ Cox2011-01-061-0/+16
* gc: return constant floats for parts of complex constantsAnthony Martin2011-01-051-0/+17
* gc: rewrite complex /= to l = l / r.Patrick Gavlin2011-01-041-0/+18
* remove naclRuss Cox2010-12-151-1/+0
* gc: align structs according to max alignment of fieldsRuss Cox2010-12-131-0/+61
* gc: skip undefined symbols in import .Eoghan Sherry2010-12-073-0/+41
* gc: fix method offsets of anonymous interfacesEoghan Sherry2010-12-071-0/+31
* go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer2010-12-061-2/+2
* gc: select receive with implicit conversionRuss Cox2010-10-201-0/+22
* runtime: correct iteration of large map valuesRuss Cox2010-10-061-0/+20
* gc: various bugsRuss Cox2010-10-032-0/+39
* gc: bug308Russ Cox2010-09-301-0/+19
* test: Add test which causes incorrect error from gccgo.Ian Lance Taylor2010-09-241-0/+15