index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
reflect
/
value.go
Age
Commit message (
Expand
)
Author
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-04-04
reflect: fix Value.NumMethod docs
zlasd
2022-04-04
reflect: fix the collision of variable name and package name
hopehook
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-02
reflect: allow Value.Bytes on addressable byte arrays
Joe Tsai
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-12
reflect: keep pointer in aggregate-typed args live in Call
Cherry Mui
2021-10-31
reflect: avoid stack copies of hiter
Martin Möhrmann
2021-10-29
reflect: add FieldByIndexErr
Rob Pike
2021-10-28
reflect: undeprecate Value.{Pointer,UnsafeAddr}
Cuong Manh Le
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-22
reflect: make Value.Pointer panic on bad notinheap pointers
Cuong Manh Le
2021-10-19
reflect: fix methodValueCall code pointer mismatch in Value.Pointer
Cuong Manh Le
2021-10-19
reflect: restore Value.Pointer implementation
Cuong Manh Le
2021-10-19
reflect: fix methodValueCall code pointer mismatched
Cuong Manh Le
2021-10-18
reflect: add Value.UnsafePointer
Cuong Manh Le
2021-10-18
reflect: correct documentation of Value.UnsafeAddr
Cuong Manh Le
2021-10-15
reflect: make Elem panic on bad notinheap pointers
Keith Randall
2021-10-15
reflect: rename Mapiter.SetKey to Value.SetIterKey
Keith Randall
2021-09-27
reflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}
Fabio Falzoi
2021-09-27
runtime: make slice growth formula a bit smoother
Keith Randall
2021-09-14
reflect: use Value.Len instead of conversion to slice header
Nevkontakte
2021-09-13
reflect: fix _faststr optimization
Keith Randall
2021-09-11
reflect: optimize for maps with string keys
Joe Tsai
2021-09-09
reflect: add hooks for dealing with narrow width floats
Michael Anthony Knyszek
2021-09-07
reflect: rename MapIter method receiver variable from it to iter
Josh Bleecher Snyder
2021-09-07
reflect: add MapIter.Reset
Josh Bleecher Snyder
2021-09-05
reflect: improve panic when MapIter has no associated map Value
Josh Bleecher Snyder
2021-09-05
reflect: allocate hiter as part of MapIter
Josh Bleecher Snyder
2021-08-24
reflect: add MapIter.SetKey and MapIter.SetValue
Josh Bleecher Snyder
2021-08-23
reflect: fix memmove for big endian cases with new ABI
Lynn Boger
2021-08-17
all: fix typos
Yasuhiro Matsumoto
2021-07-22
[dev.typeparams] all: merge master (798ec73) into dev.typeparams
Matthew Dempsky
2021-07-21
reflect: add Value.CanConvert
Ian Lance Taylor
2021-06-25
[dev.typeparams] all: merge master (37f9a8f) into dev.typeparams
Cuong Manh Le
2021-06-24
reflect: document that InterfaceData is a low-entropy RNG
Matthew Dempsky
2021-06-17
[dev.typeparams] reflect: support big endian architectures in callMethod
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] reflect: delete unused ptrSize and PtrSize
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSiz...
Michael Anthony Knyszek
2021-06-14
reflect: use same conversion panic in reflect and runtime
Ian Lance Taylor
2021-06-12
reflect: handle stack-to-register translation in callMethod
Michael Anthony Knyszek
2021-04-21
reflect: allow conversion from slice to array ptr
Josh Bleecher Snyder
2021-04-14
reflect: keep pointer register results alive in callMethod
Cherry Zhang
2021-04-09
reflect: panic on New of go:notinheap type
Ian Lance Taylor
2021-04-08
reflect: fix typo in result-in-registers case
David Chase
2021-04-02
reflect: add register ABI support for makeFuncStub and methodValueCall
Michael Anthony Knyszek
2021-03-30
reflect: cache IsVariadic calls in Call
Ignacio Hagopian
2021-02-16
[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).Call
Michael Anthony Knyszek
2020-11-26
reflect: fix Value.Convert for int-to-string conversions (regression)
Robert Griesemer
[prev]
[next]