summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/gc: add missing typecheck for walk-generated constants.R?my Oudompheng2013-09-061-0/+20
* test: fix build (update for new error message)Russ Cox2013-09-061-2/+2
* test/nilptr: add more testsRuss Cox2013-09-051-0/+28
* 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-292-2/+34
* 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
* test: exit non-zero on error from nilptr2.go.Alan Donovan2013-08-191-0/+3
* test: fix buildRob Pike2013-08-195-5/+5
* cmd/gc: don't attempt to generate wrappers for blank interface methodsAnthony Martin2013-08-192-2/+36
* test: say that nilptr2.go requires 256+MB stackDmitriy Vyukov2013-08-161-3/+3
* cmd/gc: &x panics if x doesRuss Cox2013-08-152-0/+312
* tests: remove two misuses of nil pointersRuss Cox2013-08-151-1/+2
* test/run: process build tags like go/buildAnthony Martin2013-08-132-33/+105
* 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-082-8/+216
* runtime: Record jmpdefer's argument size.Keith Randall2013-08-071-0/+29
* test: add cases to return.go that gccgo got wrongIan Lance Taylor2013-08-071-0/+20
* test: fix return.go to remove unused labelsIan Lance Taylor2013-08-071-4/+0
* test: fix return.go to not use fallthrough in a type switchIan Lance Taylor2013-08-071-84/+0
* cmd/gc: fix inlining of unnamed structs with embedded fields.R?my Oudompheng2013-08-053-0/+35
* cmd/gc: insert \n at end of every input fileRuss Cox2013-07-301-1/+1
* runtime: handle runtime.Goexit during initRuss Cox2013-07-261-0/+50
* cmd/gc: avoid passing unevaluated constant expressions to backends.R?my Oudompheng2013-07-251-0/+16
* test: fix error output in the testDmitriy Vyukov2013-07-191-1/+1
* cmd/8g: Make clearfat non-interleaved with pointer calculations.Daniel Morsing2013-07-171-0/+18
* test: add a compilation test that gccgo failed to compileIan Lance Taylor2013-07-161-0/+22
* test: invert incorrect condition.Alan Donovan2013-07-161-2/+2
* cmd/gc: fix incorrect error when using f(g()) form on ... argsDaniel Morsing2013-07-161-0/+17
* cmd/5g, cmd/6g, cmd/8g: fix line number of caller of deferred funcRuss Cox2013-07-121-0/+38
* cmd/gc: fix error message for import as 'init'Russ Cox2013-07-111-0/+9
* cmd/6g, cmd/8g: prevent constant propagation of non-constant LEA.Daniel Morsing2013-07-051-0/+27
* cmd/gc: fix issue with method wrappers not having escape analysis run on them.Daniel Morsing2013-07-021-0/+29
* cmd/gc: fix computation of equality class of types.R?my Oudompheng2013-07-025-2/+38
* cmd/gc: support x[i:j:k]Russ Cox2013-07-013-3/+280
* runtime: fix memory leaks due to defersDmitriy Vyukov2013-07-011-0/+59
* cmd/gc: fix missing export data for inlining in a few other cases.R?my Oudompheng2013-06-283-0/+93
* test: match gccgo error strings.R?my Oudompheng2013-06-285-44/+44
* test: match gccgo error strings.R?my Oudompheng2013-06-262-11/+11
* test/shift1.go: recognize gccgo errorsIan Lance Taylor2013-06-261-92/+93
* cmd/gc: fix escape analysis orderingRuss Cox2013-06-251-0/+19
* test: add shift expression incorrectly rejected by gccgo.R?my Oudompheng2013-06-251-0/+1
* cmd/gc: fix pointer composite literals in exported if statements.R?my Oudompheng2013-06-232-1/+16
* spec: fix spec on conversions to match implementationsRobert Griesemer2013-06-211-0/+46
* test: match gccgo error messagesR?my Oudompheng2013-06-207-11/+11
* cmd/gc: save local var list before inliningIan Lance Taylor2013-06-111-0/+34
* cmd/gc: compute initialization order for top-level blank vars too.R?my Oudompheng2013-06-111-0/+18