aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-03-13[release-branch.go1.12] cmd/compile: make KeepAlive work on stack objectCherry Zhang
2019-03-13[release-branch.go1.12] cmd/compile: fix ordering for short-circuiting opsKeith Randall
2019-02-25[release-branch.go1.12] cmd/compile: guard against loads with negative offset...Cherry Zhang
2019-02-22[release-branch.go1.12] cmd/compile: flow interface data to heap if CONVIFACE...Cherry Zhang
2019-02-06test/chan: fix broken link to Squinting at Power SeriesYasser Abdolmaleki
2019-02-01cmd/compile: fix crash when memmove argument is not the right typeKeith Randall
2019-02-01reflect: eliminate write barrier for copying result in callReflectCherry Zhang
2019-01-27cmd/compile: hide init functions in tracebacksKeith Randall
2019-01-27cmd/compile: base PPC64 trunc rules on final type, not op typeIan Lance Taylor
2019-01-22cmd/compile: don't bother compiling functions named "_"Keith Randall
2019-01-14runtime: keep FuncForPC from crashing for PCs between functionsKeith Randall
2019-01-14cmd/compile: when merging instructions, prefer line number of faulting insnKeith Randall
2019-01-11cmd/compile: separate data and function LSymsAustin Clements
2019-01-08runtime: make FuncForPC return the innermost inlined frameKeith Randall
2019-01-04cmd/compile: modify swt.go to skip repeated walks of switchDavid Chase
2019-01-04runtime: proper panic tracebacks with mid-stack inliningKeith Randall
2019-01-03runtime: don't scan go'd function args past length of ptr bitmapKeith Randall
2019-01-03runtime: add test for go function argument scanningKeith Randall
2019-01-02cmd/compile: fix deriving from x+d >= w on overflow in prove passCherry Zhang
2018-12-29test: disable issue 29329 test when cgo is not enabledAlberto Donizetti
2018-12-29runtime: panic on uncomparable map key, even if map is emptyKeith Randall
2018-12-29cmd/compile: fix racewalk{enter,exit} removalKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-27cmd/compile: fix MIPS SGTconst-with-shift rulesCherry Zhang
2018-12-22cmd/compile: pad zero-sized stack variablesKeith Randall
2018-12-22cmd/compile: fix line number for implicitly declared method expressionsKeith Randall
2018-12-20cmd/compile: fix ICE due to bad rune widthMatthew Dempsky
2018-12-20cmd/compile: ignore out-of-bounds reads from readonly constantsKeith Randall
2018-12-18cmd/compile: increase nesting depth limit for type descriptorsRobert Griesemer
2018-12-17cmd/compile: prevent double-walk of switch for OPRINT/OPRINTNDavid Chase
2018-12-17cmd/compile: generate interface method expression wrapper for error.ErrorRobert Griesemer
2018-12-14cmd/compile: fix length overflow when appending elements to a sliceMartin Möhrmann
2018-12-12cmd/compile: don't combine load+op if the op has SymAddr argumentsKeith Randall
2018-12-11cmd/compile: use innermost line number for -SKeith Randall
2018-12-07cmd/compile: check for negative upper bound to IsSliceInBoundsDavid Chase
2018-12-05cmd/compile: omit write barriers for slice clears of go:notinheap pointersAustin Clements
2018-12-05cmd/compile: avoid multiple errors regarding misuse of ... in signaturesRobert Griesemer
2018-12-05cmd/compile: improve error message for non-final variadic parametersmasher164
2018-12-04cmd/compile: fix unnamed parameter handling in escape analysisCherry Zhang
2018-12-03cmd/compile: fix static initializerKeith Randall
2018-12-01cmd/compile: decrease inlining call cost from 60 to 57David Chase
2018-12-01test/codegen: add arithmetic tests for 386/amd64/arm/arm64Ben Shi
2018-11-30cmd/compile: fix constant index bounds check and error messageRobert Griesemer
2018-11-29cmd/compile: eliminate write barriers when writing non-heap ptrsKeith Randall
2018-11-28cmd/compile: randomize value order in block for testingKeith Randall
2018-11-27cmd/compile: don't use CMOV ops to compute load addressesKeith Randall
2018-11-27test: fix nilptr5 for AIXClément Chigot
2018-11-27cmd/compile: intrinsify math/bits.Div on amd64Brian Kessler
2018-11-27cmd/compile: don't convert non-Go-constants to OLITERALsKeith Randall
2018-11-26cmd/compile: initialize sparse slice literals dynamicallyKeith Randall