aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-15[release-branch.go1.10] cmd/compile: fix constant folding of right shiftsKeith Randall
2018-02-06cmd/compile: use unsigned loads for multi-element comparisonsKeith Randall
2018-01-31test: add test for gccgo bug 23545Cherry Zhang
2018-01-23cmd/compile: don't let spills clobber argumentsKeith Randall
2018-01-10all: use Fatalf instead of Fatal if format is givenKunpei Sakai
2018-01-02cmd/compile: disable "redundant zeroextensions" optimization for Select on AMD64Cherry Zhang
2017-12-20cmd/compile: second attempt at fix for issue 23179Than McIntosh
2017-12-19cmd/compile: fix corner case in DWARF inline info generationThan McIntosh
2017-12-13test: skip "# package/path" output from cmd/go in errchkRuss Cox
2017-12-12cmd/compile: remove broken inlining accounting codeMatthew Dempsky
2017-12-08cmd/compile: fix unsafe.Pointer liveness for Syscall-like functionsMatthew Dempsky
2017-12-08cmd/compile: fix large load/store offsets on 386Keith Randall
2017-12-05cmd/compile: fix map assignment with panicking right-hand sideKeith Randall
2017-12-04test: disable broken test for 1.10Matthew Dempsky
2017-12-04cmd/compile: fix bug in DWARF inl handling of unused autosThan McIntosh
2017-12-01cmd/compile: permit indices of certain non-constant shiftsRobert Griesemer
2017-12-01cmd/compile: fix DWARF type symbol bugletThan McIntosh
2017-11-30cmd/compile: fix loop depth of range expression in escape analysisCherry Zhang
2017-11-29cmd/compile: make -asmhdr work with type aliasesMatthew Dempsky
2017-11-28cmd/compile: fix infinite recursion in isdirectifaceMatthew Dempsky
2017-11-22cmd/compile, go/types: error if main.main is not a functionMatthew Dempsky
2017-11-22cmd/compile: fix mapassign_fast* routines for pointer keysKeith Randall
2017-11-22test: make inline_callers.go test not inline the runtimeAustin Clements
2017-11-20cmd/compile: hint on wrong case-field names in composite literalsEmmanuel Odeke
2017-11-13cmd/compile: add test for array decompositionKeith Randall
2017-11-13cmd/compile: record original and absolute file names for line directivesgriesemer
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-11-08cmd/compile: adjust Pos setting for "empty" blocksDavid Chase
2017-11-07cmd/compile: don't put Noalg types in typelinksIan Lance Taylor
2017-11-06cmd/compile/internal/syntax: better syntax errors for typos in if/switch/for ...griesemer
2017-11-06cmd/compile: lock in test for column numbers in unused errorEmmanuel Odeke
2017-11-06cmd/compile: []T where T is go:notinheap does not need write barriersAustin Clements
2017-11-06cmd/compile: test for omitted ICE diagnostics after normal messagesEmmanuel Odeke
2017-11-05cmd/compile: inline closures with capturesHugues Bruant
2017-11-03cmd/compile: fix reassignment checkHugues Bruant
2017-11-02cmd/compile: avoid spurious errors for invalid map key typesgriesemer
2017-11-02cmd/compile: specialize map creation for small hint sizesMartin Möhrmann
2017-10-31test: fix and re-enable nosplit.goCherry Zhang
2017-10-31test/run: use go tool compile + link instead of go run when possibleRuss Cox
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox
2017-10-31all: respect $GO_GCFLAGS during run.bashRuss Cox
2017-10-30cmd/compile: adjust expectations of test for issue 18902David Chase
2017-10-30cmd/compile: fix runtime.KeepAliveKeith Randall
2017-10-30cmd/compile: compiler support for buffered write barrierAustin Clements
2017-10-29cmd/compile: elide write barriers for copy of notinheap pointersAustin Clements
2017-10-29cmd/compile: make HasHeapPointer recursiveAustin Clements
2017-10-29cmd/compile: improve coverage of nowritebarrierrec checkAustin Clements
2017-10-26test: add type alias test that caused gccgo to crashIan Lance Taylor
2017-10-26test: add test cases for method expressions with literal receiver typesgriesemer
2017-10-26cmd/compile: make sure not to use SP as an index registerKeith Randall