aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-09-22[release-branch.go1.4] runtime: don't return a slice with nil ptr but non-zer...Shenghou Ma
2015-02-17[release-branch.go1.4] cmd/gc: treat non-local vars inlined into wrapper as e...Ian Lance Taylor
2015-02-17[release-branch.go1.4] cmd/gc: don't recurse infinitely when a recursive type...Shenghou Ma
2015-02-17[release-branch.go1.4] cmd/gc: don't unpack struct arguments to appendChris Manghane
2015-02-17[release-branch.go1.4] cmd/5g: make sure we normalize after unary ops on smal...Keith Randall
2015-01-14[release-branch.go1.4] runtime: fix deadlock in runtime.StackKeith Randall
2014-11-16runtime: fix sudog leakRuss Cox
2014-11-09test: fix nacl buildRuss Cox
2014-11-06test: move linkx and sinit to run.goJosh Bleecher Snyder
2014-11-04test: comment out failing cases from sinit.goIan Lance Taylor
2014-10-29runtime: fix line number in first stack frame in printed stack traceRuss Cox
2014-10-28cmd/gc: fix internal compiler error in struct compareRuss Cox
2014-10-27test: make maplinear more robustRuss Cox
2014-10-24cmd/gc: synthesize zeroed value for non-assignment contextRuss Cox
2014-10-22test: add more cases to recover.goIan Lance Taylor
2014-10-20cmd/gc: disallow call of *T method using **T variableRuss Cox
2014-10-20cmd/gc: emit code for extern = <N>Daniel Morsing
2014-10-15cmd/gc: blank methods are not permitted in interface typesChris Manghane
2014-10-14cmd/gc: check for initialization cycles in method valuesChris Manghane
2014-10-13test: add test for gccgo-specific issue 8079Chris Manghane
2014-10-06cmd/gc: prohibit short variable declarations containing duplicate symbolsEvan Kroske
2014-09-30cmd/gc: fix call order in array literal of slice literal of make chanRuss Cox
2014-09-28cmd/ld: don't automatically mark symbols created by -X as reachableIan Lance Taylor
2014-09-25cmd/gc: emit error for out-of-bounds slice of constant stringRuss Cox
2014-09-25cmd/gc: print x++ (not x += 1) in errors about x++Russ Cox
2014-09-25cmd/gc: avoid infinite recursion on invalid recursive typeRuss Cox
2014-09-24cmd/gc: fix import of package with var func returning _Russ Cox
2014-09-24cmd/gc: run escape analysis always (even in -N mode)Russ Cox
2014-09-16liblink: make GO_ARGS the default for functions beginning with ·Russ Cox
2014-09-16cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'Russ Cox
2014-09-15cmd/ld: document that -X overwrites initialized variablesJosh Bleecher Snyder
2014-09-15test: make maplinear iterdelete test less flakyJosh Bleecher Snyder
2014-09-15cmd/gc: don't walk static nodes generated by anylit.Rémy Oudompheng
2014-09-15cmd/gc: generate type alg after calling dowidth.Rémy Oudompheng
2014-09-11test: return errors earlier in run.goJosh Bleecher Snyder
2014-09-11cmd/gc: emit write barriersRuss Cox
2014-09-10runtime: add timing test for iterate/delete map idiom.Keith Randall
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-09-06runtime: increase stack split limit againRuss Cox
2014-09-06runtime: fix panic/wrapper/recover mathRuss Cox
2014-09-05runtime: use reflect.call during panic instead of newstackcallRuss Cox
2014-09-05runtime: convert panic/recover to GoKeith Randall
2014-08-30runtime: increase nosplit area to 192Russ Cox
2014-08-28test: add test that caused gccgo to crash on valid codeIan Lance Taylor
2014-08-27runtime: give nosplit functions 32 more bytes of headroomRuss Cox
2014-08-25cmd/gc, runtime: treat slices and strings like pointers in garbage collectionRuss Cox
2014-08-25cmd/gc: fix order of channel evaluation of receive channelsRuss Cox
2014-08-18cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox
2014-08-15cmd/gc: disallow pointer constantsMatthew Dempsky
2014-08-11cmd/gc: comma-ok assignments produce untyped bool as 2nd resultChris Manghane