summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: add test that caused a gccgo compilation failureIan Lance Taylor2013-01-311-0/+21
* cmd/gc: Error out on division by constant zero.Daniel Morsing2013-01-303-3/+43
* test: add test case miscompiled by gccgoIan Lance Taylor2013-01-281-0/+69
* test: add support for build tags.R?my Oudompheng2013-01-285-25/+110
* test: re-enable issue4348.go.R?my Oudompheng2013-01-181-6/+4
* cmd/gc: more robust checking of OIND nodes.Daniel Morsing2013-01-181-0/+17
* cmd/gc: fix handling of struct padding in hash/eq.R?my Oudompheng2013-01-181-0/+60
* cmd/gc, cmd/6g: fix error on large stacks.R?my Oudompheng2013-01-182-2/+11
* cmd/gc: don't hash nor compare struct padding or blank fields.R?my Oudompheng2013-01-182-5/+103
* test: limit runoutput tests on arm platformsDave Cheney2013-01-121-6/+27
* test: add rotate.go and fixedbugs/bug313R?my Oudompheng2013-01-117-16/+54
* test: adapt old-style tests to new flag parsing.R?my Oudompheng2013-01-112-2/+2
* test: make rundir match compiledir/errorcheckdir.R?my Oudompheng2013-01-1123-40/+30
* cmd/gc: add space to export data to match linker expectationsR?my Oudompheng2013-01-094-0/+57
* cmd/gc: fix uintptr(nil) issues.R?my Oudompheng2013-01-081-0/+20
* cmd/5g, cmd/6g, cmd/8g: flush return parameters in case of panic.Daniel Morsing2013-01-041-0/+37
* cmd/gc: mark wrapper methods for unnamed types as DUPOK.R?my Oudompheng2013-01-024-0/+76
* cmd/gc: make redeclaration between import and func less confusingRuss Cox2013-01-023-0/+23
* test/run: handle compiledir and errorcheckdir with multi-file packagesRuss Cox2013-01-023-30/+89
* cmd/gc: do not generate code for var _ = ... unless necessaryRuss Cox2012-12-302-5/+11
* cmd/gc: add diagnostic for var, type, const named initRuss Cox2012-12-224-0/+36