aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-07-26[release-branch.go1.1] cmd/gc: avoid passing unevaluated constant expressions...Andrew Gerrand
2013-07-23[release-branch.go1.1] cmd/8g: Make clearfat non-interleaved with pointer cal...Andrew Gerrand
2013-07-23[release-branch.go1.1] cmd/6g, cmd/8g: prevent constant propagation of non-co...Andrew Gerrand
2013-07-22[release-branch.go1.1] cmd/gc: fix issue with method wrappers not having esca...Andrew Gerrand
2013-07-22[release-branch.go1.1] cmd/gc: fix missing export data for inlining in a few ...Andrew Gerrand
2013-07-22[release-branch.go1.1] cmd/gc: fix pointer composite literals in exported if ...Andrew Gerrand
2013-06-13[release-branch.go1.1] cmd/gc: compute initialization order for top-level bla...Andrew Gerrand
2013-06-13[release-branch.go1.1] cmd/gc: save local var list before inliningAndrew Gerrand
2013-06-05[release-branch.go1.1] cmd/gc: fix missing slice/array types in export data.Andrew Gerrand
2013-06-05[release-branch.go1.1] test: do not run the test that relies on precise GC on...Andrew Gerrand
2013-06-05[release-branch.go1.1] runtime: zeroize g->fnstart to not prevent GC of the c...Andrew Gerrand
2013-06-05[release-branch.go1.1] cmd/gc: repair make(T) in export data for inlining.Andrew Gerrand
2013-06-05[release-branch.go1.1] cmd/gc: do not corrupt init() with initializers of _ i...Andrew Gerrand
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