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
/
all_test.go
Age
Commit message (
Expand
)
Author
2026-01-27
reflect: allow conversions between slices of named {byte,rune} and string
Keith Randall
2025-11-25
reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethod
Quentin Quaadgras
2025-11-14
std: fix printf("%q", int) mistakes
Alan Donovan
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-09
reflect: remove timeout in TestChanOfGC
Michael Anthony Knyszek
2025-09-23
reflect: allocate memory in TypeAssert[I] only when the assertion succeeds
Mateusz Poliwczak
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
2025-06-27
reflect: fix TypeAssert on nil interface values
Joe Tsai
2025-05-20
reflect: turn off allocation test if instrumentation is on
khr@golang.org
2025-05-20
reflect: add TypeAssert[T]
Mateusz Poliwczak
2025-05-13
reflect: use runtime.AddCleanup instead of runtime.SetFinalizer
Carlos Amedee
2025-02-03
all: run gofmt
Ian Lance Taylor
2024-11-21
reflect: add test of maps with keys larger than key size
Michael Pratt
2024-11-18
runtime: get rid of gc programs for types
Keith Randall
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-09-10
runtime, reflect: avoid allocation in structType.Field common cases
Ian Lance Taylor
2024-09-06
reflect: gofmt all_test.go
Ian Lance Taylor
2024-08-02
all: split old and swiss map abi and compiler integration
Michael Pratt
2024-07-31
reflect: add flag tests for MapOf
Michael Pratt
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-04-22
Refactor output message
Lev Ustimenko
2024-04-19
reflect: omit anonymous field name from StructOf type string
Ian Lance Taylor
2024-04-02
all: add reflect.SliceAt function
Cuong Manh Le
2024-04-02
reflect: handle String kind in Value.{Pointer,UnsafePointer}
Cuong Manh Le
2024-02-28
reflect: add Overflow methods to Type
Jes Cok
2024-02-17
reflect: make Value.Comparable return true for nil interface value
Jes Cok
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-11-19
reflect: optimize Value.IsZero for struct types
qiulaidongfeng
2023-11-16
reflect: uncomment allocation test
Cherry Mui
2023-11-15
reflect: optimize Value.IsZero for array types
qiulaidongfeng
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-11-02
reflect: pass the right element type in verifyGCBitsSlice
Michael Anthony Knyszek
2023-09-01
reflect: make Value.IsZero identical to v == zero
Joe Tsai
2023-07-21
reflect: panic on recv channel close
Mauri de Souza Meneguzzo
2023-05-12
Revert "reflect: change rtype so that it (not *rtype) implements Type"
Austin Clements
2023-05-11
reflect: change rtype so that it (not *rtype) implements Type
David Chase
2023-03-22
reflect: add test for interface type NumMethod
Cuong Manh Le
2023-01-30
reflect,runtime: add Value.Clear
Cuong Manh Le
2023-01-23
internal/abi,runtime: refactor map constants into one place
David Chase
2022-11-04
reflect: rewrite value.Equal to avoid allocations
Ian Lance Taylor
2022-10-17
reflect: panic when Value.Equal using two non-comparable values
hopehook
2022-10-15
reflect: add Value.Grow
Joe Tsai
2022-10-03
reflect: fix race condition on funcTypes
Cuong Manh Le
2022-09-19
reflect: rtype.MethodByName using binary search
cuiweixie
2022-09-16
reflect: allow conversion from slice to array
Cuong Manh Le
2022-09-13
reflect: move benchmarks to its own file
Cuong Manh Le
2022-09-07
reflect: use strings.Builder
cuiweixie
2022-09-01
reflect: fix Value.SetIterXXX to check for the read-only bit
Joe Tsai
[next]