aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-12-19[release-branch.go1.18] cmd/compile: fix conditional select ruleKeith Randall
2022-11-09[release-branch.go1.18] cmd/compile: allow ineffectual //go:linkname in -lang...Matthew Dempsky
2022-09-21[release-branch.go1.18] cmd/compile: avoid using destination pointer base typ...Keith Randall
2022-09-19[release-branch.go1.18] cmd/compile/internal/inline: fix latent CalleeEffects...Matthew Dempsky
2022-08-31[release-branch.go1.18] cmd/compile: only inline method wrapper if method don...Cuong Manh Le
2022-08-29[release-branch.go1.18] cmd/compile: handle partially overlapping assignmentsKeith Randall
2022-08-08[release-branch.go1.18] cmd/compile: more fix on boolean ops on ARM64Cherry Mui
2022-08-08[release-branch.go1.18] cmd/compile: fix If lowering on ARM64Cherry Mui
2022-07-27[release-branch.go1.18] cmd/compile: revert "fix missing dict pass for type a...Matthew Dempsky
2022-07-27[release-branch.go1.18] cmd/compile: revert "backport fix for #51840"Matthew Dempsky
2022-07-26[release-branch.go1.18] cmd/compile: do not use special literal assignment if...Cherry Mui
2022-07-07[release-branch.go1.18] cmd/compile: only check implicit dots for method call...Cuong Manh Le
2022-07-06[release-branch.go1.18] cmd/compile: fix prove pass when upper condition is <...Keith Randall
2022-07-06[release-branch.go1.18] cmd/compile: fix generic inter-inter comparisons from...Cuong Manh Le
2022-07-06[release-branch.go1.18] cmd/compile: allow 128-bit values to be spilledKeith Randall
2022-07-06[release-branch.go1.18] cmd/compile: fix missing dict pass for type assertionsCuong Manh Le
2022-07-06[release-branch.go1.18] cmd/compile: fix wrong unsafe.Offsetof evaluation ins...Cuong Manh Le
2022-05-25[release-branch.go1.18] cmd/compile: backport fix for #51840Matthew Dempsky
2022-05-25[release-branch.go1.18] cmd/compile: allow exporting `.rcvr` identWayne Zuo
2022-05-17cmd/compile: be sure to export types mentioned in f.i.g. method signatureDavid Chase
2022-05-09[release-branch.go1.18] cmd/compile: always write fun[0] in incomplete itabKeith Randall
2022-05-09[release-branch.go1.18] go/types,types2: delay the check for conflicting stru...Robert Findley
2022-05-09[release-branch.go1.18] cmd/compile: set correct package for vars/params/resu...Cuong Manh Le
2022-05-09[release-branch.go1.18] sync/atomic: use consistent first-store-in-progress m...Keith Randall
2022-05-09[release-branch.go1.18] cmd/compile: use dictionary to convert type to shaped...Keith Randall
2022-05-02[release-branch.go1.18] cmd/compile/internal/types2: use correct value of iotaRobert Griesemer
2022-04-04[release-branch.go1.18] cmd/compile: replace Type.OrigSym with Type.OrigTypeMatthew Dempsky
2022-04-04[release-branch.go1.18] cmd/compile/internal/importer: key tparams by Package...Robert Findley
2022-04-04[release-branch.go1.18] cmd/compile: fix panic with nested dead hidden closuresCuong Manh Le
2022-04-04[release-branch.go1.18] cmd/compile: pointers to notinheap types need their o...Keith Randall
2022-04-04[release-branch.go1.18] cmd/compile: fix wrong dict param when getting dict typeCuong Manh Le
2022-03-14[release-branch.go1.18] cmd/compile: fix re-export closureCuong Manh Le
2022-03-14[release-branch.go1.18] cmd/compile: fix expression switches using type param...Keith Randall
2022-03-14[release-branch.go1.18] cmd/compile: fix transform of OEQ/ONE when one arg is...Keith Randall
2022-03-10[release-branch.go1.18] go/types, types2: disable field accesses through type...Robert Griesemer
2022-03-09[release-branch.go1.18] cmd/compile/internal/types2: more consistently print ...thepudds
2022-03-08[release-branch.go1.18] go/types, types2: disable inference for type instancesRobert Findley
2022-03-07[release-branch.go1.18] go/types, types2: fix scoping for iteration variables...Robert Griesemer
2022-03-04[release-branch.go1.18] cmd/compile: don't include instantiating types in typ...Keith Randall
2022-03-04[release-branch.go1.18] go/types, types2: correctly consider ~ (tilde) in con...Robert Griesemer
2022-03-04[release-branch.go1.18] cmd/compile: use AutogeneratedPos for method value wr...Cherry Mui
2022-02-28cmd/compile: deal with constructed types that have shapes in themDan Scales
2022-02-28cmd/compile: fix case for structural types where we should be looking at type...Dan Scales
2022-02-28cmd/compile: emit types of constants which are instantiated generic typesKeith Randall
2022-02-28test: add new test case for 51219 that triggers the types2 issueDan Scales
2022-02-26cmd/compile: ensure dictionary assignment statements are defining statementsKeith Randall
2022-02-25go/types, types2: delay receiver type validationRobert Griesemer
2022-02-24cmd/compile: delay all call transforms if in a generic functionDan Scales
2022-02-18cmd/compile: fix importers to deal with recursion through type constraintsDan Scales
2022-02-14cmd/compile: correct type of pointer difference on RISCV64Cherry Mui