]> Cypherpunks.ru repositories - gostls13.git/history - src/reflect
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / reflect /
2023-11-15 qiulaidongfengreflect: optimize Value.IsZero for array types
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-11-02 Michael Anthony... reflect: pass the right element type in verifyGCBitsSlice
2023-10-09 Jes Cokreflect: compute the median h uniformly
2023-09-22 Dominique Lefevrereflect: remove broken support for embedding of interfa...
2023-09-22 Jes Cokall: clean unnecessary casts for test files
2023-09-01 Joe Tsaireflect: make Value.IsZero identical to v == zero
2023-08-02 qiulaidongfengreflect: update Type.FieldByName documentation
2023-08-01 Keith Randallreflect: make linkable cross-references in documentation
2023-07-31 Carl Johnsonreflect: add TypeFor
2023-07-31 korzhaoreflect: optimize DeepEqual() for maps
2023-07-27 qiulaidongfengreflect: deprecate PtrTo
2023-07-21 Mauri de Souza Men... reflect: panic on recv channel close
2023-06-16 Michael Anthony... reflect: fix ArenaNew to match documentation
2023-05-12 Cherry Muireflect: make Value.IsZero not escape
2023-05-12 Cherry Muireflect: do not escape Value.Type
2023-05-12 Cherry Muireflect: allow Value be stack allocated
2023-05-12 Austin ClementsRevert "reflect: change rtype so that it (not *rtype...
2023-05-11 David Chaseruntime: redefine _type to abi.Type; add rtype for...
2023-05-11 David Chasereflect: change rtype so that it (not *rtype) implement...
2023-05-11 David Chasereflect: replacing almost all use of *rtype with *abi...
2023-05-10 David Chasereflect: move funcType to abi/type.go
2023-05-10 David Chasereflect: prepare fieldnames for moving to abi/type.go
2023-05-10 David Chaseinternal/abi,reflectlite,reflect,runtime: common up...
2023-05-10 David Chasereflect: move more types, constants, functions into...
2023-05-10 David Chaseinternal/abi: common up ArrayType
2023-05-10 David Chaseinternal/abi: common up Method, Imethod, UncommonType...
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2023-04-10 Daniel Martíreflect: remove typedmemmovepartial as it is unused
2023-04-04 cui fliterall: fix misuses of "a" vs "an"
2023-04-03 Russ Coxreflect: deprecate SliceHeader and StringHeader
2023-03-22 Cuong Manh Lereflect: add test for interface type NumMethod
2023-01-30 Cuong Manh Lereflect,runtime: add Value.Clear
2023-01-23 David Chaseinternal/abi,runtime: refactor map constants into one...
2022-11-29 Ian Lance Taylorreflect: correct tpoy in comment
2022-11-23 Russ Coxreflect: remove deprecation notices from SliceHeader...
2022-11-23 Russ Coxdoc/go1.20: finish most standard library TODOs
2022-11-09 cui fliterall: add missing copyright header
2022-11-08 Tobias Klauserreflect: use unsafe.String in name.name and name.tag
2022-11-04 Ian Lance Taylorreflect: rewrite value.Equal to avoid allocations
2022-11-04 cui fliterall: fix function names in comments
2022-10-17 hopehookreflect: panic when Value.Equal using two non-comparabl...
2022-10-15 Joe Tsaireflect: add Value.Grow
2022-10-12 Michael Anthony... arena: add experimental arena package
2022-10-04 Zeke Lureflect: avoid unnecessary copy of funcTypes
2022-10-03 Cuong Manh Lereflect: fix race condition on funcTypes
2022-09-27 Ian Lance Taylorreflect: clarify that Value.Comparable checks the value
2022-09-26 cuiweixiereflect: create funcTypes using StructOf
2022-09-26 cuiweixiereflect: simplify Value.Comparable
2022-09-19 cuiweixiereflect: rtype.MethodByName using binary search
2022-09-16 Cuong Manh Lereflect: allow conversion from slice to array
2022-09-13 Cuong Manh Lereflect: move benchmarks to its own file
2022-09-09 hopehookall: transfer reflect.{SliceHeader, StringHeader} to...
2022-09-09 hopehookreflect: deprecate SliceHeader and StringHeader
2022-09-07 Joe Tsaireflect: fix stale Value.kind documentation
2022-09-07 cuiweixiereflect: use strings.Builder
2022-09-01 Joe Tsaireflect: fix Value.SetIterXXX to check for the read...
2022-08-31 Cuong Manh Lereflect: use cgo.Incomplete instead of go:notinheap...
2022-08-30 Cuong Manh Lereflect: clarify Value.Equal behavior for non-comparabl...
2022-08-29 Cuong Manh Lereflect: simplify array value comparable check
2022-08-26 cuiweixiereflect: add Value.{Comparable,Equal}
2022-08-26 Joe Tsaireflect: add Value.SetZero
2022-08-26 cuiweixiereflect: FuncOf support more than 50 arguments
2022-08-24 Joe Tsaireflect: optimize Value.IsZero
2022-08-17 hopehookall: clean up unreachable Continue after Fatal
2022-08-16 Keith Randallruntime: process ptr bitmaps one word at a time
2022-08-16 Keith Randallruntime: redo heap bitmap
2022-08-11 Joe Tsaireflect: fix stale Value.Pointer comment
2022-08-09 Keith RandallRevert "runtime: redo heap bitmap"
2022-08-09 Keith RandallRevert "runtime: process ptr bitmaps one word at a...
2022-08-09 Cuong Manh Leinternal/testenv: add and use OptimizationOff/SkipIfOpt...
2022-08-08 Joe Tsaireflect: avoid TypeOf in init
2022-08-08 Keith Randallruntime: process ptr bitmaps one word at a time
2022-08-08 Keith Randallruntime: redo heap bitmap
2022-08-08 Cuong Manh Lereflect: use doc links to refer to package "unsafe"
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-15 Koichi Shiraishireflect: fix reference comment to runtime/map.go
2022-06-14 Keith Randallreflect: when StructOf overflows computing size/offset...
2022-06-14 Keith Randallcmd/compile,runtime,reflect: move embedded bit from...
2022-05-26 Ian Lance TaylorRevert "reflect: deprecate (Slice|String)Header"
2022-05-23 Cherry Muireflect: store receiver in pointer slot for reflect...
2022-05-20 Xiaodong Liugo, math, os, reflect: support standard library for...
2022-05-19 Mostafa Solatireflect: add example for FieldByName
2022-05-18 Carlo Alberto Ferrarisreflect: deprecate (Slice|String)Header
2022-05-04 Meng Zhuoreflect: implement float32 for regabi riscv64
2022-05-04 Joe Tsaireflect: derive correct Value method in panic messages
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-30 Dan Kortschakreflect: ensure map keys match key type in MapIndex...
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-25 cuiweixiereflect: support Len and Cap on pointer-to-array Value
2022-04-21 Joe Tsaireflect: make more Value methods inlineable
2022-04-21 Ian Lance Taylorreflect: in assignTo only allocate target if needed
2022-04-20 Phil Kulinreflect: remove unused overflowPad variable
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-19 Keith Randallreflect: adjust MapRange allocation test for noopt...
2022-04-19 Keith Randallreflect: adjust MapRange allocation test for noopt...
2022-04-18 Joe Tsaireflect: make Value.MapRange inlineable
2022-04-17 Joe Tsaireflect: make Value.Type inlineable
2022-04-11 Russ Coxall: gofmt main repo
2022-04-08 Daniel Martíall: consistently use US spelling of present participles
next