aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-11-03[dev.power64] test: "fix" live.go test on power64xAustin Clements
2014-11-03[dev.power64] test: disable nilptr3 test on power64xAustin Clements
2014-11-03[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-31[dev.power64] 9g: fix under-zeroing in clearfatAustin Clements
2014-10-29runtime: fix line number in first stack frame in printed stack traceRuss Cox
2014-10-29[dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox
2014-10-28cmd/gc: fix internal compiler error in struct compareRuss Cox
2014-10-27test: make maplinear more robustRuss Cox
2014-10-27[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-24cmd/gc: synthesize zeroed value for non-assignment contextRuss Cox
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-10-22[dev.power64] build: merge default into dev.power64Austin Clements
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-14[dev.power64] cmd/ld, runtime: detect, fix nosplit overflowsRuss Cox
2014-08-14[dev.power64] test/nosplit.go: add power64 supportShenghou Ma