aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-01-22[release-branch.go1.9] cmd/compile: fix mapassign_fast* routines for pointer ...Keith Randall
2018-01-22[release-branch.go1.9] cmd/compile: fix decomposition of 1-element arraysKeith Randall
2018-01-22[release-branch.go1.9] cmd/compile: fix large load/store offsets on 386Keith Randall
2018-01-22[release-branch.go1.9] cmd/compile: fix runtime.KeepAliveKeith Randall
2018-01-22[release-branch.go1.9] cmd/compile: make sure not to use SP as an index registerKeith Randall
2017-10-25[release-branch.go1.9] cmd/compile: fix sign-extension merging rulesKeith Randall
2017-10-25[release-branch.go1.9] cmd/compile: avoid generating large offsetsKeith Randall
2017-10-25[release-branch.go1.9] cmd/compile: fix merge rules for panic callsKeith Randall
2017-07-26test: add READMEJosh Bleecher Snyder
2017-07-24cmd/compile: consider exported flag in namedataIan Lance Taylor
2017-07-19cmd/compile: fix unaligned loads/stores to global variables on s390xMichael Munday
2017-07-17cmd/compile: omit X:framepointer in compile versionRuss Cox
2017-07-08test: deflake chan/select3.goJosh Bleecher Snyder
2017-06-28cmd/compile: fix slice-in-bound check on amd64p32Cherry Zhang
2017-06-27cmd/compile: suppress errors after "cannot assign to X"Matthew Dempsky
2017-06-27test/fixedbugs: Close opening parenthesis in comment in issue20789.goGabríel Arthúr Pétursson
2017-06-26cmd/compile: use correct variable when setting up dummy CallStmt in errorRobert Griesemer
2017-06-22cmd/compile: fix array slice expression bounds checkRobert Griesemer
2017-06-21cmd/compile: make loop guard+rotate conditional on GOEXPERIMENTDavid Chase
2017-06-15cmd/compile: add regress test for #20682Matthew Dempsky
2017-06-15cmd/compile: fix exporting of function bodiesMatthew Dempsky
2017-06-15runtime: restore arm assembly stubs for div/modKeith Randall
2017-06-14cmd/compile: fix detection of calls to reflect.MethodRobert Griesemer
2017-06-09cmd/compile: don't use ."" as a pkg prefixDaniel Martí
2017-06-08cmd/compile: fix real/imag for untyped constant argumentsRobert Griesemer
2017-06-08test: add test that caused gccgo undefined symbol errorIan Lance Taylor
2017-06-07cmd/compile: don't implicitly dereference pointer to arrays for real/imagRobert Griesemer
2017-06-06cmd/compile: reject unknown //go: comments in std libraryKeith Randall
2017-06-02cmd/compile: retain source positions of arguments to inlined callsDavid Lazar
2017-05-31cmd/compile: fix subword store/load elision for MIPSCherry Zhang
2017-05-30cmd/compile: don't generate liveness maps when the stack is too largeJosh Bleecher Snyder
2017-05-30cmd/compile: fix subword store/load elision for amd64, x86, armDavid Chase
2017-05-22cmd/compile: report correct position in redeclaration errorsRobert Griesemer
2017-05-19cmd/compile: make duplicate expr cases readableDaniel Martí
2017-05-18test: gofmt chan/*.goJosh Bleecher Snyder
2017-05-18test: restore fixedbugs/bug398.go to original versiongriesemer
2017-05-18test: add test for issue 18636Josh Bleecher Snyder
2017-05-18cmd/compile: don't panic in complex divisionAlberto Donizetti
2017-05-18test: add missing copyright header to checkbce.goIan Lance Taylor
2017-05-15test: add test of deferred deleteJosh Bleecher Snyder
2017-05-14cmd/compile: don't update outer variables after capturevars is completeJosh Bleecher Snyder
2017-05-11cmd/compile: fix store chain in schedule passKeith Randall
2017-05-11cmd/compile: don't use statictmps for SSA-able composite literalsJosh Bleecher Snyder
2017-05-11cmd/compile: avoid checkwidth of [...] arraysJosh Bleecher Snyder
2017-05-11cmd/internal/obj: continue to optimize ARM's constant poolBen Shi
2017-05-10cmd/compile: reduce debugger-worsening line number churnDavid Chase
2017-05-09cmd/compile: ignore types when considering tuple select for CSETodd Neal
2017-05-09cmd/compile: make "imported and not used" errors deterministicJosh Bleecher Snyder
2017-05-08cmd/compile: better errors for float constants with large exponentsRobert Griesemer
2017-05-04cmd/compile: suppress duplicate type errorsJosh Bleecher Snyder