aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-02-23[dev.cc] test: disable syntax error testsRuss Cox
2015-02-20[dev.cc] all: merge master (5868ce3) into dev.ccRuss Cox
2015-02-19[dev.cc] test: disable rotate testsRuss Cox
2015-02-14test: add test case for issue 4365Ian Lance Taylor
2015-02-13test: deflake init1.go test, tighten its boundsBrad Fitzpatrick
2015-02-13cmd/gc: transform closure calls to function callsDmitry Vyukov
2015-02-12cmd/gc: evaluate concrete == interface without allocatingJosh Bleecher Snyder
2015-02-12cmd/gc: allocate non-escaping maps on stackDmitry Vyukov
2015-02-12cmd/gc: allocate buffers for non-escaping string conversions on stackDmitry Vyukov
2015-02-06cmd/gc: eliminate dead code in switch statementsJosh Bleecher Snyder
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2015-02-06test: check for build constraints only upto the first blank lineRahul Chaudhry
2015-02-06test: chdir before running go tool, cleanup afterwards.Rahul Chaudhry
2015-02-03cmd/gc: fix capturing by value for range statementsDmitry Vyukov
2015-02-03cmd/gc: typecheck type switch variablesDmitry Vyukov
2015-02-02cmd/6g, liblink, runtime: support saving base pointersAustin Clements
2015-02-02cmd/gc: always treat the output parameters as having been assigned in capture...Shenghou Ma
2015-01-29test/closure2.go: correctly "use" tmpRobert Griesemer
2015-01-29cmd/gc: capture variables by valueDmitry Vyukov
2015-01-28cmd/gc: allocate stack buffer for ORUNESTRDmitry Vyukov
2015-01-28cmd/gc: allocate buffers for non-escaped strings on stackDmitry Vyukov
2015-01-28cmd/gc: ignore re-slicing in escape analysisDmitry Vyukov
2015-01-28cmd/gc: improve escape analysis for &T{...}Dmitry Vyukov
2015-01-28cmd/gc: allow map index expressions in for range statementsDmitry Vyukov
2015-01-22cmd/gc: treat non-local vars inlined into wrapper as escapingIan Lance Taylor
2015-01-20cmd/gc: don't unpack struct arguments to appendChris Manghane
2015-01-17test: generate tests for arithmetic on narrow typesKeith Randall
2015-01-15cmd/5g: make sure we normalize after unary ops on small typesKeith Randall
2015-01-15test: comment the behavior and use of cmplxdivide*Rob Pike
2015-01-12cmd/gc: don't recurse infinitely when a recursive type references itself more...Shenghou Ma
2015-01-09cmd/gc: optimize memclr of slices and arraysJosh Bleecher Snyder
2015-01-08runtime: increase GC concurrency.Rick Hudson
2015-01-08test: shorten test runtimeKeith Randall
2015-01-07cmd/gc: optimize existence-only map lookupsJosh Bleecher Snyder
2015-01-07test: delete testlibJosh Bleecher Snyder
2015-01-04runtime: fix slicecopy return value for zero-width elementsMatthew Dempsky
2015-01-02cmd/go: put user ldflags at the end of the linker invocationJosh Bleecher Snyder
2015-01-02cmd/gc: give an error if only one argument is given to complex()Shenghou Ma
2014-12-29cmd/gc: logical operators should produce untyped bool for untypedChris Manghane
2014-12-29test: add fixed GoSmith bugs reported on the gcc BugzillaChris Manghane
2014-12-24test/fixedbugs/issue9355: fix build on arm and power64Shenghou Ma
2014-12-23test: disable bug248 and bug345 tests on Plan 9David du Colombier
2014-12-23test: fix windows buildJosh Bleecher Snyder
2014-12-22test: add test case that gccgo failed to linkIan Lance Taylor
2014-12-22test: migrate remaining tests to run.goJosh Bleecher Snyder
2014-12-19test/fixedbugs/issue9355: fix build on windows and skip on naclShenghou Ma
2014-12-18cmd/gc: resolve static addresses of the form &x.f at link timeKeith Randall
2014-12-18test: add missing linkx testJosh Bleecher Snyder
2014-12-18test: add bug494: test case miscompiled by gccgoIan Lance Taylor
2014-12-17test: add test that gccgo failed to compileIan Lance Taylor