aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/reflectdata
AgeCommit message (Expand)Author
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2022-11-16cmd/compile: do not emit a few more basic types from every compilationRuss Cox
2022-10-31cmd/compile/internal/pgo: remove most global stateMichael Pratt
2022-09-02cmd/compile: new inline heuristic for struct comparesDerek Parker
2022-08-30cmd/compile: only inline method wrapper if method don't contain closuresCuong Manh Le
2022-08-16runtime: process ptr bitmaps one word at a timeKeith Randall
2022-08-10cmd/compile: do not use content addressable symbol for generic iface method n...Cherry Mui
2022-08-09Revert "runtime: process ptr bitmaps one word at a time"Keith Randall
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-08-08cmd/compile: rename types.Rnd -> types.RoundUpCuong Manh Le
2022-08-08runtime: process ptr bitmaps one word at a timeKeith Randall
2022-07-19[dev.unified] cmd/compile/internal/reflectdata: remove hasRType's `required` ...Matthew Dempsky
2022-07-18[dev.unified] cmd/compile/internal/reflectdata: prefer ITabAddrAt in ConvIfac...Matthew Dempsky
2022-06-23[dev.unified] cmd/compile: rename haveRType and implicitExprMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: plumb rtype through OSWITCH/OCASE clausesMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: plumb rtype through for OMAPLITMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: start setting RType fields for Unified IRMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: add RType fieldsMatthew Dempsky
2022-06-21[dev.unified] cmd/compile: extract rtype code from walkMatthew Dempsky
2022-06-21[dev.unified] cmd/compile: refactor reflectdata.{TypePtr,ITabAddr}Matthew Dempsky
2022-06-14cmd/compile,runtime,reflect: move embedded bit from offset to nameKeith Randall
2022-05-17all: fix spellingJohn Bampton
2022-05-17cmd/compile: skip exporting generic functions for -buildmode=pluginMatthew Dempsky
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-13cmd/compile: sort named types before unnamed in reflectDavid Chase
2022-05-05cmd/compile: construct ir.FuncType within typecheck.DeclFuncMatthew Dempsky
2022-05-05cmd/compile: remove ir.NewField's ntyp parameterMatthew Dempsky
2022-05-03cmd/compile: mark shape type dupokzhouguangyuan
2022-04-21cmd/compile: Unify & improve struct comparisonsDerek Parker
2022-04-12cmd/compile: always write fun[0] in incomplete itabWayne Zuo
2022-04-11all: gofmt main repoRuss Cox
2022-04-05reflectdata: unroll a loop in array equal function generationvpachkov
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-23cmd/compile: don't mark non-generic defined type symbol dupokCherry Mui
2022-03-21cmd/compile: replace Type.OrigSym with Type.OrigTypeMatthew Dempsky
2022-03-07cmd/compile: represent derived types with ir.DynamicType in unified IRMatthew Dempsky
2022-03-03cmd/compile: don't include instantiating types in type hashKeith Randall
2022-03-01cmd/compile: remove -G flagMatthew Dempsky
2022-03-01cmd/compile: remove unified IR quirks modeMatthew Dempsky
2022-01-18cmd/compile: support field access for typeparam with structural constraintDan Scales
2022-01-10cmd/compile: fix interaction between generics and inliningDan Scales
2021-12-07cmd/compile: deal with unsatisfiable type assertion in some instantiationsDan Scales
2021-11-19cmd/compile: handle `any` as alias like `byte` and `rune`Matthew Dempsky
2021-11-17cmd/compile: emit definition of 'any' only if generic enabledCuong Manh Le
2021-11-17cmd/compile: emit definition of 'any' when compiling runtimeThan McIntosh
2021-11-09cmd/compile: remove unneeded "==" method in pre-defined "comparable" interfaceCuong Manh Le
2021-11-02cmd/compile: mark type descriptors as always dupokKeith Randall
2021-10-25cmd/compile: add -asan optionfanzha02