summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/bench/shootout/timing.log: update to Go 1.1Rob Pike2013-05-231-0/+91
* test: add test for issue 3888.R?my Oudompheng2013-05-221-0/+12
* test/errchk: use "#!/usr/bin/env perl" shebang lineShenghou Ma2013-05-231-1/+1
* cmd/gc: fix confusing error with broken types and defer/goDaniel Morsing2013-05-211-0/+19
* test: do not run the test that relies on precise GC on 32-bitsDmitriy Vyukov2013-05-201-0/+6
* runtime: zeroize g->fnstart to not prevent GC of the closureDmitriy Vyukov2013-05-201-0/+52
* cmd/gc: repair make(T) in export data for inlining.R?my Oudompheng2013-05-163-0/+50
* 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
* cmd/gc: simplify and fix defaultlit.R?my Oudompheng2013-03-041-0/+7
* test/bench/garbage: fix parser benchmarkJan Ziak2013-03-041-18/+77
* cmd/gc: unbreak exporting of composite literals.R?my Oudompheng2013-03-044-0/+53
* cmd/gc: accept cases with same value but different types in switch.R?my Oudompheng2013-02-261-0/+29
* cmd/gc: fix corruption in export of &T{} literals.R?my Oudompheng2013-02-263-0/+52
* exp/ssa/interp: (#6 of 5): test interpretation of SSA form of $GOROOT/test/*.go.Alan Donovan2013-02-214-32/+58