aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/all_test.go
AgeCommit message (Expand)Author
2026-01-27reflect: allow conversions between slices of named {byte,rune} and stringKeith Randall
2025-11-25reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethodQuentin Quaadgras
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-09reflect: remove timeout in TestChanOfGCMichael Anthony Knyszek
2025-09-23reflect: allocate memory in TypeAssert[I] only when the assertion succeedsMateusz Poliwczak
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-06-27reflect: fix TypeAssert on nil interface valuesJoe Tsai
2025-05-20reflect: turn off allocation test if instrumentation is onkhr@golang.org
2025-05-20reflect: add TypeAssert[T]Mateusz Poliwczak
2025-05-13reflect: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2025-02-03all: run gofmtIan Lance Taylor
2024-11-21reflect: add test of maps with keys larger than key sizeMichael Pratt
2024-11-18runtime: get rid of gc programs for typesKeith Randall
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-09-10runtime, reflect: avoid allocation in structType.Field common casesIan Lance Taylor
2024-09-06reflect: gofmt all_test.goIan Lance Taylor
2024-08-02all: split old and swiss map abi and compiler integrationMichael Pratt
2024-07-31reflect: add flag tests for MapOfMichael Pratt
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-22Refactor output messageLev Ustimenko
2024-04-19reflect: omit anonymous field name from StructOf type stringIan Lance Taylor
2024-04-02all: add reflect.SliceAt functionCuong Manh Le
2024-04-02reflect: handle String kind in Value.{Pointer,UnsafePointer}Cuong Manh Le
2024-02-28reflect: add Overflow methods to TypeJes Cok
2024-02-17reflect: make Value.Comparable return true for nil interface valueJes Cok
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-19reflect: optimize Value.IsZero for struct typesqiulaidongfeng
2023-11-16reflect: uncomment allocation testCherry Mui
2023-11-15reflect: optimize Value.IsZero for array typesqiulaidongfeng
2023-11-09runtime: implement experiment to replace heap bitmap with alloc headersMichael Anthony Knyszek
2023-11-02reflect: pass the right element type in verifyGCBitsSliceMichael Anthony Knyszek
2023-09-01reflect: make Value.IsZero identical to v == zeroJoe Tsai
2023-07-21reflect: panic on recv channel closeMauri de Souza Meneguzzo
2023-05-12Revert "reflect: change rtype so that it (not *rtype) implements Type"Austin Clements
2023-05-11reflect: change rtype so that it (not *rtype) implements TypeDavid Chase
2023-03-22reflect: add test for interface type NumMethodCuong Manh Le
2023-01-30reflect,runtime: add Value.ClearCuong Manh Le
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2022-11-04reflect: rewrite value.Equal to avoid allocationsIan Lance Taylor
2022-10-17reflect: panic when Value.Equal using two non-comparable valueshopehook
2022-10-15reflect: add Value.GrowJoe Tsai
2022-10-03reflect: fix race condition on funcTypesCuong Manh Le
2022-09-19reflect: rtype.MethodByName using binary searchcuiweixie
2022-09-16reflect: allow conversion from slice to arrayCuong Manh Le
2022-09-13reflect: move benchmarks to its own fileCuong Manh Le
2022-09-07reflect: use strings.Buildercuiweixie
2022-09-01reflect: fix Value.SetIterXXX to check for the read-only bitJoe Tsai