summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/gc: ignore blank (_) labels in label declarationsJan Ziak2014-04-092-0/+28
* cmd/gc: compute size of keys & values before making map bucketKeith Randall2014-04-041-0/+17
* cmd/gc: check duplicate keys in maps with interface{} key typeJan Ziak2014-04-041-0/+30
* cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with livenessRuss Cox2014-04-031-6/+33
* cmd/gc: reject builtin function calls in len(fixed array) constantsRuss Cox2014-04-031-0/+4
* runtime: check that new slice cap doesn't overflowDave Cheney2014-04-031-0/+27
* cmd/gc: shorten even more temporary lifetimesRuss Cox2014-04-021-0/+114
* cmd/gc: shorten more temporary lifetimesRuss Cox2014-04-011-0/+93
* cmd/gc: shorten temporary lifetimes when possibleRuss Cox2014-04-012-0/+287
* cmd/gc: fix spurious "bad negated constant" for complex constants.Shenghou Ma2014-04-013-0/+31
* cmd/gc: suppress array index error caused by a previously reported errorJan Ziak2014-03-292-1/+12
* cmd/gc: liveness-related bug fixesRuss Cox2014-03-272-2/+110
* cmd/gc: fix spurious 'use of untyped nil' errorJan Ziak2014-03-271-0/+13
* cmd/gc: fix spurious 'const initializer is not a constant' errorJan Ziak2014-03-241-0/+14
* cmd/gc: round floats with a large negative exponent towards zeroJan Ziak2014-03-241-0/+21
* cmd/6g, cmd/8g: skip CONVNOP nodes in bgen.R?my Oudompheng2014-03-201-0/+51
* test: add extra test case for issue 7590Chris Manghane2014-03-201-0/+21
* test: enable bug385_32 test on amd64p32.R?my Oudompheng2014-03-201-1/+1
* cmd/gc: check exponent overflow and underflow in mparithJan Ziak2014-03-191-0/+25
* cmd/gc: fix error check for self-referential array type.Chris Manghane2014-03-171-0/+19
* undo CL 77050045 / 073d79675aaeBrad Fitzpatrick2014-03-171-19/+0
* cmd/gc: Add tests for self-referential array types.Chris Manghane2014-03-171-0/+19
* cmd/gc: fix spurious 'not enough arguments to return' errorJan Ziak2014-03-141-0/+13
* cmd/gc: fix spurious type errors in walkselect.R?my Oudompheng2014-03-131-0/+85
* runtime: fix empty string handling in garbage collectorRuss Cox2014-03-111-0/+48
* test/run: make errorcheck tests fasterRuss Cox2014-03-111-9/+36
* liblink: fix bad code generated for MOVFD/MOVDF when reg > 7Josh Bleecher Snyder2014-03-111-0/+43
* cmd/gc: allow append and complex builtins to accept 2-result call expression ...Chris Manghane2014-03-051-0/+36
* cmd/gc: use a register to checknil constants.R?my Oudompheng2014-03-041-0/+14
* cmd/gc: fix internal crashRuss Cox2014-03-031-0/+15
* test/run: add /usr/pkg/bin to PATH.Shenghou Ma2014-03-031-1/+1
* cmd/gc: do not nop-convert equivalent but different interface types.R?my Oudompheng2014-02-271-0/+42
* cmd/gc: fix bad checknil with ints on 32 bit compilersJosh Bleecher Snyder2014-02-261-0/+24
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-4/+35
* cmd/gc: fix walkcompare bugs.R?my Oudompheng2014-02-242-0/+38
* cmd/gc: diagnose "make([]T, non-integer)" correctly.Shenghou Ma2014-02-231-0/+20
* cmd/gc: make embedded, unexported fields read-only.Chris Manghane2014-02-201-0/+26
* cmd/gc: fix array index out of bounds error messageRick Arnold2014-02-191-0/+17
* cmd/go: skip writing dwarf debug info for ephemeral binariesRuss Cox2014-02-191-1/+1
* cmd/gc: reject incorrect use of fallthrough.R?my Oudompheng2014-02-191-0/+29
* cmd/gc: record &x[0] as taking address of x, if x is an arrayRuss Cox2014-02-151-0/+36
* cmd/gc: correct liveness for fat variablesRuss Cox2014-02-152-6/+34
* cmd/gc: do not lower copy to a value node in go/defer.R?my Oudompheng2014-02-151-0/+48
* cmd/gc: correct liveness for various non-returning functionsRuss Cox2014-02-141-0/+61
* cmd/gc: correct liveness for func ending in panicRuss Cox2014-02-131-0/+8
* cmd/gc: correct liveness for wrappers containing tail jumpsRuss Cox2014-02-131-0/+30
* cmd/gc: handle variable initialization by block move in livenessRuss Cox2014-02-131-0/+18
* cmd/gc: fix liveness for addressed resultsRuss Cox2014-02-131-0/+9
* cmd/gc: distinguish unnamed vs blank-named return variables betterRuss Cox2014-02-132-4/+11
* cmd/gc: relax address-of escape analysisRuss Cox2014-02-131-0/+10