]> Cypherpunks.ru repositories - gostls13.git/history - src/reflect/all_test.go
[dev.typeparams] all: merge master (798ec73) into dev.typeparams
[gostls13.git] / src / reflect / all_test.go
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-21 Ian Lance Taylorreflect: add Value.CanConvert
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Michael Anthony... [dev.typeparams] reflect: use goarch.PtrSize instead...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Ian Lance Taylorreflect: use same conversion panic in reflect and runtime
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-10 Keith Randallcmd/compile,reflect: allow longer type names
2021-04-21 Josh Bleecher Snyderreflect: allow conversion from slice to array ptr
2021-04-20 Jinzhureflect: fix stack overflow panic when using haveIdenti...
2021-04-06 Michael Anthony... reflect: refactor funcLayout tests
2021-03-30 Ignacio Hagopianreflect: cache IsVariadic calls in Call
2021-03-15 Paschalis Tsiliasreflect: panic if ArrayOf is called with negative length
2021-02-25 Joe Tsaireflect: add Method.IsExported and StructField.IsExport...
2021-01-26 Dan Scales[dev.typeparams] cmd/compile: fix MethodExpr handling...
2021-01-26 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (5e4a0cd) into...
2021-01-25 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (063c72f) into...
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-22 Dan Scales[dev.typeparams] cmd/compile: disambiguate OXDOT in...
2021-01-07 Ian Lance TaylorRevert "reflect: support multiple keys in struct tags"
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-11-26 Robert Griesemerreflect: fix Value.Convert for int-to-string conversion...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-28 Cuong Manh LeRevert "cmd/compile: split exported/non-exported method...
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-09 Cuong Manh Lecmd/compile: split exported/non-exported methods for...
2020-10-06 Alexey Vilenskiyreflect: support multiple keys in struct tags
2020-10-02 Keith Randallall: drop 387 support
2020-10-01 Ian Lance Taylorreflect: add test for variadic reflect.Type.Method
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-18 Keith Randallreflect: use zero buffer to back the Value returned...
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-18 Matthew Dempskyruntime: eliminate scase.kind field
2020-08-17 Austin Clementsruntime: move checkmarks to a separate bitmap
2020-08-14 Alexander Klauerreflect: add parentheses to properly bind <- in ChanOf...
2020-06-19 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-18 Ian Lance Taylorreflect: handling flagIndir in DeepEqual potential...
2020-05-08 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-04 Kezhu Wangreflect: keep RO flags unchanged in Value.Addr
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-28 Martin Möhrmannreflect: reduce allocations for Select with up to 4...
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-21 Matthew Dempskyreflect: disallow invoking methods on unexported embedd...
2020-04-21 Ian Lance Taylorreflect: return user-visible method name in panic string
2020-04-02 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-01 Keith Randallreflect: when Converting between float32s, don't lose...
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-25 Keith RandallRevert "reflect: when Converting between float32s,...
2020-02-25 Keith Randallreflect: when Converting between float32s, don't lose...
2020-02-24 Milan Patelreflect: update Select to panic early on excessive...
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-12-19 Ian Lance Taylorreflect: record PkgPath of StructOf arguments
2019-11-15 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-15 go101reflect: factor out special channel assignability rule...
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-10 Brad Fitzpatrickall: remove nacl (part 3, more amd64p32)
2019-10-09 Brad Fitzpatrickall: remove the nacl port (part 1)
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-09-28 David Crawshawreflect: let StructOf define unexported fields
2019-09-11 Huan Dureflect: fix panic in DeepEqual when checking a cycle
2019-08-14 Cherry Zhangreflect: align first argument in callMethod
2019-05-08 Cherry Zhangreflect: add a test for Calling a Method of a direct...
2019-05-06 Shulhanall: simplify code using "gofmt -s -w"
2019-05-02 Keith Randallreflect: MakeFunc: allow assignment conversions on...
2019-04-16 Daniel Martíall: clean up code with token.IsExported
2019-04-13 Romain Bauguereflect: add Value.IsZero
2018-12-24 Andrew Bonventrereflect: fix panic when Value.IsNil is called for Unsaf...
2018-11-06 Raghavendra Nagarajreflect: fix StructOf panics from too many methods...
2018-10-03 Keith Randallcmd/compile,runtime: implement stack objects
2018-09-29 Keith Randallreflect: ensure correct scanning of return values
2018-08-24 Keith Randallreflect: use a bigger object when we need a finalizer...
2018-08-22 Alan Donovanreflect: add Value.MapRange method and MapIter type
2018-06-27 Ian Lance Taylorreflect: prevent additional StructOf embedded method...
2018-06-06 Ian Lance Taylorreflect: add StructOf test case that gccgo used to...
2018-06-05 Ian Lance Taylorreflect: check that types match without calling TypeOf
2018-05-10 Robert Griesemerreflect: use 'defined' rather than 'named', use 'embedd...
2018-02-14 Ian Lance Taylorreflect: add embedded field test
2017-12-01 Russ Coxreflect: fix interface to interface conversion in Call
2017-10-13 Tim Cooperreflect: allow Copy to a byte array or byte slice from...
2017-09-28 Matthew Dempskyreflect: fix method indexing for non-ASCII exported...
2017-09-27 Matthew Dempskyreflect: fix mutability of non-exported embedded fields
2017-09-19 Cherry Zhangreflect: fix pointer past-the-end in Call with zero...
2017-09-05 Matthew Dempskycmd/compile: fix and improve struct field reflect infor...
2017-08-23 André Carvalhoreflect: handle types with unexported methods before...
2017-07-15 Ian Lance Taylorreflect: make StructOf panic for methods that don't...
2017-06-13 Pravendra Singhreflect: prevent structs with invalid field name
2017-05-10 Daniel Martíreflect: don't panic in ArrayOf if elem size is 0
2017-05-10 Daniel Martíreflect: fix String of new array types
2017-04-26 Bryan C. Millsreflect: parallelize benchmarks
2017-04-04 Filip Gruszczyńskireflect: add MakeMapWithSize for creating maps with...
2017-03-29 Austin Clementsreflect: fix out-of-bounds pointers calling no-result...
next