aboutsummaryrefslogtreecommitdiff
path: root/src/reflect
AgeCommit message (Expand)Author
26 hoursall: add push linknames to allow legacy pull linknamesCherry Mui
3 daysnet/http, reflect: rename Test function namesJes Cok
5 daysall: delete loong64 non-register ABI fallback pathGuoqi Chen
8 daysreflect: let Value.Seq iterate integer conform to the specqiulaidongfeng
9 daysreflect: improved ifaceIndir commentIan Lance Taylor
9 daysreflect: restore ifaceIndir function for nowIan Lance Taylor
9 daysreflect: clarify documentation for Value.Seq/Seq2qiulaidongfeng
9 daysreflect: add iterative related methodsqiulaidongfeng
11 daysreflect: remove redundent ifaceIndirapocelipes
2024-05-03runtime,reflect: move zeroVal to internal/abiqiulaidongfeng
2024-04-22Refactor output messageLev Ustimenko
2024-04-19reflect: remove unnecessary type conversions of untyped PtrSizeIan Lance Taylor
2024-04-19reflect: omit anonymous field name from StructOf type stringIan Lance Taylor
2024-04-17internal/abi: define EmptyInterface, TypeOf, and NoEscapeMichael Anthony Knyszek
2024-04-03reflect: add missing String case in Value.UnsafePointer docCuong Manh Le
2024-04-02all: add reflect.SliceAt functionCuong Manh Le
2024-04-02reflect: handle String kind in Value.{Pointer,UnsafePointer}Cuong Manh Le
2024-04-02reflect: add available godoc linkcui fliter
2024-04-02all: use kind* of abiqiulaidongfeng
2024-03-04runtime: use .Pointers() instead of manual checkingPouriya
2024-03-04reflect: clean up unnecessary comments for rtypeJes Cok
2024-02-28reflect: add Overflow methods to TypeJes Cok
2024-02-27reflect: fix typo in commentguoguangwu
2024-02-20cmd/compile/internal/reflectdata,reflect: merge MaxPtrmaskBytes const into in...qiulaidongfeng
2024-02-17reflect: make Value.Comparable return true for nil interface valueJes Cok
2024-02-16reflect: use internal/abi itab typeKeith Randall
2024-02-12reflect: optimize TypeFor for non-interface typesJoe Tsai
2024-01-26reflect: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abiqiulaidongfeng
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