aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-25cmd/gc: initialize t->width in dgcsym() if requiredJan Ziak
2013-04-25undo CL 8954044 / ad3c2ffb16d7Jan Ziak
2013-04-25runtime: prevent the GC from seeing the content of a frame in runfinq()Jan Ziak
2013-04-24cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checksIan Lance Taylor
2013-04-15test/stress: start of a runtime stress programBrad Fitzpatrick
2013-04-13cmd/gc: disable inlining of method valuesDaniel Morsing
2013-04-12test: make goprint.go wait longer for go its routine to executeCarl Shapiro
2013-04-12test: raise the allocation threshold for chan/select2.go failureCarl Shapiro
2013-04-11gc: escape unicode BOM in exported string literalsVolker Dobler
2013-04-08test: fix mapnan.go build tagBrad Fitzpatrick
2013-04-08cmd/gc: properly set variadic flag on method values.Rémy Oudompheng
2013-04-07test: fix flaky NaN-key map complexity testBrad Fitzpatrick
2013-04-05cmd/gc: fix Offsetof computation.Rémy Oudompheng
2013-04-03cmd/gc: be more tolerant with recursive types when checking map types.Rémy Oudompheng
2013-04-01cmd/gc: do not reuse bool temporaries for composite equality.Rémy Oudompheng
2013-03-25cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini...Rémy Oudompheng
2013-03-22cmd/gc: fix line number for 'missing return' in closureRuss Cox
2013-03-22cmd/vet: add assembly checkerRuss Cox
2013-03-21test: more systematic shift testsRobert Griesemer
2013-03-22cmd/gc: accept ideal float as indices.Rémy Oudompheng
2013-03-20cmd/gc: fix escape analysis of method valuesRuss Cox
2013-03-20cmd/gc: reject methods on non-locals, even if symbol existsDaniel Morsing
2013-03-20cmd/gc: implement method valuesRuss Cox
2013-03-18cmd/gc: steal escape analysis info when inliningDaniel Morsing
2013-03-16cmd/gc: missing type inference for untyped complex() calls.Rémy Oudompheng
2013-03-15cmd/gc: ensure unique parameter and result names in function typesRuss Cox
2013-03-15cmd/gc: fix escape analysis bug.Rémy Oudompheng
2013-03-15cmd/gc: disallow fallthrough in final case of switchTyler Bunnell
2013-03-12go/test/bench/go1: add regexp testRob Pike
2013-03-12test/bench/go1: add http testBrad Fitzpatrick
2013-03-12test/bench/garbage: fix parser benchmarkJan Ziak
2013-03-11go/test/bench/go1: add printf and time format testsRob Pike
2013-03-11cmd/gc: reject complex calls with mismatched argument types.Rémy Oudompheng
2013-03-07cmd/8g: fix code generation of int64(0) == int64(0).Rémy Oudompheng
2013-03-04cmd/gc: implement new return requirementsRuss Cox
2013-03-05test/bench/go1: use raw string instead of string additionShenghou Ma
2013-03-04cmd/gc: disallow selectors to the blank identifierDaniel Morsing
2013-03-04cmd/gc: simplify and fix defaultlit.Rémy Oudompheng
2013-03-04test/bench/garbage: fix parser benchmarkJan Ziak
2013-03-04cmd/gc: unbreak exporting of composite literals.Rémy Oudompheng
2013-02-26cmd/gc: accept cases with same value but different types in switch.Rémy Oudompheng
2013-02-26cmd/gc: fix corruption in export of &T{} literals.Rémy Oudompheng
2013-02-21exp/ssa/interp: (#6 of 5): test interpretation of SSA form of $GOROOT/test/*.go.Alan Donovan
2013-02-14cmd/8g: fix sse2 compare code genRuss Cox
2013-02-14test/run: use correct $PWD to make os.Getwd less expensiveRuss Cox
2013-02-12test: ensure all failing tests exit nonzero.Alan Donovan
2013-02-11test: a number of fixes.Alan Donovan
2013-02-07cmd/8g: add a few missing splitcleanRuss Cox
2013-02-05cmd/gc: add way to specify 'noescape' for extern funcsRuss Cox
2013-02-04cmd/gc: fix escape analysisRuss Cox