aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2023-08-17cmd/compile/internal/typecheck: push ONEW into go/defer wrappersMatthew Dempsky
2023-08-17cmd/compile/internal/typecheck: normalize go/defer statements earlierMatthew Dempsky
2023-08-16cmd/compile: in expandCalls, move all arg marshalling into call blockDavid Chase
2023-08-09cmd/compile: make backingArrayPtrLen to return typecheck-ed nodesCuong Manh Le
2023-08-09cmd/compile: keep all open-coded defer slots as usedMatthew Dempsky
2023-08-07cmd/compile: fix missing init nodes for len(string([]byte)) optimizationCuong Manh Le
2023-07-20cmd/internal/obj: print relocation type by name in -S outputCherry Mui
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-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-15cmd/compile: do not report division by error during typecheckCuong Manh Le
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-18cmd/compile: enable more lenient type inference for untyped argumentsRobert Griesemer
2023-05-05cmd/compile: un-hide closure func if parent expr moved to staticinitThan McIntosh
2023-05-05cmd/compile: rework marking of dead hidden closure functionsThan McIntosh
2023-05-03cmd/compile: fix compilation of inferred type argumentsMatthew Dempsky
2023-05-03cmd/compile: enable reverse type inferenceRobert Griesemer
2023-04-19cmd/compile/internal/types2: only mark variables as used if they areRobert Griesemer
2023-04-18Revert "cmd/compile: rework marking of dead hidden closure functions"Than McIntosh
2023-04-17cmd/compile: rework marking of dead hidden closure functionsThan McIntosh
2023-04-14cmd/compile: reenable inline static initCuong Manh Le
2023-04-14cmd/compile: handle string concatenation in static init inlinerCuong Manh Le
2023-04-14cmd/link: establish dependable package initialization orderKeith Randall
2023-04-12cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-08runtime: mark map bucket slots as empty during map clearCuong Manh Le
2023-04-07cmd/compile: use correct type for byteswaps on multi-byte storesKeith Randall
2023-04-07cmd/compile: deadcode unreferenced hidden closures during inliningThan McIntosh
2023-04-05cmd/compile: don't set range expr key/value type if already setCuong Manh Le
2023-03-31crypto/subtle: don't cast to *uintptr when word size is 0Keith Randall
2023-03-28go/types, types2: don't report assignment mismatch errors if there are other ...Robert Griesemer
2023-03-28test: add test that caused a gofrontend crashIan Lance Taylor
2023-03-28cmd/compile: don't assume pointer of a slice is non-nilKeith Randall
2023-03-28go/types, types2: refactor initVarsRobert Griesemer
2023-03-28go/types, types2: more systematic use of Checker.use und useLHSRobert Griesemer
2023-03-27go/types, types2: better error message for some invalid integer array lengthsRobert Griesemer
2023-03-27cmd/compile: don't panic if unsafe.Sizeof/Offsetof is used with oversize typesRobert Griesemer
2023-03-22test: add test that caused gofrontend crashIan Lance Taylor
2023-03-22cmd/compile: mark negative size memclr non-inlineableCuong Manh Le
2023-03-09Revert "cmd/link: establish dependable package initialization order"Keith Randall
2023-03-07cmd/compile: enable address folding for globals on ARM64, just not -dynlink modeCherry Mui