aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-12-06[release-branch.go1.21] cmd/compile: fix escape analysis of string min/maxMatthew Dempsky
2023-12-06[release-branch.go1.21] cmd/compile: fix memcombine pass for big endian, > 1 ...Keith Randall
2023-11-28[release-branch.go1.21] cmd/compile: fix findIndVar so it does not match disj...Jorropo
2023-11-07[release-branch.go1.21] cmd/compile: ensure pointer arithmetic happens after ...Keith Randall
2023-10-13[release-branch.go1.21] cmd/compile/internal/typecheck: fix closure field namingMatthew Dempsky
2023-09-25[release-branch.go1.21] cmd/compile: absorb InvertFlags into Noov comparisonsKeith Randall
2023-08-25[release-branch.go1.21] runtime: fix maps.Clone bug when cloning a map mid-growKeith Randall
2023-08-24[release-branch.go1.21] cmd/compile: in expandCalls, move all arg marshalling...David Chase
2023-08-23[release-branch.go1.21] Revert "cmd/compile: omit redundant sign/unsign exten...Keith Randall
2023-08-17[release-branch.go1.21] cmd/compile: make backingArrayPtrLen to return typech...Cuong Manh Le
2023-08-11[release-branch.go1.21] cmd/compile: fix missing init nodes for len(string([]...Cuong Manh Le
2023-07-12cmd/compile: on PPC64, fix sign/zero extension when maskingPaul E. Murphy
2023-07-10test: add test cases for index value with range array clearCuong Manh Le
2023-07-10cmd/compile: fix clear on slice with zero size elemCuong Manh Le
2023-07-10cmd/compile: don't ICE on unaligned offsets for pointer writesKeith Randall
2023-07-05cmd/compile: fix FMA negative commutativity of riscv64Meng Zhuo
2023-07-04test/codegen: enable Mul2 DivPow2 test for riscv64Meng Zhuo
2023-06-28cmd/compile/internal/ssagen: fix min/max codegen, againMatthew Dempsky
2023-06-27cmd/compile: fix bad order of evaluation for min/max builtinCuong Manh Le
2023-06-26types2, go/types: record final type for min/max argumentsCuong Manh Le
2023-06-24cmd/compile: fix min/max builtin code generationKeith Randall
2023-06-23cmd/compile: scanning closures body when visiting wrapper functionCuong Manh Le
2023-06-21test: add test that caused a gofrontend crashIan Lance Taylor
2023-06-16reflect: fix ArenaNew to match documentationMichael Anthony Knyszek
2023-06-15cmd/compile: do not report division by error during typecheckCuong Manh Le
2023-06-15test/codegen: add fsqrt test for riscv64Meng Zhuo
2023-06-12cmd/compile: use callsite as line number for argument marshalingKeith Randall
2023-06-05cmd/compile: allow ir.OMIN/ir.OMAX in mayCallCuong Manh Le
2023-06-01cmd/internal/obj/arm: handle HAUTO etc. in addpoolCherry Mui
2023-06-01cmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2 is setAustin Clements
2023-05-25go/types, types2: don't infer type argument for unused parameter in interfacesRobert Griesemer
2023-05-24cmd/compile: prioritize non-CALL struct member comparisonsDerek Parker
2023-05-24Revert "cmd/compile: sparse conditional constant propagation"Bryan Mills
2023-05-24cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on mi...Junxian Zhu
2023-05-24cmd/compile: sparse conditional constant propagationYi Yang
2023-05-23cmd/compile: avoid slicebytetostring call in len(string([]byte))Cuong Manh Le
2023-05-23test: remove *_unified.go variantsCuong Manh Le
2023-05-22cmd/compile: incorporate inlined function names into closure namingMatthew Dempsky
2023-05-19cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall
2023-05-18cmd/compile: enable more lenient type inference for untyped argumentsRobert Griesemer
2023-05-16cmd/compile/internal/noder: suppress unionType consistency checkMatthew Dempsky
2023-05-16cmd/compile: make memcombine pass a bit more robust to reassociation of exprsKeith Randall
2023-05-16cmd/compile: enhance tighten pass for memory valueseric fang
2023-05-15cmd/compile: update rules to generate more prefixed instructionsLynn Boger
2023-05-12test: add escape test for reflect.Value operationsCherry Mui
2023-05-12reflect: do not escape Value.TypeCherry Mui
2023-05-12internal/testdir: move to cmd/internal/testdirDmitri Shuralyov
2023-05-12test/bench: deleteAustin Clements
2023-05-12test,internal/testdir: don't set GOOS/GOARCHAustin Clements
2023-05-10cmd/compile: add De Morgan's rewrite ruleStefan