summaryrefslogtreecommitdiff
path: root/test/fixedbugs
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix sudog leakRuss Cox2014-11-161-0/+90
* runtime: fix line number in first stack frame in printed stack traceRuss Cox2014-10-291-0/+49
* cmd/gc: fix internal compiler error in struct compareRuss Cox2014-10-281-0/+37
* cmd/gc: synthesize zeroed value for non-assignment contextRuss Cox2014-10-241-0/+53
* cmd/gc: disallow call of *T method using **T variableRuss Cox2014-10-201-3/+3
* cmd/gc: emit code for extern = <N>Daniel Morsing2014-10-201-0/+20
* cmd/gc: check for initialization cycles in method valuesChris Manghane2014-10-1426-0/+538
* test: add test for gccgo-specific issue 8079Chris Manghane2014-10-131-0/+11
* cmd/gc: fix call order in array literal of slice literal of make chanRuss Cox2014-09-302-0/+136
* cmd/gc: emit error for out-of-bounds slice of constant stringRuss Cox2014-09-251-3/+26
* cmd/gc: print x++ (not x += 1) in errors about x++Russ Cox2014-09-251-0/+16
* cmd/gc: avoid infinite recursion on invalid recursive typeRuss Cox2014-09-251-0/+16
* cmd/gc: fix import of package with var func returning _Russ Cox2014-09-243-0/+17
* cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'Russ Cox2014-09-161-7/+12
* cmd/gc: don't walk static nodes generated by anylit.R?my Oudompheng2014-09-151-0/+26
* cmd/gc: generate type alg after calling dowidth.R?my Oudompheng2014-09-153-0/+29
* runtime: use reflect.call during panic instead of newstackcallRuss Cox2014-09-052-4/+4
* test: add test that caused gccgo to crash on valid codeIan Lance Taylor2014-08-281-0/+34
* cmd/gc: fix order of channel evaluation of receive channelsRuss Cox2014-08-251-0/+29
* cmd/gc: disallow pointer constantsMatthew Dempsky2014-08-151-0/+25
* cmd/gc: comma-ok assignments produce untyped bool as 2nd resultChris Manghane2014-08-111-0/+25
* cmd/6g, cmd/8g: fix, test byte-sized magic multiplyRuss Cox2014-08-111-0/+31
* test: add another test case that gccgo crashed onIan Lance Taylor2014-08-081-0/+16
* test: add test for function type in function literalIan Lance Taylor2014-08-041-0/+22
* test: add test for confusion with dot importsIan Lance Taylor2014-07-203-0/+28
* test: add some tests for mismatches between call results and usesIan Lance Taylor2014-07-191-0/+24
* test: add test for issue8347Shenghou Ma2014-07-181-0/+27
* cmd/gc: implement 'for range x {'Russ Cox2014-07-162-0/+4
* test: add test for gccgo comment lexing failureIan Lance Taylor2014-07-081-0/+14
* test/fixedbugs: fix typo in commentDave Cheney2014-06-291-1/+1
* cmd/gc: drop parenthesization restriction for receiver typesRuss Cox2014-06-251-4/+6
* test: add test case for issue 8074.Dave Cheney2014-06-221-0/+16
* runtime: fix defer of nil funcRuss Cox2014-06-121-0/+22
* runtime: add test for issue 8047.Keith Randall2014-06-111-0/+29
* runtime: fix panic stack during runtime.Goexit during panicRuss Cox2014-06-061-0/+41
* cmd/6g: fix stack zeroing on native clientRuss Cox2014-06-051-0/+48
* 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