aboutsummaryrefslogtreecommitdiff
path: root/src/reflect
AgeCommit message (Expand)Author
2024-01-24reflect: fix isRegularMemory at case ArrayJes Cok
2024-01-23reflect: delete TODO pass safe to packEface don't need to copy if safe==trueqiulaidongfeng
2024-01-23reflect: StructOf set abi.TFlagRegularMemoryqiulaidongfeng
2023-12-30reflect: fix typo in type.goRenJiangdu
2023-11-22internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abiqiulaidongfeng
2023-11-21reflect, runtime: add reflect support for regABI on loong64Guoqi Chen
2023-11-21reflect: tweak logic for 'case Array' in IsZeroJes Cok
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-19reflect: optimize Value.IsZero for struct typesqiulaidongfeng
2023-11-16reflect: uncomment allocation testCherry Mui
2023-11-16reflect: remove go121noForceValueEscapeCherry Mui
2023-11-16runtime: optimize bulkBarrierPreWrite with allocheadersMichael Anthony Knyszek
2023-11-15reflect: optimize Value.IsZero for array typesqiulaidongfeng
2023-11-09runtime: implement experiment to replace heap bitmap with alloc headersMichael Anthony Knyszek
2023-11-02reflect: pass the right element type in verifyGCBitsSliceMichael Anthony Knyszek
2023-10-09reflect: compute the median h uniformlyJes Cok
2023-09-22reflect: remove broken support for embedding of interfaces from StructOf.Dominique Lefevre
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-09-01reflect: make Value.IsZero identical to v == zeroJoe Tsai
2023-08-02reflect: update Type.FieldByName documentationqiulaidongfeng
2023-08-01reflect: make linkable cross-references in documentationKeith Randall
2023-07-31reflect: add TypeForCarl Johnson
2023-07-31reflect: optimize DeepEqual() for mapskorzhao
2023-07-27reflect: deprecate PtrToqiulaidongfeng
2023-07-21reflect: panic on recv channel closeMauri de Souza Meneguzzo
2023-06-16reflect: fix ArenaNew to match documentationMichael Anthony Knyszek
2023-05-12reflect: make Value.IsZero not escapeCherry Mui
2023-05-12reflect: do not escape Value.TypeCherry Mui
2023-05-12reflect: allow Value be stack allocatedCherry Mui
2023-05-12Revert "reflect: change rtype so that it (not *rtype) implements Type"Austin Clements
2023-05-11runtime: redefine _type to abi.Type; add rtype for methods.David Chase
2023-05-11reflect: change rtype so that it (not *rtype) implements TypeDavid Chase
2023-05-11reflect: replacing almost all use of *rtype with *abi.TypeDavid Chase
2023-05-10reflect: move funcType to abi/type.goDavid Chase
2023-05-10reflect: prepare fieldnames for moving to abi/type.goDavid Chase
2023-05-10internal/abi,reflectlite,reflect,runtime: common up chan typeDavid Chase
2023-05-10reflect: move more types, constants, functions into internal/abiDavid Chase
2023-05-10internal/abi: common up ArrayTypeDavid Chase
2023-05-10internal/abi: common up Method, Imethod, UncommonType typesDavid Chase
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2023-04-10reflect: remove typedmemmovepartial as it is unusedDaniel Martí
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-04-03reflect: deprecate SliceHeader and StringHeaderRuss Cox
2023-03-22reflect: add test for interface type NumMethodCuong Manh Le
2023-01-30reflect,runtime: add Value.ClearCuong Manh Le
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2022-11-29reflect: correct tpoy in commentIan Lance Taylor
2022-11-23reflect: remove deprecation notices from SliceHeader, StringHeaderRuss Cox
2022-11-23doc/go1.20: finish most standard library TODOsRuss Cox
2022-11-09all: add missing copyright headercui fliter