summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/gc: fix eval order in selectRuss Cox2012-12-221-0/+28
* cmd/gc: fix wrong interaction between inlining and embedded builtins.R?my Oudompheng2012-12-225-47/+46
* cmd/gc: do not accept (**T).Method expressions.R?my Oudompheng2012-12-221-0/+20
* cmd/gc: Reject parenthesised .(type) expressions.Daniel Morsing2012-12-221-0/+16
* cmd/gc: fix error line in switch expr evalRuss Cox2012-12-221-0/+49
* cmd/8g: introduce temporaries in byte multiplication.R?my Oudompheng2012-12-211-0/+4
* cmd/gc: remove an incorrect assertion in escape analysis.R?my Oudompheng2012-12-202-51/+99
* cmd/6g: fix componentgen for funarg structs.R?my Oudompheng2012-12-171-0/+67
* test: add "duplicate" struct map key testRuss Cox2012-12-171-0/+12
* cmd/gc: fix defaultlit of shifts used in interface context.R?my Oudompheng2012-12-151-0/+19
* test: s/float/float32/Ian Lance Taylor2012-12-132-3/+3
* test: move map delete test to nil.goIan Lance Taylor2012-12-132-12/+3
* test/nil.go: delete on nil maps no longer panicsShenghou Ma2012-12-141-3/+0
* runtime: deletion on nil maps is a no-op nowShenghou Ma2012-12-131-0/+12
* cmd/gc: Give better line numbers for errors in composite literals.Daniel Morsing2012-12-121-0/+23