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
/
internal
/
reflectlite
/
value.go
Age
Commit message (
Expand
)
Author
2026-01-26
internal/reflectlite: remove unused code
khr@golang.org
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2025-06-16
internal/reflectlite: fix comment about meaning of flag field
Keith Randall
2024-05-07
internal/reflectlite: remove redundent ifaceIndir
apocelipes
2024-04-17
internal/abi: define EmptyInterface, TypeOf, and NoEscape
Michael Anthony Knyszek
2024-01-23
internal/reflectlite: delete TODO pass safe to packEface don't need to copy i...
qiulaidongfeng
2023-11-16
internal/reflectlite: allow Value be stack allocated
Cherry Mui
2023-05-11
internal/reflectlite: common up types, remove code
David Chase
2023-05-10
internal/reflectlite, runtime: move more constants and types into internal/abi
David Chase
2023-05-10
internal/abi: common up ArrayType
David Chase
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-03
refect: rename Ptr Kind to Pointer (but keep Ptr)
Brad Fitzpatrick
2021-06-17
[dev.typeparams] internal/reflectlite: remove unused ptrSize
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] internal/reflectlite: use goarch.PtrSize instead of the dupl...
Michael Anthony Knyszek
2020-10-28
Revert "cmd/compile: split exported/non-exported methods for interface type"
Cuong Manh Le
2020-10-09
cmd/compile: split exported/non-exported methods for interface type
Cuong Manh Le
2020-10-07
internal/reflectlite: include Kind in ValueError message
Ori Rawlings
2020-05-01
internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...
Bryan C. Mills
2019-09-11
reflect: enhance docs for IsZero and IsValid
Marko Kungla
2019-09-02
std: remove unused bits of code all over the place
Daniel MartÃ
2019-03-27
sort, internal/reflectlite: flesh out reflectlite enough for use by sort
Brad Fitzpatrick
2019-02-27
internal/reflectlite: lite version of reflect package
Marcel van Lohuizen