aboutsummaryrefslogtreecommitdiff
path: root/src/reflect
AgeCommit message (Expand)Author
2022-04-21reflect: make more Value methods inlineableJoe Tsai
2022-04-21reflect: in assignTo only allocate target if neededIan Lance Taylor
2022-04-20reflect: remove unused overflowPad variablePhil Kulin
2022-04-19reflect: adjust MapRange allocation test for noopt builder, take 2Keith Randall
2022-04-19reflect: adjust MapRange allocation test for noopt builderKeith Randall
2022-04-18reflect: make Value.MapRange inlineableJoe Tsai
2022-04-17reflect: make Value.Type inlineableJoe Tsai
2022-04-11all: gofmt main repoRuss Cox
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-04reflect: fix Value.NumMethod docszlasd
2022-04-04reflect: fix the collision of variable name and package namehopehook
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-04-01reflect, runtime: add reflect support for regabi on riscv64Meng Zhuo
2022-03-28Revert "reflect, runtime: add reflect support for regabi on riscv64"mzh
2022-03-27reflect, runtime: add reflect support for regabi on riscv64Meng Zhuo
2022-03-18all: delete ARM64 non-register ABI fallback pathCherry Mui
2022-03-18reflect, runtime: drop RegabiArgs conditionsCherry Mui
2022-03-18all: delete regabireflect goexperimentCherry Mui
2022-03-15reflect: avoid panic in reflect.Kind.String for negative KindRuss Cox
2022-03-02reflect: allow Value.Bytes on addressable byte arraysJoe Tsai
2022-02-18reflect: call ABIInternal moveMakeFuncArgPtrs on ARM64Cherry Mui
2021-12-21reflect: update relative path in commentJing维
2021-12-16reflect: fix name of type parameterzhouguangyuan
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-12reflect: keep pointer in aggregate-typed args live in CallCherry Mui
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-10-31reflect: avoid stack copies of hiterMartin Möhrmann
2021-10-29reflect: add FieldByIndexErrRob Pike
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-28reflect: undeprecate Ptr, PtrToBrad Fitzpatrick
2021-10-28reflect: undeprecate Value.{Pointer,UnsafeAddr}Cuong Manh Le
2021-10-27reflect: skip duplicate check in StructOf when the name of a field is "_"zhouguangyuan
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-22reflect: make Value.Pointer panic on bad notinheap pointersCuong Manh Le
2021-10-19reflect: fix methodValueCall code pointer mismatch in Value.PointerCuong Manh Le
2021-10-19reflect: restore Value.Pointer implementationCuong Manh Le
2021-10-19reflect: fix methodValueCall code pointer mismatchedCuong Manh Le
2021-10-18reflect: add Value.UnsafePointerCuong Manh Le
2021-10-18reflect: add test that method values have the same code pointersCuong Manh Le
2021-10-18reflect: correct documentation of Value.UnsafeAddrCuong Manh Le
2021-10-15reflect: make Elem panic on bad notinheap pointersKeith Randall
2021-10-15reflect: fix SetIter testKeith Randall
2021-10-15reflect: rename Mapiter.SetKey to Value.SetIterKeyKeith Randall
2021-09-28reflect,runtime: add reflect support for regabi on PPC64Lynn Boger
2021-09-27reflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}Fabio Falzoi
2021-09-27runtime: make slice growth formula a bit smootherKeith Randall
2021-09-14reflect: use Value.Len instead of conversion to slice headerNevkontakte