aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-10-12test: update test/run.go and some tests to use importcfgMichael Matloob
2022-10-12all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le
2022-10-10test: add test case that caused a bogus error from gofrontendIan Lance Taylor
2022-10-10cmd/compile: fix missing walk pass for static initialization sliceCuong Manh Le
2022-10-07cmd/compile: intrinsify Sub64 on loong64Wayne Zuo
2022-10-07cmd/compile: intrinsify Add64 on loong64Wayne Zuo
2022-10-06cmd/compile: fold constant shift with extension on riscv64Wayne Zuo
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-10-01test: skip inlining check in escape4.goCuong Manh Le
2022-10-01test: relax closure name matching in closure3.goCuong Manh Le
2022-09-30test: enable issue47631.go for Unified IRCuong Manh Le
2022-09-30cmd/compile: eagerly create LSym for closuresMichael Pratt
2022-09-29go/types, types2: more concise error messages for cycle errorsRobert Griesemer
2022-09-28cmd/compile: use "shifted operand %s (type %s) must be integer" for some shif...Robert Griesemer
2022-09-28cmd/compile: use "cannot use %s as %s value in %s: %s" error messageRobert Griesemer
2022-09-27cmd/compile: use "method T.m already declared" for method redeclaration errorsRobert Griesemer
2022-09-27go/types, types2: use "unknown field f in struct literal of type S" in error ...Robert Griesemer
2022-09-27go/types, types2: use "and not used" instead of "but not used" in error messagesRobert Griesemer
2022-09-27cmd/compile: use stricter rule for possible partial overlapKeith Randall
2022-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-09-24cmd/compile: use "missing method m" instead of "missing m method"cuiweixie
2022-09-23cmd/compile: use "init... cycle" instead of "init... loop" in error messagesRobert Griesemer
2022-09-20cmd/compile: Add some CMP and CMN optimization rules on arm64eric fang
2022-09-19cmd/compile: skip emitting dictionaries with missing method expressionsMatthew Dempsky
2022-09-19cmd/compile: implement slice-to-array conversionsMatthew Dempsky
2022-09-19test: add regress test for issue 55101Matthew Dempsky
2022-09-19cmd/compile: avoid using destination pointer base type in memmove optimizationKeith Randall
2022-09-19cmd/compile/internal/typebits: relax alignment checkCuong Manh Le
2022-09-17cmd/compile: resolve known outcomes for SLTI/SLTIU on riscv64Joel Sing
2022-09-15cmd/compile: make encoding/binary appends cheaper to inlineWayne Zuo
2022-09-09sync: convert RWMutex.{readerCount,readerWait} to atomic typeCuong Manh Le
2022-09-08go/types, types2: implement slice-to-array conversionsRobert Griesemer
2022-09-07cmd/compile: Add shiftIsBounded check for logic shifts of arm64ruinan
2022-09-07cmd/compile/internal/noder: fix type switch case vars packageMatthew Dempsky
2022-09-07test: add failing test case for inlined type switchesMatthew Dempsky
2022-09-07test: fix typo in escape_unsafe.goMatthew Dempsky
2022-09-07test: add regression test for issue 54911Cuong Manh Le
2022-09-07Revert "sync: convert Once.done to atomic type"Ian Lance Taylor
2022-09-06cmd/compile: do not devirtualize defer/go callsCuong Manh Le
2022-09-06sync: convert Once.done to atomic typecuiweixie
2022-09-02runtime: drop function context from tracebackAustin Clements
2022-09-02cmd/compile: rewrite >>c<<c to &^(1<<c-1)Keith Randall
2022-09-02cmd/compile/internal/noder: allow OCONVNOP for identical iface conversionsMatthew Dempsky
2022-09-02cmd/compile: new inline heuristic for struct comparesDerek Parker
2022-09-02cmd/compile: optimize RotateLeft8/16 on arm64ruinan
2022-09-02go/types,types2: move notinheap tests to fixedbugs directoryCuong Manh Le
2022-09-02cmd/compile: optimize shift ops on arm64 when the shift value is v&63ruinan
2022-09-02cmd/link: only add dummy XCOFF reference if the symbol existsCherry Mui
2022-09-02cmd/compile: restrict //go:notinheap to runtime/internal/sysCuong Manh Le
2022-09-01cmd/compile: avoid "not used" errors due to bad go/defer statementsRobert Griesemer