]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/reflectdata/reflect.go
cmd/compile/internal/reflectdata: share hmap and hiter types
[gostls13.git] / src / cmd / compile / internal / reflectdata / reflect.go
2023-08-21 Matthew Dempskycmd/compile/internal/reflectdata: share hmap and hiter...
2023-08-21 Matthew Dempskycmd/compile/internal/abi: stop using types.Func
2023-08-19 Matthew DempskyRevert "cmd/compile/internal/gc: steps towards work...
2023-08-18 Matthew Dempskycmd/compile/internal/gc: steps towards work-queue
2023-08-14 Matthew Dempskycmd/compile: remove reflectdata.{TypePtr,ITabAddr}...
2023-08-11 Matthew Dempskycmd/compile: simplify asmhdr and plugin exports handling
2023-07-27 qiulaidongfengreflect: deprecate PtrTo
2023-06-08 cuiweixiecmd/compile: typo
2023-05-19 Keith Randallcmd/compile: constant-fold loads from constant dictiona...
2023-05-10 David Chaseinternal/abi: common up some offset/size functions
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2023-04-28 Chressie HimpelRevert "cmd/compile: constant-fold loads from constant...
2023-04-27 Keith Randallcmd/compile: constant-fold loads from constant dictiona...
2023-02-09 Cuong Manh Lecmd/compile: remove reflectdata.AfterGlobalEscapeAnalysis
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove unneeded functionality
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove TTYPEPARAM and TUNIO...
2023-01-26 Matthew Dempskycmd/compile: remove GOEXPERIMENT=nounified frontend
2023-01-25 Matthew Dempskycmd: remove GOEXPERIMENT=nounified knob
2023-01-23 David Chaseinternal/abi,runtime: refactor map constants into one...
2022-11-16 Russ Coxcmd/compile: do not emit a few more basic types from...
2022-10-31 Michael Prattcmd/compile/internal/pgo: remove most global state
2022-08-30 Cuong Manh Lecmd/compile: only inline method wrapper if method don...
2022-08-16 Keith Randallruntime: process ptr bitmaps one word at a time
2022-08-10 Cherry Muicmd/compile: do not use content addressable symbol...
2022-08-09 Keith RandallRevert "runtime: process ptr bitmaps one word at a...
2022-08-09 Cuong Manh Leall: use ":" for compiler generated symbols
2022-08-08 Cuong Manh Lecmd/compile: rename types.Rnd -> types.RoundUp
2022-08-08 Keith Randallruntime: process ptr bitmaps one word at a time
2022-08-04 Matthew Dempskyall: REVERSE MERGE dev.unified (d558507) into master
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-21 Matthew Dempsky[dev.unified] cmd/compile: refactor reflectdata.{TypePt...
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-14 Keith Randallcmd/compile,runtime,reflect: move embedded bit from...
2022-05-17 John Bamptonall: fix spelling
2022-05-17 Matthew Dempskycmd/compile: skip exporting generic functions for ...
2022-05-16 Matthew Dempskycmd/compile: set LocalPkg.Path to -p flag
2022-05-13 David Chasecmd/compile: sort named types before unnamed in reflect
2022-05-05 Matthew Dempskycmd/compile: construct ir.FuncType within typecheck...
2022-05-05 Matthew Dempskycmd/compile: remove ir.NewField's ntyp parameter
2022-05-03 zhouguangyuancmd/compile: mark shape type dupok
2022-04-29 Russ Cox[dev.boringcrypto] cmd/compile: remove the awful boring...
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 Derek Parkercmd/compile: Unify & improve struct comparisons
2022-04-21 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-12 Wayne Zuocmd/compile: always write fun[0] in incomplete itab
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-04-01 Russ Coxall: fix various doc comment formatting nits
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-23 Cherry Muicmd/compile: don't mark non-generic defined type symbol...
2022-03-21 Matthew Dempskycmd/compile: replace Type.OrigSym with Type.OrigType
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-07 Matthew Dempskycmd/compile: represent derived types with ir.DynamicTyp...
2022-03-03 Keith Randallcmd/compile: don't include instantiating types in type...
2022-03-01 Matthew Dempskycmd/compile: remove -G flag
2022-03-01 Matthew Dempskycmd/compile: remove unified IR quirks mode
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-18 Dan Scalescmd/compile: support field access for typeparam with...
2022-01-10 Dan Scalescmd/compile: fix interaction between generics and inlining
2021-12-07 Dan Scalescmd/compile: deal with unsatisfiable type assertion...
2021-11-19 Matthew Dempskycmd/compile: handle `any` as alias like `byte` and...
2021-11-17 Cuong Manh Lecmd/compile: emit definition of 'any' only if generic...
2021-11-17 Than McIntoshcmd/compile: emit definition of 'any' when compiling...
2021-11-09 Cuong Manh Lecmd/compile: remove unneeded "==" method in pre-defined...
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-02 Keith Randallcmd/compile: mark type descriptors as always dupok
2021-10-25 fanzha02cmd/compile: add -asan option
2021-10-25 Keith Randallcmd/compile: remove MarkUsedIfaceMethodIndex mechanism
2021-10-25 Keith Randallcmd/compile,cmd/link: introduce generic interface call...
2021-10-11 Dan Scalescmd/compile: deal with TODO related to generic wrappers...
2021-10-05 Dan Scalescmd/compile: fix problem with methods of instantiated...
2021-09-27 Keith Randallcmd/compile: keep methods on generic types from being...
2021-09-27 Dan Scalescmd/compile: allow methods on shape types (but no bodies)
2021-09-21 Dan Scalescmd/compile: don't create or instantiate methods on...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-17 Cherry Muicmd/compile: restore tail call for method wrappers
2021-09-15 Dan Scalescmd/compile: switch to computing dict format on instant...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-27 Matthew Dempskycmd/compile: unexport Type.Width and Type.Align [generated]
2021-08-27 Michael Matloob[dev.cmdgo] all: merge master (67f7e16) into dev.cmdgo
2021-08-27 Dan Scalescmd/compile: delay fillinMethods to deal with mutually...
2021-08-26 Matthew Dempskycmd/compile: move types init code into package types
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-24 Dan Scalescmd/compile: fix naming of types inside instantiations
2021-08-24 Dan Scalescmd/compile: reuse same node for global dictionaries
2021-08-20 Cuong Manh Lecmd/compile: use typeAndStr directly in signatslice
2021-08-19 Cuong Manh Lecmd/compile: prevent duplicated works in WriteRuntimeTypes
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-08-06 Dan Scales[dev.typeparams] cmd/compile: cleanup wrapper code...
next