]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/reflectdata/reflect.go
[dev.boringcrypto] all: merge master into dev.boringcrypto
[gostls13.git] / src / cmd / compile / internal / reflectdata / reflect.go
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...
2021-08-04 Keith Randall[dev.typeparams] cmd/compile: put shape types in their...
2021-08-03 Matthew Dempsky[dev.typeparams] cmd/compile: avoid redundant method...
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
2021-07-30 Keith Randall[dev.typeparams] cmd/compile: allow types with the...
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-24 Dan Scales[dev.typeparams] cmd/compile: get rid of concretify...
2021-07-24 Keith Randall[dev.typeparams] cmd/compile: introduce OCONVIDATA op
2021-07-23 Keith Randall[dev.typeparams] cmd/compile: fix some issues with...
2021-07-23 Dan Scales[dev.typeparams] cmd/compile: add dictionary entries...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-21 Keith Randall[dev.typeparams] cmd/compile: introduce named gcshape...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-08 makdonUpdate oudated comment
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-29 Keith Randall[dev.typeparams] cmd/compile: clean up instantiation...
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-25 Matthew Dempsky[dev.typeparams] cmd/compile: use Type.LinkString for...
2021-06-25 Matthew Dempsky[dev.typeparams] cmd/compile: rename types.Type.{Short...
2021-06-25 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (37f9a8f...
2021-06-25 Matthew Dempsky[dev.typeparams] cmd/compile: generate wrappers within...
2021-06-25 Matthew Dempsky[dev.typeparams] cmd/compile: refactor "need to emit...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-24 Dan Scales[dev.typeparams] cmd/compile: add derived types and...
2021-06-23 Dan Scales[dev.typeparams] Fix issues related to dictionaries...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Matthew Dempsky[dev.typeparams] cmd/compile: simplify SSA devirtualization
2021-06-16 Matthew Dempsky[dev.typeparams] cmd/compile: fix crawling of embeddabl...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-15 Matthew Dempsky[dev.typeparams] cmd/compile: add -d=unified flag to...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-11 Matthew Dempsky[dev.typeparams] cmd/compile: fix wrapper generation...
2021-06-08 Cuong Manh Lecmd/compile: use t.AllMethods when sorting typesByString
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-04 Dan Scales[dev.typeparams] cmd/compile: allow inlining in instant...
2021-06-02 Katie Hockman[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
2021-06-02 Keith Randall[dev.typeparams] cmd/compile: add dictionary argument...
2021-06-01 Cherry Mui[dev.typeparams] all: merge master (2725522) into dev...
2021-05-26 Dan Scales[dev.typeparams] cmd/compile: always generate (*T)...
2021-05-25 Matthew Dempsky[dev.typeparams] all: merge master (f22ec51) into dev...
2021-05-24 Keith Randallcmd/compile: always include underlying type for map...
2021-05-21 Dan Scales[dev.typeparams] cmd/compile: get export/import of...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-10 Keith Randallcmd/compile,reflect: allow longer type names
2021-04-30 Cherry Zhangcmd/compile, runtime: emit only GC data for stack objects
2021-04-29 Cherry Zhangcmd/compile: make GC prog symbol content-addressable
2021-04-29 Cherry Zhangcmd/compile: skip types.Sym for GC mask symbols
2021-04-27 Cuong Manh Lecmd/compile: fix wrong package path for unsafe.Pointer
2021-04-19 Cuong Manh Lecmd/compile: skip "_" function in reflectdata.MarkUsedI...
next