aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-11-30cmd/compile: generate code that type checks when inlining variadic functionsDavid Lazar
2016-11-29cmd/compile: don't panic on syntax error in select statementRobert Griesemer
2016-11-23test: remove amd64 build tag from testBrad Fitzpatrick
2016-11-18cmd/compile: in cse, allow for new ssa valuesPhilip Hofer
2016-11-15test: add test case that failed when built with gccgoIan Lance Taylor
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-07test/fixedbugs: enable issue 10607 test on ppc64leMichael Munday
2016-11-04cmd/compile: revert user-visible changes related to aliasesRobert Griesemer
2016-11-04test: disable unsupported test for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-04cmd/compile: prevent Noalg from breaking user typesMatthew Dempsky
2016-11-02cmd/compile: compute faulting args before writing args to stackKeith Randall
2016-11-02cmd/compile: do more type conversion inlineKeith Randall
2016-11-02cmd/compile: On a runtime.KeepAlive call, keep whole variable aliveKeith Randall
2016-10-31cmd/compile: avoid nil-ing out a node's Type in typecheckcomplit() on errorDhananjay Nakrani
2016-10-31cmd/compile: initialize Decldepth in all casesDhananjay Nakrani
2016-10-31cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase
2016-10-29cmd/compile: improve error message for unknown fields in structsEmmanuel Odeke
2016-10-29test: add test for gccgo issue #17640Than McIntosh
2016-10-28cmd/compile: improve not enough / too many arguments errorsMatthew Dempsky
2016-10-28cmd/compile: disable various write barrier optimizationsAustin Clements
2016-10-28cmd/compile: move stringtoslicebytetmp to the backendMartin Möhrmann
2016-10-27cmd/compile: use masks instead of branches for slicingKeith Randall
2016-10-27cmd/compile: disallow "init" as aliasRobert Griesemer
2016-10-27cmd/compile: import/export of alias declarationsRobert Griesemer
2016-10-27cmd/compile: emit assignments after calls in the right orderKeith Randall
2016-10-26cmd/compile: add explicit 'where' to EscStep data for explanationsDavid Chase
2016-10-25cmd/compile/internal/gc: enable new parser by defaultMatthew Dempsky
2016-10-25cmd/compile: add a writebarrier phase in SSACherry Zhang
2016-10-25cmd/internal/obj: save link register in leaf function with non-empty frame on...Cherry Zhang
2016-10-25cmd/compile: added test to ensure that accidental fix remainsDavid Chase
2016-10-25cmd/compile: implement package-level aliases (no export yet)Robert Griesemer
2016-10-25test: delete bugs directoryJosh Bleecher Snyder
2016-10-24cmd/compile: preserve type information in inrangeJosh Bleecher Snyder
2016-10-21cmd/compile: fix detection of duplicate cases for integer rangesMatthew Dempsky
2016-10-21cmd/compile: prevent ICE from misuse of [...]T arraysMatthew Dempsky
2016-10-20cmd/compile: Repurpose old sliceopt.go for prove phase.David Chase
2016-10-18cmd/compile: handle unsafe builtins like universal builtinsMatthew Dempsky
2016-10-18cmd/compile: fix code duplication in race-instrumentationDhananjay Nakrani
2016-10-18test: avoid matching file names in errcheckRuss Cox
2016-10-17runtime: fix getArgInfo for deferred reflection callsAustin Clements
2016-10-15test: simplify fixedbugs/issue15747.goAustin Clements
2016-10-15cmd/compile: add go:notinheap type pragmaAustin Clements
2016-10-15cmd/compile, runtime: add go:yeswritebarrierrec pragmaAustin Clements
2016-10-13cmd/compile: "abc"[1] is not an ideal constantAnthony Canino
2016-10-12cmd/compile,runtime: redo how map assignments workKeith Randall
2016-10-12test: add test for issue 17039Alan Donovan
2016-10-11cmd/compile: escape analysis needs to run "flood" to fixed pointDavid Chase
2016-10-10cmd/compile: avoid leak of dottype expression on double assignment formTal Shprecher
2016-10-09cmd/internal/obj/x86: On amd64, relocation type for and indirect call is pc-r...Wedson Almeida Filho
2016-10-07test: re-enable live2 test on amd64Keith Randall