aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/export_test.go
AgeCommit message (Expand)Author
2021-06-17[dev.typeparams] reflect: delete unused ptrSize and PtrSizeMichael Anthony Knyszek
2021-06-17[dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSiz...Michael Anthony Knyszek
2021-04-06reflect: refactor funcLayout testsMichael Anthony Knyszek
2021-03-18reflect: add tests for reflect.Value.Call for the new ABIMichael Anthony Knyszek
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2019-10-22reflect: fix unsafe conversions reported by -d=checkptrMatthew Dempsky
2019-03-25runtime: remove kindNoPointersKeith Randall
2018-09-29reflect: ensure correct scanning of return valuesKeith Randall
2017-12-01reflect: audit and explain safety of all unsafe.Pointer additionsRuss Cox
2017-08-16reflect: remove useless parameter from newNameDaniel Martí
2016-11-10reflect: unexported fields are tied to a packageDavid Crawshaw
2016-05-26runtime: tell race detector about reflectOffs.lockDavid Crawshaw
2016-04-22cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw
2016-04-18cmd/compile, etc: use name offset in method tablesDavid Crawshaw
2016-04-13cmd/compile, etc: store method tables as offsetsDavid Crawshaw
2016-04-12cmd/link, etc: store typelinks as offsetsDavid Crawshaw
2016-03-31cmd/compile: include pkgPath on all struct typesDavid Crawshaw
2016-03-25reflect: test name data is alignedDavid Crawshaw
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24cmd/compile: embed type string header in rtypeDavid Crawshaw
2015-10-26reflect: adjust access to unexported embedded structsMarcel van Lohuizen
2015-07-31cmd/compile, runtime: fix placement of map bucket overflow pointer on naclRuss Cox
2015-05-16runtime: replace GC programs with simpler encoding, faster decoderRuss Cox
2015-05-11runtime: use 1-bit pointer bitmaps in type representationRuss Cox
2015-04-21reflect: implement ArrayOfSebastien Binet
2015-04-16reflect: add FuncOf functionDave Day
2015-01-28reflect: cache call framesDmitry Vyukov
2014-12-26reflect, runtime: gofmtmattn
2014-12-23reflect: more function layout testsKeith Randall
2014-12-01reflect: Fix reflect.funcLayout. The GC bitmap has two bits perKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox