summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/8g: fix sse2 compare code genRuss Cox2013-02-141-0/+20
* test/run: use correct $PWD to make os.Getwd less expensiveRuss Cox2013-02-141-0/+18
* test: ensure all failing tests exit nonzero.Alan Donovan2013-02-1221-130/+189
* test: a number of fixes.Alan Donovan2013-02-114-47/+133
* cmd/8g: add a few missing splitcleanRuss Cox2013-02-071-0/+36
* cmd/gc: add way to specify 'noescape' for extern funcsRuss Cox2013-02-052-0/+52
* cmd/gc: fix escape analysisRuss Cox2013-02-041-0/+16
* cmd/gc: fix &^ code generation bugRuss Cox2013-02-041-0/+26
* cmd/gc: implement latest rules for checking make sizesRuss Cox2013-02-032-0/+67
* cmd/gc: make inlined labels distinctRuss Cox2013-02-031-0/+20
* cmd/gc: clean up string index errorsRuss Cox2013-02-032-3/+36
* cmd/gc: update ideal bool rules to match latest specRuss Cox2013-02-031-0/+30
* cmd/gc: allow new conversion syntaxRuss Cox2013-02-031-0/+17
* cmd/gc: treat &T{} like new(T): allocate on stack if possibleRuss Cox2013-02-021-0/+40
* cmd/gc: avoid duplicate allocation during inliningRuss Cox2013-02-021-0/+37
* cmg/gc: Fix evaluation order of map indexing during multiple assignmentsDaniel Morsing2013-02-021-0/+21
* cmd/gc: reject non-Go constantsRuss Cox2013-02-016-11/+22
* cmd/gc: silence redundant error prints for misuse of [...]intRuss Cox2013-02-011-0/+13
* cmd/gc: put 'not used' message on correct lineRuss Cox2013-02-014-4/+18
* cmd/gc: clearer error for defer/go of conversion or invalid function callRuss Cox2013-02-012-22/+93