- d42c08a reflect,runtime: add Value.Clear by Cuong Manh Le · 2 years, 1 month ago
- e22bd23 internal/abi,runtime: refactor map constants into one place by David Chase · 2 years ago
- 7847260 reflect: correct tpoy in comment by Ian Lance Taylor · 2 years, 2 months ago
- 9f2951b reflect: remove deprecation notices from SliceHeader, StringHeader by Russ Cox · 2 years, 2 months ago
- 036696a doc/go1.20: finish most standard library TODOs by Russ Cox · 2 years, 2 months ago
- 821e310 all: add missing copyright header by cui fliter · 2 years, 2 months ago
- 26b2c9a reflect: use unsafe.String in name.name and name.tag by Tobias Klauser · 2 years, 2 months ago
- a343f40 reflect: rewrite value.Equal to avoid allocations by Ian Lance Taylor · 2 years, 2 months ago
- a749850 all: fix function names in comments by cui fliter · 2 years, 2 months ago
- 7ffc1e4 reflect: panic when Value.Equal using two non-comparable values by hopehook · 2 years, 3 months ago
- 61f0409 reflect: add Value.Grow by Joe Tsai · 2 years, 10 months ago
- e0d01b8 arena: add experimental arena package by Michael Anthony Knyszek · 2 years, 5 months ago
- e7d203f reflect: avoid unnecessary copy of funcTypes by Zeke Lu · 2 years, 3 months ago
- 6d8ec89 reflect: fix race condition on funcTypes by Cuong Manh Le · 2 years, 3 months ago
- b0f8e20 reflect: clarify that Value.Comparable checks the value by Ian Lance Taylor · 2 years, 3 months ago
- 63668a5 reflect: create funcTypes using StructOf by cuiweixie · 2 years, 5 months ago
- c3728b7 reflect: simplify Value.Comparable by cuiweixie · 2 years, 4 months ago
- 0053ec4 reflect: rtype.MethodByName using binary search by cuiweixie · 2 years, 5 months ago
- 805f174 reflect: allow conversion from slice to array by Cuong Manh Le · 2 years, 4 months ago
- 5bbee7a reflect: move benchmarks to its own file by Cuong Manh Le · 2 years, 4 months ago
- 4108970 all: transfer reflect.{SliceHeader, StringHeader} to unsafeheader.{Slice, String} by hopehook · 2 years, 4 months ago
- d734203 reflect: deprecate SliceHeader and StringHeader by hopehook · 2 years, 4 months ago
- cdb270c reflect: fix stale Value.kind documentation by Joe Tsai · 2 years, 5 months ago
- c75d197 reflect: use strings.Builder by cuiweixie · 2 years, 4 months ago
- 91ef076 reflect: fix Value.SetIterXXX to check for the read-only bit by Joe Tsai · 2 years, 5 months ago
- ee0e40a reflect: use cgo.Incomplete instead of go:notinheap in tests by Cuong Manh Le · 2 years, 5 months ago
- 47f8db3 reflect: clarify Value.Equal behavior for non-comparable values by Cuong Manh Le · 2 years, 4 months ago
- 7393049 reflect: simplify array value comparable check by Cuong Manh Le · 2 years, 4 months ago
- acabf87 reflect: add Value.{Comparable,Equal} by cuiweixie · 2 years, 5 months ago
- bc1d0d8 reflect: add Value.SetZero by Joe Tsai · 2 years, 7 months ago
- d7a3fa1 reflect: FuncOf support more than 50 arguments by cuiweixie · 2 years, 5 months ago
- 1ab6b79 reflect: optimize Value.IsZero by Joe Tsai · 2 years, 7 months ago
- 9e6cd39 all: clean up unreachable Continue after Fatal by hopehook · 2 years, 5 months ago
- e49e876 runtime: process ptr bitmaps one word at a time by Keith Randall · 2 years, 8 months ago
- 6a9c674 runtime: redo heap bitmap by Keith Randall · 2 years, 8 months ago
- 8298c54 reflect: fix stale Value.Pointer comment by Joe Tsai · 2 years, 8 months ago
- ad0287f Revert "runtime: redo heap bitmap" by Keith Randall · 2 years, 5 months ago
- e1a8e0e Revert "runtime: process ptr bitmaps one word at a time" by Keith Randall · 2 years, 5 months ago
- a292b39 internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff by Cuong Manh Le · 2 years, 5 months ago
- ebf182c reflect: avoid TypeOf in init by Joe Tsai · 2 years, 5 months ago
- c3833a5 runtime: process ptr bitmaps one word at a time by Keith Randall · 2 years, 8 months ago
- b589208 runtime: redo heap bitmap by Keith Randall · 2 years, 8 months ago
- 5405df0 reflect: use doc links to refer to package "unsafe" by Cuong Manh Le · 2 years, 5 months ago
- 91baf5ce reflect: fix reference comment to runtime/map.go by Koichi Shiraishi · 2 years, 8 months ago
- c22a6c3 reflect: when StructOf overflows computing size/offset, panic by Keith Randall · 2 years, 7 months ago
- e1e66a0 cmd/compile,runtime,reflect: move embedded bit from offset to name by Keith Randall · 2 years, 7 months ago
- e6d8b05 Revert "reflect: deprecate (Slice|String)Header" by Ian Lance Taylor · 2 years, 8 months ago
- 74f0ccb reflect: store receiver in pointer slot for reflect call by Cherry Mui · 2 years, 8 months ago
- 1371339 go, math, os, reflect: support standard library for loong64 by Xiaodong Liu · 2 years, 8 months ago
- 81a9a7f reflect: add example for FieldByName by Mostafa Solati · 2 years, 8 months ago
- bc2e961 reflect: deprecate (Slice|String)Header by Carlo Alberto Ferraris · 2 years, 9 months ago
- 93218ea reflect: implement float32 for regabi riscv64 by Meng Zhuo · 2 years, 8 months ago
- 8b389eb reflect: derive correct Value method in panic messages by Joe Tsai · 2 years, 9 months ago
- 11a650b reflect: ensure map keys match key type in MapIndex and SetMapIndex by Dan Kortschak · 2 years, 9 months ago
- 892cd0b reflect: support Len and Cap on pointer-to-array Value by cuiweixie · 2 years, 9 months ago
- 67d6be1 reflect: make more Value methods inlineable by Joe Tsai · 2 years, 9 months ago
- 01837ca reflect: in assignTo only allocate target if needed by Ian Lance Taylor · 2 years, 9 months ago
- 6de0088 reflect: remove unused overflowPad variable by Phil Kulin · 2 years, 9 months ago
- aa8262d reflect: adjust MapRange allocation test for noopt builder, take 2 by Keith Randall · 2 years, 9 months ago
- 689dc17 reflect: adjust MapRange allocation test for noopt builder by Keith Randall · 2 years, 9 months ago
- c5edd5f reflect: make Value.MapRange inlineable by Joe Tsai · 2 years, 9 months ago
- e948c33 reflect: make Value.Type inlineable by Joe Tsai · 2 years, 9 months ago
- 1930977 all: gofmt main repo by Russ Cox · 3 years ago
- 3e7ffb8 all: consistently use US spelling of present participles by Daniel Martí · 2 years, 9 months ago
- 9839668 all: separate doc comment from //go: directives by Russ Cox · 3 years ago
- 81431c7 all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments by Russ Cox · 3 years ago
- ac31352 reflect: fix Value.NumMethod docs by zlasd · 2 years, 10 months ago
- 884e75f reflect: fix the collision of variable name and package name by hopehook · 2 years, 11 months ago
- 690ac40 all: remove trailing blank doc comment lines by Russ Cox · 3 years ago
- 89dff11 all: fix TODO comment hanging indents by Russ Cox · 3 years ago
- bb2b16d reflect, runtime: add reflect support for regabi on riscv64 by Meng Zhuo · 3 years, 2 months ago
- ad646b3 Revert "reflect, runtime: add reflect support for regabi on riscv64" by mzh · 2 years, 10 months ago
- 56400fc reflect, runtime: add reflect support for regabi on riscv64 by Meng Zhuo · 3 years, 2 months ago
- 9f252a0 all: delete ARM64 non-register ABI fallback path by Cherry Mui · 2 years, 10 months ago
- d8bee94 reflect, runtime: drop RegabiArgs conditions by Cherry Mui · 2 years, 10 months ago
- 3684abb all: delete regabireflect goexperiment by Cherry Mui · 2 years, 10 months ago
- 0d71234 reflect: avoid panic in reflect.Kind.String for negative Kind by Russ Cox · 2 years, 10 months ago
- a5b8b56 reflect: allow Value.Bytes on addressable byte arrays by Joe Tsai · 3 years, 4 months ago
- 20b1772 reflect: call ABIInternal moveMakeFuncArgPtrs on ARM64 by Cherry Mui · 2 years, 11 months ago
- 2d1d548 reflect: update relative path in comment by Jing维 · 3 years, 1 month ago
- 1d3a5b4 reflect: fix name of type parameter by zhouguangyuan · 3 years, 1 month ago
- 2580d0e all: gofmt -w -r 'interface{} -> any' src by Russ Cox · 3 years, 1 month ago
- 23adc13 reflect: keep pointer in aggregate-typed args live in Call by Cherry Mui · 3 years, 2 months ago
- f19e400 all: remove more leftover // +build lines by Tobias Klauser · 3 years, 2 months ago
- 89c5270 reflect: avoid stack copies of hiter by Martin Möhrmann · 3 years, 2 months ago
- 33c392f reflect: add FieldByIndexErr by Rob Pike · 3 years, 3 months ago
- f229e70 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) by Russ Cox · 3 years, 5 months ago
- 2ff1074 reflect: undeprecate Ptr, PtrTo by Brad Fitzpatrick · 3 years, 2 months ago
- 056dfe6 reflect: undeprecate Value.{Pointer,UnsafeAddr} by Cuong Manh Le · 3 years, 2 months ago
- a3c4ac0 reflect: skip duplicate check in StructOf when the name of a field is "_" by zhouguangyuan · 3 years, 3 months ago
- 283d8a3 all: use reflect.{Pointer,PointerTo} by Cuong Manh Le · 3 years, 2 months ago
- 23e57e5 reflect: make Value.Pointer panic on bad notinheap pointers by Cuong Manh Le · 3 years, 3 months ago
- 07e5527 reflect: fix methodValueCall code pointer mismatch in Value.Pointer by Cuong Manh Le · 3 years, 3 months ago
- d7149e5 reflect: restore Value.Pointer implementation by Cuong Manh Le · 3 years, 3 months ago
- f92a358 reflect: fix methodValueCall code pointer mismatched by Cuong Manh Le · 3 years, 3 months ago
- 4d55072 reflect: add Value.UnsafePointer by Cuong Manh Le · 3 years, 4 months ago
- 543a513 reflect: add test that method values have the same code pointers by Cuong Manh Le · 3 years, 3 months ago
- 4251541 reflect: correct documentation of Value.UnsafeAddr by Cuong Manh Le · 3 years, 4 months ago
- 8331f25 reflect: make Elem panic on bad notinheap pointers by Keith Randall · 3 years, 4 months ago
- 1cbec68 reflect: fix SetIter test by Keith Randall · 3 years, 3 months ago