aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-03-27test: issue16016: use fewer goroutines for gccgoIan Lance Taylor
2024-03-26all: fix a large number of commentscui fliter
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-25test/stress: fix typo in commentguoguangwu
2024-03-25test: put type declaration back inside the functioncui fliter
2024-03-21cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic checks for atomics fo...Andrey Bokhanko
2024-03-21cmd/compile: include constant bools in memcombineKeith Randall
2024-03-20cmd/compile: don't assume args are always zero-extendedKeith Randall
2024-03-18go/types, types2: quote user-supplied names in error messagesRobert Griesemer
2024-03-15cmd/compile/internal: generate ADDZE on PPC64Paul E. Murphy
2024-03-14test/fixedbugs: add regress test for inlining failureMatthew Dempsky
2024-03-13cmd/asm,cmd/compile: generate less instructions for most 32 bit constant adds...Paul E. Murphy
2024-03-12cmd/compile: fix sign/zero-extension removalKeith Randall
2024-03-08cmd/compile: fix copying SSA-able variables optimizationCuong Manh Le
2024-03-07cmd/compile,cmd/internal/obj: provide rotation pseudo-instructions for riscv64Joel Sing
2024-03-02cmd/compile: add 0-sized-value simplification to copyelimDavid Chase
2024-03-01cmd/compile: add missing Unalias call when writing type aliasCuong Manh Le
2024-02-29cmd/compile: soften type matching when allocating stack slotskhr@golang.org
2024-02-29runtime: don't re-initialize itab while looking for missing functionkhr@golang.org
2024-02-28cmd/compile: mark pointer to noalg type as noalgzuojunwei.1024
2024-02-28go/types, types2: consistently use singular when reporting version errorsRobert Griesemer
2024-02-27cmd/compile: fix early deadcode with label statementCuong Manh Le
2024-02-27cmd/compile: use quotes to wrap user-supplied tokenZxilly
2024-02-20cmd/compile/internal/typecheck: remove constant bounds checkCuong Manh Le
2024-02-16cmd/compile: improve rotations for riscv64Joel Sing
2024-02-09cmd/compile: separate inline cost analysis from applying inliningMatthew Dempsky
2024-02-08test/codegen: add float max/min codegen testMeng Zhuo
2024-02-07go/types, types2: better errors for non-existing fields or methodsRobert Griesemer
2024-01-26go/types, types2: use existing case-insensitive lookup (remove TODO)Robert Griesemer
2024-01-23cmd/compile: improve integer comparisons with numeric boundsJorropo
2024-01-08cmd/compile: handle defined iter func type correctlyCuong Manh Le
2023-12-21cmd/compile: handle constant-folding of an out-of-range jump table indexKeith Randall
2023-12-19cmd/compile: remove interfacecycles debug flagRobert Griesemer
2023-12-18test: skip rangegen.go on 32-bit platformsThan McIntosh
2023-12-15cmd/asm: fix encoding for arm right shift by constant 0Keith Randall
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-08cmd/compile: fix error message for mismatch between the number of type params...Raghvender
2023-12-08cmd/compile: fix SCCP propagation into jump tablesKeith Randall
2023-12-05cmd/compile: fix escape analysis of string min/maxMatthew Dempsky
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-12-01cmd/compile: correct code generation for right shifts on riscv64Joel Sing
2023-12-01cmd/compile: fix typecheck range over rune literalCuong Manh Le
2023-11-30cmd/compile: fix memcombine pass for big endian, > 1 byte elementsKeith Randall
2023-11-21cmd/compile/internal/walk: copy SSA-able variablesMatthew Dempsky
2023-11-20cmd/compile: interleave devirtualization and inliningMatthew Dempsky
2023-11-20cmd/compile/internal/inline: allow inlining of checkptr argumentsMatthew Dempsky
2023-11-16cmd/compile/internal/inline: refactor AnalyzeFuncThan McIntosh
2023-11-16test: ignore MemProfileRecords with no live objects in finprofiled.goMichael Anthony Knyszek
2023-11-13cmd/compile/internal/ssa: on PPC64, merge (CMPconst [0] (op ...)) more aggres...Paul E. Murphy
2023-11-09cmd/internal/obj/ppc64: remove C_UCON optab matching classPaul E. Murphy