summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.1] cmd/gc: avoid passing unevaluated constant expressions...Andrew Gerrand2013-07-261-0/+16
* [release-branch.go1.1] cmd/8g: Make clearfat non-interleaved with pointer cal...Andrew Gerrand2013-07-231-0/+18
* [release-branch.go1.1] cmd/6g, cmd/8g: prevent constant propagation of non-co...Andrew Gerrand2013-07-231-0/+27
* [release-branch.go1.1] cmd/gc: fix issue with method wrappers not having esca...Andrew Gerrand2013-07-221-0/+29
* [release-branch.go1.1] cmd/gc: fix missing export data for inlining in a few ...Andrew Gerrand2013-07-223-0/+93
* [release-branch.go1.1] cmd/gc: fix pointer composite literals in exported if ...Andrew Gerrand2013-07-222-1/+16
* [release-branch.go1.1] cmd/gc: compute initialization order for top-level bla...Andrew Gerrand2013-06-131-0/+18
* [release-branch.go1.1] cmd/gc: save local var list before inliningAndrew Gerrand2013-06-131-0/+34
* [release-branch.go1.1] cmd/gc: fix missing slice/array types in export data.Andrew Gerrand2013-06-054-0/+39
* [release-branch.go1.1] test: do not run the test that relies on precise GC on...Andrew Gerrand2013-06-051-0/+6
* [release-branch.go1.1] runtime: zeroize g->fnstart to not prevent GC of the c...Andrew Gerrand2013-06-051-0/+52
* [release-branch.go1.1] cmd/gc: repair make(T) in export data for inlining.Andrew Gerrand2013-06-053-0/+50
* [release-branch.go1.1] cmd/gc: do not corrupt init() with initializers of _ i...Andrew Gerrand2013-06-051-0/+36
* cmd/gc: initialize t->width in dgcsym() if requiredJan Ziak2013-04-253-0/+60
* undo CL 8954044 / ad3c2ffb16d7Jan Ziak2013-04-251-37/+0
* runtime: prevent the GC from seeing the content of a frame in runfinq()Jan Ziak2013-04-251-0/+37
* cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checksIan Lance Taylor2013-04-241-0/+22
* test/stress: start of a runtime stress programBrad Fitzpatrick2013-04-153-0/+495
* cmd/gc: disable inlining of method valuesDaniel Morsing2013-04-133-0/+42
* test: make goprint.go wait longer for go its routine to executeCarl Shapiro2013-04-121-1/+1
* test: raise the allocation threshold for chan/select2.go failureCarl Shapiro2013-04-121-1/+1
* gc: escape unicode BOM in exported string literalsVolker Dobler2013-04-113-0/+28
* test: fix mapnan.go build tagBrad Fitzpatrick2013-04-081-1/+1
* cmd/gc: properly set variadic flag on method values.R?my Oudompheng2013-04-081-0/+45
* test: fix flaky NaN-key map complexity testBrad Fitzpatrick2013-04-072-34/+85
* cmd/gc: fix Offsetof computation.R?my Oudompheng2013-04-053-2/+250
* cmd/gc: be more tolerant with recursive types when checking map types.R?my Oudompheng2013-04-033-0/+37
* cmd/gc: do not reuse bool temporaries for composite equality.R?my Oudompheng2013-04-011-0/+88
* cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini...R?my Oudompheng2013-03-253-0/+32
* cmd/gc: fix line number for 'missing return' in closureRuss Cox2013-03-221-0/+1436
* cmd/vet: add assembly checkerRuss Cox2013-03-221-1/+1
* test: more systematic shift testsRobert Griesemer2013-03-211-4/+187
* cmd/gc: accept ideal float as indices.R?my Oudompheng2013-03-222-19/+102
* cmd/gc: fix escape analysis of method valuesRuss Cox2013-03-202-0/+51
* cmd/gc: reject methods on non-locals, even if symbol existsDaniel Morsing2013-03-201-0/+15
* cmd/gc: implement method valuesRuss Cox2013-03-201-0/+297
* cmd/gc: steal escape analysis info when inliningDaniel Morsing2013-03-181-0/+34
* cmd/gc: missing type inference for untyped complex() calls.R?my Oudompheng2013-03-161-0/+12
* cmd/gc: ensure unique parameter and result names in function typesRuss Cox2013-03-157-22/+49
* cmd/gc: fix escape analysis bug.R?my Oudompheng2013-03-154-2/+76
* cmd/gc: disallow fallthrough in final case of switchTyler Bunnell2013-03-152-9/+36
* go/test/bench/go1: add regexp testRob Pike2013-03-121-0/+59
* test/bench/go1: add http testBrad Fitzpatrick2013-03-121-0/+45
* test/bench/garbage: fix parser benchmarkJan Ziak2013-03-121-1/+0
* go/test/bench/go1: add printf and time format testsRob Pike2013-03-113-1/+94
* cmd/gc: reject complex calls with mismatched argument types.R?my Oudompheng2013-03-111-0/+26
* cmd/8g: fix code generation of int64(0) == int64(0).R?my Oudompheng2013-03-071-0/+16
* cmd/gc: implement new return requirementsRuss Cox2013-03-043-2/+1456
* test/bench/go1: use raw string instead of string additionShenghou Ma2013-03-052-1805/+1806
* cmd/gc: disallow selectors to the blank identifierDaniel Morsing2013-03-041-0/+5