summaryrefslogtreecommitdiff
path: root/libgo/go/reflect
Commit message (Expand)AuthorAgeFilesLines
* libgo: update to Go1.14beta1Ian Lance Taylor2020-01-214-144/+193
* compiler, runtime, reflect: generate hash functions only for map keysIan Lance Taylor2020-01-022-88/+56
* re PR go/91781 (r275691 breaks go test "reflect")Ian Lance Taylor2019-09-172-9/+36
* reflect: unexport FFICallbackGo; use go:linkname insteadIan Lance Taylor2019-09-172-8/+9
* libgo: update to Go1.13Ian Lance Taylor2019-09-121-0/+21
* libgo: update to Go 1.13beta1 releaseIan Lance Taylor2019-09-065-97/+358
* compile, runtime: permit anonymous and empty fields in C headerIan Lance Taylor2019-08-301-1/+0
* compiler, runtime, reflect: generate unique type descriptorsIan Lance Taylor2019-06-031-66/+65
* reflect: correctly handle direct interface typed receiver in Value.callIan Lance Taylor2019-05-081-1/+1
* compiler,runtime: do more direct interfacesIan Lance Taylor2019-05-012-7/+15
* libgo: update to Go1.12beta2Ian Lance Taylor2019-01-184-23/+254
* compiler, runtime: panic on uncomparable map key, even if map is emptyIan Lance Taylor2019-01-151-16/+42
* libgo: update to Go 1.11.1 releaseIan Lance Taylor2018-10-083-13/+13
* libgo: update to Go 1.11Ian Lance Taylor2018-09-245-117/+203
* compiler, runtime: remove hmap field from maptypesIan Lance Taylor2018-08-291-1/+0
* reflect: fix StructOf hash and stringIan Lance Taylor2018-06-062-2/+13
* reflect: canonicalize types returned by StructOf() and friendsIan Lance Taylor2018-06-052-20/+33
* reflect: enable allocation testsIan Lance Taylor2018-02-021-6/+0
* compiler: omit field name for embedded fields in reflection stringIan Lance Taylor2018-02-011-0/+8
* libgo: update to Go1.10beta2 releaseIan Lance Taylor2018-01-171-1/+2
* libgo: update to Go1.10beta1Ian Lance Taylor2018-01-095-80/+348
* libgo: update to go1.9Ian Lance Taylor2017-09-145-295/+471
* compiler, runtime: simplify select and channel operationsIan Lance Taylor2017-09-141-4/+4
* compiler, reflect: fix struct field names for embedded aliasesIan Lance Taylor2017-09-143-93/+89
* Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor2017-05-101-264/+275
* libgo: update to Go 1.8.1 releaseIan Lance Taylor2017-04-171-1/+34
* libgo: update to final Go 1.8 releaseIan Lance Taylor2017-02-172-3/+11
* libgo: update to go1.8rc2Ian Lance Taylor2017-01-232-1/+70
* libgo: update to Go 1.8 release candidate 1Ian Lance Taylor2017-01-148-61/+444
* compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor2017-01-101-15/+11
* runtime: rewrite panic/defer code from C to GoIan Lance Taylor2016-11-221-4/+16
* runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor2016-11-183-14/+12
* compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor2016-09-211-78/+79
* libgo: update to Go 1.7.1 releaseIan Lance Taylor2016-09-101-0/+2
* libgo: update to go1.7rc3Ian Lance Taylor2016-07-228-144/+1244
* reflect: change Value.Call results to not be addressableIan Lance Taylor2016-04-122-3/+11
* libgo: Update to go1.6rc1.Ian Lance Taylor2016-02-034-31/+345
* re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor2015-11-073-14/+21
* runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor2015-10-315-246/+1082
* compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor2015-10-291-6/+0
* compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor2015-10-291-2/+2
* re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor2015-04-171-7/+1
* libgo: Upgrade to Go 1.4.2 release.Ian Lance Taylor2015-03-061-15/+20
* Add attribute unused to dummy arguments in ffi stubRichard Henderson2015-01-191-1/+2
* reflect: Fix build for systems that do not define ffi_go_closure.Ian Lance Taylor2015-01-193-7/+7
* compiler, reflect, runtime: Use static chain for closures.Richard Henderson2015-01-1612-2205/+48
* reflect: Correct error in conversion of s390x support to Go 1.4.Ian Lance Taylor2015-01-151-1/+1
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor2015-01-1510-493/+707
* libgo: add s390 supportIan Lance Taylor2014-11-044-2/+976
* reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor2014-10-201-11/+11