aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-12-11test: add a test for gccgo compiler bug of missing type descriptorCherry Zhang
2019-12-06os: skip a new failing test on WindowsBrad Fitzpatrick
2019-12-05os: reset dirinfo when seeking on DarwinKeith Randall
2019-11-22cmd/compile: try harder to not use an empty src.XPos for a bogus lineDavid Chase
2019-11-19cmd/compile: make a better bogus line for empty infinite loopsDavid Chase
2019-11-18test: new test for gollvm compiler crash bugThan McIntosh
2019-11-18test: avoid writing temporary files to GOROOTBryan C. Mills
2019-11-16hash/maphash: mark call into runtime hash function as not escapingKeith Randall
2019-11-15Revert "test: avoid writing temporary files to GOROOT"Bryan C. Mills
2019-11-15test: avoid writing temporary files to GOROOTBryan C. Mills
2019-11-12test: add another test case for #35518Matthew Dempsky
2019-11-12cmd/compile: fix -m=2 infinite loop in escape.goMatthew Dempsky
2019-11-08runtime: fix line number for faulting instructionsKeith Randall
2019-11-08Merge "cmd: merge branch 'dev.link' into master"Gerrit Code Review
2019-11-07cmd/compile: add signed indivisibility by power of 2 rulesBrian Kessler
2019-11-07math, cmd/compile: rename Fma to FMARuss Cox
2019-11-06test: add tests for runtime.itab.initDmitry Vyukov
2019-11-05cmd: merge branch 'dev.link' into masterCherry Zhang
2019-11-05cmd/compile: fix //go:uintptrescapes for basic method callsMatthew Dempsky
2019-11-04cmd/compile: add test for skipping empty init functionsCuong Manh Le
2019-11-04runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales
2019-11-01[dev.link] all: clean up some TODOsCherry Zhang
2019-11-01[dev.link] all: merge branch 'master' into dev.linkThan McIntosh
2019-11-01cmd/compile: make duplicate index error distinguish arrays and slicesCuong Manh Le
2019-10-28cmd/compile/internal/gc: reword "declared and not used" error messageShenghou Ma
2019-10-26test: add test for fixed internal compiler errorGiovanni Bajo
2019-10-25[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-21cmd/compile: recognize reflect.{Slice,String}Header for -d=checkptrMatthew Dempsky
2019-10-21cmd/compile: add fma intrinsic for armsmasher164
2019-10-21cmd/compile: add fma intrinsic for amd64smasher164
2019-10-21cmd/compile: introduce generic ssa intrinsic for fused-multiply-addsmasher164
2019-10-18[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-17cmd/compile: disable checkptr for //go:cgo_unsafe_args functionsMatthew Dempsky
2019-10-17cmd/compile: fix -d=checkptr for named unsafe.Pointer typesMatthew Dempsky
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16[dev.link] cmd: default to new object filesCherry Zhang
2019-10-16cmd/compile: on Wasm and AIX, let deferred nil function panic at invocationCherry Zhang
2019-10-15cmd/compile: preserve statements in late nilcheckelim optimizationDavid Chase
2019-10-14cmd/compile: add math/bits.Mul64 intrinsic on mips64xMeng Zhuo
2019-10-14cmd/compile: remove period from "not allowed in runtime" errorsMatthew Dempsky
2019-10-14test: revise testcase for new gccgo compiler bugThan McIntosh
2019-10-12cmd/compile: make poset use sufficient conditions for OrderedOrEqualzdjones
2019-10-11test/fixedbugs: bump issue21576.go's timeout to 1minEmmanuel T Odeke
2019-10-10test: adjust a test to work with js/wasm's background goroutineBrad Fitzpatrick
2019-10-09test: new testcase for gccgo compiler problemThan McIntosh
2019-10-08cmd/compile: add SSA rules for s390x compare-and-branch instructionsMichael Munday
2019-10-08cmd/compile: don't use statictmps for small object in slice literalCuong Manh Le
2019-10-07cmd/compile: reimplement parameter leak encodingMatthew Dempsky