]> Cypherpunks.ru repositories - gostls13.git/history - src/reflect/value.go
reflect: optimize Value.IsZero for array types
[gostls13.git] / src / reflect / value.go
2023-11-15 qiulaidongfengreflect: optimize Value.IsZero for array types
2023-09-01 Joe Tsaireflect: make Value.IsZero identical to v == zero
2023-08-01 Keith Randallreflect: make linkable cross-references in documentation
2023-07-21 Mauri de Souza Men... reflect: panic on recv channel close
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 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-01-30 Cuong Manh Lereflect,runtime: add Value.Clear
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-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-09-27 Ian Lance Taylorreflect: clarify that Value.Comparable checks the value
2022-09-26 cuiweixiereflect: simplify Value.Comparable
2022-09-16 Cuong Manh Lereflect: allow conversion from slice to array
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-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-24 Joe Tsaireflect: optimize Value.IsZero
2022-08-11 Joe Tsaireflect: fix stale Value.Pointer comment
2022-08-08 Joe Tsaireflect: avoid TypeOf in init
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-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-18 Carlo Alberto Ferrarisreflect: deprecate (Slice|String)Header
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 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
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-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-04 zlasdreflect: fix Value.NumMethod docs
2022-04-04 hopehookreflect: fix the collision of variable name and package...
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-02 Joe Tsaireflect: allow Value.Bytes on addressable byte arrays
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-12 Cherry Muireflect: keep pointer in aggregate-typed args live...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-31 Martin Möhrmannreflect: avoid stack copies of hiter
2021-10-29 Rob Pikereflect: add FieldByIndexErr
2021-10-28 Cuong Manh Lereflect: undeprecate Value.{Pointer,UnsafeAddr}
2021-10-26 Cuong Manh Leall: use reflect.{Pointer,PointerTo}
2021-10-22 Cuong Manh Lereflect: make Value.Pointer panic on bad notinheap...
2021-10-19 Cuong Manh Lereflect: fix methodValueCall code pointer mismatch...
2021-10-19 Cuong Manh Lereflect: restore Value.Pointer implementation
2021-10-19 Cuong Manh Lereflect: fix methodValueCall code pointer mismatched
2021-10-18 Cuong Manh Lereflect: add Value.UnsafePointer
2021-10-18 Cuong Manh Lereflect: correct documentation of Value.UnsafeAddr
2021-10-15 Keith Randallreflect: make Elem panic on bad notinheap pointers
2021-10-15 Keith Randallreflect: rename Mapiter.SetKey to Value.SetIterKey
2021-09-27 Fabio Falzoireflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}
2021-09-27 Keith Randallruntime: make slice growth formula a bit smoother
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-14 Nevkontaktereflect: use Value.Len instead of conversion to slice...
2021-09-13 Keith Randallreflect: fix _faststr optimization
2021-09-11 Joe Tsaireflect: optimize for maps with string keys
2021-09-09 Michael Anthony... reflect: add hooks for dealing with narrow width floats
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-07 Josh Bleecher Snyderreflect: rename MapIter method receiver variable from...
2021-09-07 Josh Bleecher Snyderreflect: add MapIter.Reset
2021-09-05 Josh Bleecher Snyderreflect: improve panic when MapIter has no associated...
2021-09-05 Josh Bleecher Snyderreflect: allocate hiter as part of MapIter
2021-08-26 Michael Matloob[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgo
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-24 Josh Bleecher Snyderreflect: add MapIter.SetKey and MapIter.SetValue
2021-08-23 Lynn Bogerreflect: fix memmove for big endian cases with new ABI
2021-08-17 Yasuhiro Matsumotoall: fix typos
next