summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/reflectdata/reflect.go
Commit message (Expand)AuthorAgeFilesLines
* internal/abi: common up some offset/size functionsDavid Chase2023-05-101-7/+8
* internal/abi: refactor (basic) type struct into one definitionDavid Chase2023-05-051-20/+10
* Revert "cmd/compile: constant-fold loads from constant dictionaries and types"Chressie Himpel2023-04-281-11/+2
* cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall2023-04-271-2/+11
* cmd/compile: remove reflectdata.AfterGlobalEscapeAnalysisCuong Manh Le2023-02-091-6/+0
* cmd/compile/internal/types: remove unneeded functionalityMatthew Dempsky2023-01-261-5/+5
* cmd/compile/internal/types: remove TTYPEPARAM and TUNION typesMatthew Dempsky2023-01-261-9/+1
* cmd/compile: remove GOEXPERIMENT=nounified frontendMatthew Dempsky2023-01-261-47/+0
* cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky2023-01-251-187/+0
* internal/abi,runtime: refactor map constants into one placeDavid Chase2023-01-231-3/+11
* cmd/compile: do not emit a few more basic types from every compilationRuss Cox2022-11-161-15/+49
* cmd/compile/internal/pgo: remove most global stateMichael Pratt2022-10-311-1/+2
* cmd/compile: only inline method wrapper if method don't contain closuresCuong Manh Le2022-08-301-3/+18
* runtime: process ptr bitmaps one word at a timeKeith Randall2022-08-161-1/+5
* cmd/compile: do not use content addressable symbol for generic iface method n...Cherry Mui2022-08-101-3/+9
* Revert "runtime: process ptr bitmaps one word at a time"Keith Randall2022-08-091-5/+1
* all: use ":" for compiler generated symbolsCuong Manh Le2022-08-091-11/+11
* cmd/compile: rename types.Rnd -> types.RoundUpCuong Manh Le2022-08-081-1/+1
* runtime: process ptr bitmaps one word at a timeKeith Randall2022-08-081-1/+5
* [dev.unified] cmd/compile: refactor reflectdata.{TypePtr,ITabAddr}Matthew Dempsky2022-06-211-6/+17
* cmd/compile,runtime,reflect: move embedded bit from offset to nameKeith Randall2022-06-141-17/+16
* all: fix spellingJohn Bampton2022-05-171-1/+1
* cmd/compile: skip exporting generic functions for -buildmode=pluginMatthew Dempsky2022-05-171-0/+3
* cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky2022-05-161-7/+1
* cmd/compile: sort named types before unnamed in reflectDavid Chase2022-05-131-0/+8
* cmd/compile: construct ir.FuncType within typecheck.DeclFuncMatthew Dempsky2022-05-051-12/+10
* cmd/compile: remove ir.NewField's ntyp parameterMatthew Dempsky2022-05-051-1/+1
* cmd/compile: mark shape type dupokzhouguangyuan2022-05-031-3/+3
* cmd/compile: Unify & improve struct comparisonsDerek Parker2022-04-211-1/+2
* cmd/compile: always write fun[0] in incomplete itabWayne Zuo2022-04-121-8/+8
* all: gofmt main repoRuss Cox2022-04-111-6/+10
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-4/+4
* cmd/compile: don't mark non-generic defined type symbol dupokCherry Mui2022-03-231-3/+10
* cmd/compile: replace Type.OrigSym with Type.OrigTypeMatthew Dempsky2022-03-211-1/+1
* cmd/compile: represent derived types with ir.DynamicType in unified IRMatthew Dempsky2022-03-071-4/+5
* cmd/compile: don't include instantiating types in type hashKeith Randall2022-03-031-1/+1
* cmd/compile: remove -G flagMatthew Dempsky2022-03-011-3/+1
* cmd/compile: remove unified IR quirks modeMatthew Dempsky2022-03-011-2/+2
* cmd/compile: support field access for typeparam with structural constraintDan Scales2022-01-181-1/+2
* cmd/compile: fix interaction between generics and inliningDan Scales2022-01-101-6/+18
* cmd/compile: deal with unsatisfiable type assertion in some instantiationsDan Scales2021-12-071-9/+21
* cmd/compile: handle `any` as alias like `byte` and `rune`Matthew Dempsky2021-11-191-2/+3
* cmd/compile: emit definition of 'any' only if generic enabledCuong Manh Le2021-11-171-1/+3
* cmd/compile: emit definition of 'any' when compiling runtimeThan McIntosh2021-11-171-0/+1
* cmd/compile: remove unneeded "==" method in pre-defined "comparable" interfaceCuong Manh Le2021-11-091-6/+0
* cmd/compile: mark type descriptors as always dupokKeith Randall2021-11-021-6/+3
* cmd/compile: add -asan optionfanzha022021-10-251-0/+3
* cmd/compile: remove MarkUsedIfaceMethodIndex mechanismKeith Randall2021-10-251-10/+0
* cmd/compile,cmd/link: introduce generic interface call relocationsKeith Randall2021-10-251-1/+27