summaryrefslogtreecommitdiff
path: root/test/fixedbugs
Commit message (Expand)AuthorAgeFilesLines
* [dev.typealias] all: merge go1.8.3 into dev.typealiasdev.typealiasRuss Cox2017-06-143-0/+69
|\
| * [release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall2017-05-241-0/+32
| * [release-branch.go1.8] cmd/compile: ignore types when considering tuple selec...Todd Neal2017-05-231-0/+18
| * [release-branch.go1.8] cmd/compile: fix store chain in schedule passKeith Randall2017-05-231-0/+19
* | [dev.typealias] dev.typealias: merge go1.8.1 into dev.typealiasRuss Cox2017-04-1010-1/+426
|\ \ | |/
| * [release-branch.go1.8] cmd/compile: added special case for reflect header fie...David Chase2017-04-051-0/+31
| * [release-branch.go1.8] cmd/compile: add missing WBs for reflect.{Slice,String...Matthew Dempsky2017-04-051-0/+58
| * [release-branch.go1.8] cmd/compile: don't crash when slicing non-sliceJosh Bleecher Snyder2017-04-051-0/+19
| * [release-branch.go1.8] test/fixedbugs: add test for #19403Quentin Smith2017-04-051-0/+134
| * [release-branch.go1.8] cmd/compile: repaired loop-finder to handle trickier n...David Chase2017-04-051-0/+39
| * [release-branch.go1.8] cmd/compile: add opcode flag hasSideEffects for do-not...David Chase2017-04-051-0/+36
| * [release-branch.go1.8] cmd/compile/internal/ssa: don't schedule values after ...Ilya Tocar2017-03-271-0/+52
| * [release-branch.go1.8] cmd/compile: do not fold offset into load/store for ar...Cherry Zhang2017-03-031-0/+13
| * [release-branch.go1.8] cmd/compile: check both syms when folding address into...Cherry Zhang2017-03-031-0/+22
| * [release-branch.go1.8] cmd/compile/internal/syntax: make a parser error "1.7 ...Robert Griesemer2017-02-071-0/+21
| * [release-branch.go1.8] cmd/compile: do not fold large offset on ARM64Cherry Zhang2017-02-061-1/+1
* | [dev.typealias] all: merge go1.8 into dev.typealiasRuss Cox2017-02-166-0/+249
|\ \ | |/
| * [release-branch.go1.8] cmd/compile: fix type propagation through s390x SSA rulesMichael Munday2017-02-061-0/+36
| * cmd/compile: use CMPWU for 32-bit or smaller unsigned Geq on ppc64{,le}Michael Munday2017-01-271-0/+63
| * cmd/compile: don't use nilcheck information until the next blockKeith Randall2017-01-201-0/+24
| * cmd/compile: lvalues are only required for == when calling runtime fnsJosh Bleecher Snyder2017-01-161-0/+18
| * cmd/compile: disable flaky testDavid Chase2017-01-101-3/+12
| * cmd/compile: insert scheduling checks on loop backedgesDavid Chase2017-01-091-0/+86
| * cmd/compile: file line number for //go:xxx directivesRobert Griesemer2017-01-091-0/+13
* | [dev.typealias] cmd/compile: avoid false positive cycles from type aliasesMatthew Dempsky2017-01-261-0/+26
* | [dev.typealias] cmd/compile: declare methods after resolving receiver typeMatthew Dempsky2017-01-251-0/+22
|/
* cmd/compile: rewrite literal.method to ensure full initializationDavid Chase2017-01-061-0/+40
* cmd/compile: avoid n.Right nil dereference on non-existent interface methodsEmmanuel Odeke2017-01-051-0/+11
* cmd/compile: lock-in test for repeated variables in range declarationEmmanuel Odeke2016-12-241-0/+21
* test: add test gcc78763.go that caused a gccgo compiler crashIan Lance Taylor2016-12-151-0/+19
* test/fixedbugs: add mipsx case to issue11656Vladimir Stefanovic2016-12-151-2/+2
* test: enable fixedbugs/issue10607 test on GOARCH=mips{,le}Vladimir Stefanovic2016-12-151-1/+1
* all: make spelling consistentBrad Fitzpatrick2016-12-081-1/+1
* test: add bug501.go, a gccgo compiler crashIan Lance Taylor2016-12-071-0/+24
* cmd/compile: fix static-initialization compilation failureMatthew Dempsky2016-12-061-0/+15
* test: add test case for which gccgo generated incorrect GC infoIan Lance Taylor2016-12-021-0/+41
* cmd/compile: correctly parse //line filename:line where filename contains ':'Robert Griesemer2016-12-011-0/+33
* cmd/compile: don't panic on syntax error in select statementRobert Griesemer2016-11-291-0/+15
* test: remove amd64 build tag from testBrad Fitzpatrick2016-11-231-1/+0
* cmd/compile: in cse, allow for new ssa valuesPhilip Hofer2016-11-181-0/+41
* test: add test case that failed when built with gccgoIan Lance Taylor2016-11-151-0/+15
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-121-1/+1
* test/fixedbugs: enable issue 10607 test on ppc64leMichael Munday2016-11-071-1/+1
* test: disable unsupported test for GOARCH=mips{,le}Vladimir Stefanovic2016-11-041-1/+1
* cmd/compile: prevent Noalg from breaking user typesMatthew Dempsky2016-11-041-0/+20
* cmd/compile: compute faulting args before writing args to stackKeith Randall2016-11-021-0/+42
* cmd/compile: On a runtime.KeepAlive call, keep whole variable aliveKeith Randall2016-11-021-0/+13
* cmd/compile: avoid nil-ing out a node's Type in typecheckcomplit() on errorDhananjay Nakrani2016-10-311-0/+17
* cmd/compile: initialize Decldepth in all casesDhananjay Nakrani2016-10-311-0/+20
* cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase2016-10-311-3/+3