aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-05-31cmd/compile: fix wrong unsafe.Offsetof evaluation inside generic functionCuong Manh Le
2022-05-27test/heapsampling.go: slow down allocation rate and reduce iterationsMichael Anthony Knyszek
2022-05-24cmd/compile: catch pointless recursion on function typesDavid Chase
2022-05-23cmd/compile: fix loong64 constant folding in division rulesCuong Manh Le
2022-05-20misc, test: fix test error for loong64Xiaodong Liu
2022-05-18cmd/compile: do not use special literal assignment if LHS is address-takenCherry Mui
2022-05-18all: fix spellingJohn Bampton
2022-05-18test: add test that caused a gofrontend crashIan Lance Taylor
2022-05-17all: fix spellingJohn Bampton
2022-05-17test,misc: fix builders that do not support pluginCuong Manh Le
2022-05-17cmd/compile: tighten the condition for inlining shape/non-shape functionCuong Manh Le
2022-05-17cmd/compile: skip exporting generic functions for -buildmode=pluginMatthew Dempsky
2022-05-16test: fix issue20014 for noopt builderMatthew Dempsky
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-14cmd/compile: fix inlining function has shape in typeCuong Manh Le
2022-05-14cmd/compile: don't inline fn with shape params, but passed no shape argCuong Manh Le
2022-05-13cmd/compile: use jump table on ARM64Cherry Mui
2022-05-12test: add test case that caused a gofrontend crashIan Lance Taylor
2022-05-11cmd/asm: require -p flagCherry Mui
2022-05-11cmd/compile: fix bad order of evaluation for multi-value f()(g()) callsCuong Manh Le
2022-05-10cmd/compile: lower Add64/Sub64 into ssa on PPC64Paul E. Murphy
2022-05-10test: add test case for #51840Wayne Zuo
2022-05-10cmd/compile: be sure to export types mentioned in f.i.g. method signatureDavid Chase
2022-05-09cmd/compile: more fix on boolean ops on ARM64Cherry Mui
2022-05-09cmd/compile: fix If lowering on ARM64Cherry Mui
2022-05-08cmd/compile: teach prove about and operationWayne Zuo
2022-05-08cmd/compile: don't crash in size computation for invalid typeRobert Griesemer
2022-05-06cmd/compile: allow exporting `.rcvr` identWayne Zuo
2022-05-06test: add test that crashed gofrontendIan Lance Taylor
2022-05-05cmd/compile: fix constructing expr side-effects when comparing 0-size typesCuong Manh Le
2022-05-05cmd/compile: fix static init of literal contains dynamic exprsCuong Manh Le
2022-05-04cmd/compile: fold constants found by proveJorropo
2022-05-04cmd/compile: combine OR + NOT into ORN on PPC64Paul E. Murphy
2022-05-03cmd/compile: use dictionary to convert type to shaped interface typeWayne Zuo
2022-05-03go/types,types2: delay the check for conflicting struct field namesRobert Findley
2022-05-03cmd/compile: support pointers to arrays in arrayClearCuong Manh Le
2022-04-29sync/atomic: use consistent first-store-in-progress markerKeith Randall
2022-04-28cmd/compile: set correct package for vars/params/results from nested instanti...Cuong Manh Le
2022-04-28cmd/compile: fix missing export/import init nodes of builtins that allow mult...Cuong Manh Le
2022-04-26cmd/compile/internal/syntax: parser to accept ~x as unary expressionRobert Griesemer
2022-04-21test/typeparam: fix copyright messagemkontani
2022-04-21cmd/compile: add //go:uintptrkeepaliveMichael Pratt
2022-04-21test: rename live_syscall.go to live_uintptrkeepalive.goMichael Pratt
2022-04-19cmd/compile/internal/types2: use correct value of iotaRobert Griesemer
2022-04-19cmd/link: faster algorithm for nosplit stack checking, better errorsAustin Clements
2022-04-19test/nosplit: add more complicated recursion testsAustin Clements
2022-04-19test/nosplit: apply stack limit adjustment in the right placeAustin Clements
2022-04-14cmd/compile: add jump table codegen testKeith Randall
2022-04-14cmd/compile: constant-fold switches early in compilationKeith Randall
2022-04-13cmd/compile: add SHLX&SHRX without loadWayne Zuo