summaryrefslogtreecommitdiff
path: root/test/fixedbugs
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: use a register to checknil constants.R?my Oudompheng2014-03-041-0/+14
* cmd/gc: fix internal crashRuss Cox2014-03-031-0/+15
* cmd/gc: fix walkcompare bugs.R?my Oudompheng2014-02-241-0/+21
* cmd/gc: diagnose "make([]T, non-integer)" correctly.Shenghou Ma2014-02-231-0/+20
* cmd/gc: make embedded, unexported fields read-only.Chris Manghane2014-02-201-0/+26
* cmd/gc: fix array index out of bounds error messageRick Arnold2014-02-191-0/+17
* cmd/gc: reject incorrect use of fallthrough.R?my Oudompheng2014-02-191-0/+29
* cmd/gc: record &x[0] as taking address of x, if x is an arrayRuss Cox2014-02-151-0/+36
* cmd/gc: do not lower copy to a value node in go/defer.R?my Oudompheng2014-02-151-0/+48
* runtime: combine small NoScan allocationsDmitriy Vyukov2014-01-242-3/+3
* cmd/gc: preserve qualified names of unexported methods in imports.R?my Oudompheng2014-01-214-0/+68
* cmd/gc: do not typecheck nil types in multiple assignmentDominik Honnef2014-01-211-0/+21
* cmd/gc: return canonical Node* from tempRuss Cox2014-01-141-0/+22
* cmd/gc: mark OGOTO as a statement for formatters.R?my Oudompheng2014-01-103-0/+31
* cmd/gc: silence assignment errors to undefined symbolsDaniel Morsing2014-01-031-0/+12
* all: fix a few spelling errors in source commentsMartin Olsson2013-12-271-1/+1
* cmd/gc: fix comparison order of parameters in mpcmpfltc(a, b)Shenghou Ma2013-12-161-0/+11
* test: match gccgo import error messagesIan Lance Taylor2013-12-121-5/+5
* test: match gccgo error messagesIan Lance Taylor2013-12-121-1/+1
* test: match gccgo error messagesIan Lance Taylor2013-12-1216-50/+50
* test: adjust issue4618 for gccgo allocation behaviourIan Lance Taylor2013-12-121-1/+2
* test: disable large type/stack frame tests for gccgoIan Lance Taylor2013-12-122-2/+2
* test: disable a couple of precise GC tests for gccgoIan Lance Taylor2013-12-121-2/+3
* test: don't rely on order of unrelated imports in bug191Ian Lance Taylor2013-12-105-5/+10
* test: add some test cases that were miscompiled by gccgoIan Lance Taylor2013-12-108-0/+113
* runtime: check for signed zero in printfloatCarl Shapiro2013-12-092-0/+14
* cmd/gc: qualified embedded fields with owner package.R?my Oudompheng2013-10-024-0/+42
* test/fixedbugs/bug295.go: fix test in anticipation of future gc fixRobert Griesemer2013-09-201-1/+3
* test: add a test that causes gccgo to get a failure at link timeIan Lance Taylor2013-09-193-0/+41
* test: add a test that gccgo failed to compileIan Lance Taylor2013-09-183-0/+32
* test: add a test that gccgo failed to compileIan Lance Taylor2013-09-181-0/+34
* test: add a test that crashed gccgoIan Lance Taylor2013-09-171-0/+23
* cmd/gc: fix divide by zero error in compilerRuss Cox2013-09-161-0/+27
* cmd/6g: handle very wide offsets.R?my Oudompheng2013-09-091-0/+44
* cmd/gc: squelch spurious "invalid recursive type" errorRuss Cox2013-09-091-0/+34
* cmd/gc: diagnose '_ = nil' betterRuss Cox2013-09-091-0/+15
* cmd/gc: show package name in 'imported and not used' errorRuss Cox2013-09-094-0/+24
* cmd/gc: fix 'internal error: typename ideal bool'Russ Cox2013-09-091-0/+15
* cmd/gc: add missing typecheck for walk-generated constants.R?my Oudompheng2013-09-061-0/+20
* cmd/gc: make method names for function scoped types uniqueDaniel Morsing2013-08-291-0/+39
* cmd/gc: fix detection of initialization loop.R?my Oudompheng2013-08-291-0/+24
* cmd/gc: fix method values whose receiver is an unnamed interface.R?my Oudompheng2013-08-291-0/+31
* cmd/gc: tag builtin error, byte, rune to avoid exporting them.R?my Oudompheng2013-08-274-4/+20
* cmd/5g: avoid clash between R13 and F3 registers.R?my Oudompheng2013-08-271-0/+17
* runtime: Better test tracebackability of jmpdefer when running a nil defer.Keith Randall2013-08-091-0/+6
* test: update bug086.go for current gccgo behaviourIan Lance Taylor2013-08-091-2/+2
* cmd/gc: make missing package error fatalRick Arnold2013-08-091-0/+10
* cmd/gc: move large stack variables to heapRuss Cox2013-08-081-8/+209
* runtime: Record jmpdefer's argument size.Keith Randall2013-08-071-0/+29
* cmd/gc: fix inlining of unnamed structs with embedded fields.R?my Oudompheng2013-08-053-0/+35