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
Age
Commit message (
Expand
)
Author
2022-11-09
all: add missing copyright header
cui fliter
2022-11-08
reflect: use unsafe.String in name.name and name.tag
Tobias Klauser
2022-11-04
reflect: rewrite value.Equal to avoid allocations
Ian Lance Taylor
2022-11-04
all: fix function names in comments
cui fliter
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-12
arena: add experimental arena package
Michael Anthony Knyszek
2022-10-04
reflect: avoid unnecessary copy of funcTypes
Zeke Lu
2022-10-03
reflect: fix race condition on funcTypes
Cuong Manh Le
2022-09-27
reflect: clarify that Value.Comparable checks the value
Ian Lance Taylor
2022-09-26
reflect: create funcTypes using StructOf
cuiweixie
2022-09-26
reflect: simplify Value.Comparable
cuiweixie
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-09
all: transfer reflect.{SliceHeader, StringHeader} to unsafeheader.{Slice, Str...
hopehook
2022-09-09
reflect: deprecate SliceHeader and StringHeader
hopehook
2022-09-07
reflect: fix stale Value.kind documentation
Joe Tsai
2022-09-07
reflect: use strings.Builder
cuiweixie
2022-09-01
reflect: fix Value.SetIterXXX to check for the read-only bit
Joe Tsai
2022-08-31
reflect: use cgo.Incomplete instead of go:notinheap in tests
Cuong Manh Le
2022-08-30
reflect: clarify Value.Equal behavior for non-comparable values
Cuong Manh Le
2022-08-29
reflect: simplify array value comparable check
Cuong Manh Le
2022-08-26
reflect: add Value.{Comparable,Equal}
cuiweixie
2022-08-26
reflect: add Value.SetZero
Joe Tsai
2022-08-26
reflect: FuncOf support more than 50 arguments
cuiweixie
2022-08-24
reflect: optimize Value.IsZero
Joe Tsai
2022-08-17
all: clean up unreachable Continue after Fatal
hopehook
2022-08-16
runtime: process ptr bitmaps one word at a time
Keith Randall
2022-08-16
runtime: redo heap bitmap
Keith Randall
2022-08-11
reflect: fix stale Value.Pointer comment
Joe Tsai
2022-08-09
Revert "runtime: redo heap bitmap"
Keith Randall
2022-08-09
Revert "runtime: process ptr bitmaps one word at a time"
Keith Randall
2022-08-09
internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff
Cuong Manh Le
2022-08-08
reflect: avoid TypeOf in init
Joe Tsai
2022-08-08
runtime: process ptr bitmaps one word at a time
Keith Randall
2022-08-08
runtime: redo heap bitmap
Keith Randall
2022-08-08
reflect: use doc links to refer to package "unsafe"
Cuong Manh Le
2022-06-15
reflect: fix reference comment to runtime/map.go
Koichi Shiraishi
2022-06-14
reflect: when StructOf overflows computing size/offset, panic
Keith Randall
2022-06-14
cmd/compile,runtime,reflect: move embedded bit from offset to name
Keith Randall
2022-05-26
Revert "reflect: deprecate (Slice|String)Header"
Ian Lance Taylor
2022-05-23
reflect: store receiver in pointer slot for reflect call
Cherry Mui
2022-05-20
go, math, os, reflect: support standard library for loong64
Xiaodong Liu
2022-05-19
reflect: add example for FieldByName
Mostafa Solati
2022-05-18
reflect: deprecate (Slice|String)Header
Carlo Alberto Ferraris
2022-05-04
reflect: implement float32 for regabi riscv64
Meng Zhuo
2022-05-04
reflect: derive correct Value method in panic messages
Joe Tsai
2022-04-30
reflect: ensure map keys match key type in MapIndex and SetMapIndex
Dan Kortschak
2022-04-25
reflect: support Len and Cap on pointer-to-array Value
cuiweixie
[prev]
[next]