aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2017-05-04cmd/compile: prevent panic while formatting func(...T) with unknown TJosh Bleecher Snyder
2017-05-02runtime: don't panic for bad size hint in hashmapFilip Gruszczynski
2017-04-30cmd/compile: fix error when typeswitching on untypedTodd Neal
2017-04-30cmd/compile: checkwidth T when constructing *TJosh Bleecher Snyder
2017-04-29cmd/compile: add test for blank field in composite literalEmmanuel Odeke
2017-04-29cmd/compile: move writebarrier pass after dseJosh Bleecher Snyder
2017-04-28cmd/compile: check width of embedded interfaces in expandifaceJosh Bleecher Snyder
2017-04-27cmd/compile: dowidth more in the front endJosh Bleecher Snyder
2017-04-27cmd/internal/obj: ARM, use immediates instead of constant pool entriesKeith Randall
2017-04-24cmd/compile: more error position tests for the typecheckerAlberto Donizetti
2017-04-24test/chan: add missing flag.Parse in doubleselect.go张嵩
2017-04-20cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall
2017-04-20cmd/compile: only print one error for bad-type literal in assignmentAlberto Donizetti
2017-04-19cmd/compile: report block start for gotos jumping into blocksRobert Griesemer
2017-04-19cmd/compile: check labels and branches during parse timeRobert Griesemer
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky