aboutsummaryrefslogtreecommitdiff
path: root/src/reflect
AgeCommit message (Expand)Author
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
2022-11-08reflect: use unsafe.String in name.name and name.tagTobias Klauser
2022-11-04reflect: rewrite value.Equal to avoid allocationsIan Lance Taylor
2022-11-04all: fix function names in commentscui fliter
2022-10-17reflect: panic when Value.Equal using two non-comparable valueshopehook
2022-10-15reflect: add Value.GrowJoe Tsai
2022-10-12arena: add experimental arena packageMichael Anthony Knyszek
2022-10-04reflect: avoid unnecessary copy of funcTypesZeke Lu
2022-10-03reflect: fix race condition on funcTypesCuong Manh Le
2022-09-27reflect: clarify that Value.Comparable checks the valueIan Lance Taylor
2022-09-26reflect: create funcTypes using StructOfcuiweixie
2022-09-26reflect: simplify Value.Comparablecuiweixie
2022-09-19reflect: rtype.MethodByName using binary searchcuiweixie
2022-09-16reflect: allow conversion from slice to arrayCuong Manh Le
2022-09-13reflect: move benchmarks to its own fileCuong Manh Le
2022-09-09all: transfer reflect.{SliceHeader, StringHeader} to unsafeheader.{Slice, Str...hopehook
2022-09-09reflect: deprecate SliceHeader and StringHeaderhopehook
2022-09-07reflect: fix stale Value.kind documentationJoe Tsai
2022-09-07reflect: use strings.Buildercuiweixie
2022-09-01reflect: fix Value.SetIterXXX to check for the read-only bitJoe Tsai
2022-08-31reflect: use cgo.Incomplete instead of go:notinheap in testsCuong Manh Le
2022-08-30reflect: clarify Value.Equal behavior for non-comparable valuesCuong Manh Le
2022-08-29reflect: simplify array value comparable checkCuong Manh Le
2022-08-26reflect: add Value.{Comparable,Equal}cuiweixie
2022-08-26reflect: add Value.SetZeroJoe Tsai
2022-08-26reflect: FuncOf support more than 50 argumentscuiweixie
2022-08-24reflect: optimize Value.IsZeroJoe Tsai
2022-08-17all: clean up unreachable Continue after Fatalhopehook
2022-08-16runtime: process ptr bitmaps one word at a timeKeith Randall
2022-08-16runtime: redo heap bitmapKeith Randall
2022-08-11reflect: fix stale Value.Pointer commentJoe Tsai