summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: in compiler errors, print more digits for floats close to an intKeith Randall2022-10-201-0/+15
* runtime: replace all uses of CtzXX with TrailingZerosXXYoulin Feng2022-10-181-12/+12
* test: update test/run.go and some tests to use importcfgMichael Matloob2022-10-125-32/+106
* all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le2022-10-121-0/+12
* test: add test case that caused a bogus error from gofrontendIan Lance Taylor2022-10-101-0/+18
* cmd/compile: fix missing walk pass for static initialization sliceCuong Manh Le2022-10-101-0/+11
* cmd/compile: intrinsify Sub64 on loong64Wayne Zuo2022-10-071-0/+8
* cmd/compile: intrinsify Add64 on loong64Wayne Zuo2022-10-071-0/+7
* cmd/compile: fold constant shift with extension on riscv64Wayne Zuo2022-10-061-3/+3
* cmd/compile: add late lower pass for last rules to runeric fang2022-10-054-11/+22
* test: skip inlining check in escape4.goCuong Manh Le2022-10-012-7/+6
* test: relax closure name matching in closure3.goCuong Manh Le2022-10-012-6/+5
* test: enable issue47631.go for Unified IRCuong Manh Le2022-09-302-12/+8
* cmd/compile: eagerly create LSym for closuresMichael Pratt2022-09-301-0/+16
* go/types, types2: more concise error messages for cycle errorsRobert Griesemer2022-09-2911-11/+11
* cmd/compile: use "shifted operand %s (type %s) must be integer" for some shif...Robert Griesemer2022-09-281-1/+1
* cmd/compile: use "cannot use %s as %s value in %s: %s" error messageRobert Griesemer2022-09-287-18/+18
* cmd/compile: use "method T.m already declared" for method redeclaration errorsRobert Griesemer2022-09-274-15/+15
* go/types, types2: use "unknown field f in struct literal of type S" in error ...Robert Griesemer2022-09-274-9/+9
* go/types, types2: use "and not used" instead of "but not used" in error messagesRobert Griesemer2022-09-2715-30/+30
* cmd/compile: use stricter rule for possible partial overlapKeith Randall2022-09-271-0/+59
* all: replace [0-9] with \d in regexpsTomCao New Macbook Pro2022-09-271-2/+2
* cmd/compile: use "missing method m" instead of "missing m method"cuiweixie2022-09-244-16/+16
* cmd/compile: use "init... cycle" instead of "init... loop" in error messagesRobert Griesemer2022-09-2342-47/+47
* cmd/compile: Add some CMP and CMN optimization rules on arm64eric fang2022-09-201-0/+49
* cmd/compile: skip emitting dictionaries with missing method expressionsMatthew Dempsky2022-09-191-0/+33
* cmd/compile: implement slice-to-array conversionsMatthew Dempsky2022-09-192-1/+27
* test: add regress test for issue 55101Matthew Dempsky2022-09-192-0/+17
* cmd/compile: avoid using destination pointer base type in memmove optimizationKeith Randall2022-09-192-0/+85
* cmd/compile/internal/typebits: relax alignment checkCuong Manh Le2022-09-191-0/+29
* cmd/compile: resolve known outcomes for SLTI/SLTIU on riscv64Joel Sing2022-09-171-33/+33
* cmd/compile: make encoding/binary appends cheaper to inlineWayne Zuo2022-09-151-2/+14
* sync: convert RWMutex.{readerCount,readerWait} to atomic typeCuong Manh Le2022-09-091-10/+10
* go/types, types2: implement slice-to-array conversionsRobert Griesemer2022-09-081-2/+2
* cmd/compile: Add shiftIsBounded check for logic shifts of arm64ruinan2022-09-071-4/+87
* cmd/compile/internal/noder: fix type switch case vars packageMatthew Dempsky2022-09-071-2/+0
* test: add failing test case for inlined type switchesMatthew Dempsky2022-09-074-0/+38
* test: fix typo in escape_unsafe.goMatthew Dempsky2022-09-071-1/+1
* test: add regression test for issue 54911Cuong Manh Le2022-09-071-0/+21
* Revert "sync: convert Once.done to atomic type"Ian Lance Taylor2022-09-071-1/+1
* cmd/compile: do not devirtualize defer/go callsCuong Manh Le2022-09-061-0/+32
* sync: convert Once.done to atomic typecuiweixie2022-09-061-1/+1
* runtime: drop function context from tracebackAustin Clements2022-09-021-2/+19
* cmd/compile: rewrite >>c<<c to &^(1<<c-1)Keith Randall2022-09-021-0/+9
* cmd/compile/internal/noder: allow OCONVNOP for identical iface conversionsMatthew Dempsky2022-09-021-0/+21
* cmd/compile: new inline heuristic for struct comparesDerek Parker2022-09-021-0/+45
* cmd/compile: optimize RotateLeft8/16 on arm64ruinan2022-09-021-4/+6
* go/types,types2: move notinheap tests to fixedbugs directoryCuong Manh Le2022-09-024-1/+1
* cmd/compile: optimize shift ops on arm64 when the shift value is v&63ruinan2022-09-021-0/+9
* cmd/link: only add dummy XCOFF reference if the symbol existsCherry Mui2022-09-026-6/+6