aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-10-27[release-branch.go1.17] cmd/compile: ensure constant shift amounts are in ran...Keith Randall
2021-10-27[release-branch.go1.17] cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-09-01[release-branch.go1.17] cmd/compile: fix method expression lookup during importCuong Manh Le
2021-07-22cmd/compile: do not change field offset in ABI analysisCherry Mui
2021-07-19cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-07-18test/bench/go1: fix size for RegexpMatchMedium_32nimelehin
2021-07-15cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le
2021-07-07cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky
2021-06-29cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-24cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTRCuong Manh Le
2021-06-16cmd/compile: better error message for invalid untyped operationCuong Manh Le
2021-06-14cmd/compile: rewrite a, b = f() to use temporaries when type not identicalCuong Manh Le
2021-06-13cmd/compile: allow ir.OSLICE2ARRPTR in mayCallCuong Manh Le
2021-06-09cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-06-08cmd/compile: use t.AllMethods when sorting typesByStringCuong Manh Le
2021-06-04cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newerMatthew Dempsky
2021-05-22cmd/compile: revert CL/316890Than McIntosh
2021-05-20test: re-enable test on riscv64 now that it supports external linkingJoel Sing
2021-05-19test: check portable error message on issue46234.goCherry Mui
2021-05-18cmd/compile: don't emit inltree for closure within body of inlined funcThan McIntosh
2021-05-12cmd/compile: add arch-specific inlining for runtime.memmoveRuslan Andreev
2021-05-08cmd/compile: remove bit operations that modify memory directlyKeith Randall
2021-05-06cmd/compile: set unsayable "names" for regabi testing triggersDavid Chase
2021-05-05cmd/compile: do not substitute OGOTO inside a closure when inliningCuong Manh Le
2021-05-05cmd/compile: handle degenerate entry blocks in -N debug genThan McIntosh
2021-05-03cmd/compile: make the stack allocator more careful about register args.David Chase
2021-05-03cmd/compile: make typecheckaste correctly report invalid use of "..."Cuong Manh Le
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-28cmd/compile: use desired register only if it satisfies register maskCherry Zhang
2021-04-28test: do not run fuse test in noopt modeCherry Zhang
2021-04-28cmd/compile/ssa: optimize the derivable known branch of If blockeric fang
2021-04-28cmd/compile: fix typechecking logical operators panic with non-boolean operandCuong Manh Le
2021-04-27cmd/compile: fix nongeneric closures in generic functionsKeith Randall
2021-04-27cmd/compile: fix handling of ir.CurFunc during stencilingDan Scales
2021-04-27cmd/compile: fix wrong package path for unsafe.PointerCuong Manh Le
2021-04-26cmd/compile: workaround inlining of closures with type switchesMatthew Dempsky
2021-04-23cmd/compile: generalize fix for lvalue-init evaluationMatthew Dempsky
2021-04-23cmd/compile: make sure ascompatee walk lhs init statementsCuong Manh Le
2021-04-23cmd/compile: set correct Defn for inlined varsCuong Manh Le
2021-04-23cmd/compile: fix bug in defer wrappingThan McIntosh
2021-04-23cmd/compile/internal/types2: add unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-22cmd/compile: keep call's args in elim dead auto passCherry Zhang
2021-04-21test: add a field tracking testKeith Randall
2021-04-21cmd/compile: reenable name preservation on copies in expand_callsCherry Zhang
2021-04-21cmd/compile: allow export/import OSLICE2ARRPTRCuong Manh Le
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-20cmd/compile: disable name preservation on copies in expand_callsCherry Zhang
2021-04-20cmd/compile: preserve pointerness when creating map key tempCherry Zhang
2021-04-19cmd/compile: reduce redundant register moves for regabi callsCherry Zhang