aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/value.go
AgeCommit message (Expand)Author
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-01-30reflect,runtime: add Value.ClearCuong Manh Le
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-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-09-27reflect: clarify that Value.Comparable checks the valueIan Lance Taylor
2022-09-26reflect: simplify Value.Comparablecuiweixie
2022-09-16reflect: allow conversion from slice to arrayCuong 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-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-24reflect: optimize Value.IsZeroJoe Tsai
2022-08-11reflect: fix stale Value.Pointer commentJoe Tsai
2022-08-08reflect: avoid TypeOf in initJoe Tsai
2022-08-08reflect: use doc links to refer to package "unsafe"Cuong Manh Le
2022-06-14cmd/compile,runtime,reflect: move embedded bit from offset to nameKeith Randall
2022-05-26Revert "reflect: deprecate (Slice|String)Header"Ian Lance Taylor
2022-05-23reflect: store receiver in pointer slot for reflect callCherry Mui
2022-05-18reflect: deprecate (Slice|String)HeaderCarlo Alberto Ferraris
2022-05-04reflect: derive correct Value method in panic messagesJoe Tsai
2022-04-30reflect: ensure map keys match key type in MapIndex and SetMapIndexDan Kortschak
2022-04-25reflect: support Len and Cap on pointer-to-array Valuecuiweixie
2022-04-21reflect: make more Value methods inlineableJoe Tsai
2022-04-21reflect: in assignTo only allocate target if neededIan Lance Taylor
2022-04-18reflect: make Value.MapRange inlineableJoe Tsai
2022-04-17reflect: make Value.Type inlineableJoe Tsai
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-04reflect: fix Value.NumMethod docszlasd