aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/reflect/value.go
AgeCommit message (Expand)Author
2021-11-12reflect: add support for DeepEqualAyke van Laethem
2021-11-12reflect: fix Value.Index() in a specific caseAyke van Laethem
2021-11-12reflect: implement Value.Elem() for interface valuesAyke van Laethem
2021-11-12reflect: don't construct an interface-in-interface valueAyke van Laethem
2021-11-02compiler, runtime: add layout parameter to runtime.allocAyke van Laethem
2021-06-02reflect: add stubs required for net/httpFederico G. Schwindt
2021-05-22reflect: implement AppendSliceAyke van Laethem
2021-05-22reflect: use SliceHeader and StringHeader variant for internal useAyke van Laethem
2021-04-12reflect: implement New functionAyke van Laethem
2021-03-28reflect: implement Value.CanAddrAyke van Laethem
2021-03-24reflect: check for access in the Interface method callAyke van Laethem
2021-03-23reflect: implement a number of stub functionsAyke van Laethem
2021-03-23reflect: let reflect.Type be of interface typeAyke van Laethem
2020-06-23extend stdlib to allow import of more packages (#1099)Cornel
2020-05-12reflect: add Cap and Len support for map and chancornelk
2020-03-27compiler,runtime: use LLVM intrinsics for memcpy/memmoveAyke van Laethem
2019-09-22replace reflect.interfaceHeader with strongly typed runtime functionsJaden Weiss
2019-08-19reflect: implement support for array typesAyke van Laethem
2019-08-11reflect: fix IsNil and Pointer for addressable pointer typesAyke van Laethem
2019-08-08reflect: add support for struct typesAyke van Laethem
2019-08-08reflect: implement Type.AssignableToAyke van Laethem
2019-06-18Add test command to tinygo (#243)Carolyn Van Slyck
2019-06-03reflect: stub out reflect.New and reflect.ZeroTomer Elmalem
2019-04-13all: check formatting on CIAyke van Laethem
2019-03-23reflect: add stubs for Value.MapRangeAyke van Laethem
2019-02-05reflect: implement Value.Set*() for basic typesAyke van Laethem
2019-02-05reflect: add limited support for all type kindsAyke van Laethem
2019-02-05reflect: support slices and indexing of strings and slicesAyke van Laethem
2019-02-05reflect: add support for non-named basic typesAyke van Laethem
2019-02-05reflect: add reflect.TypeOfAyke van Laethem
2018-11-03reflect: add more stubs for encoding/binaryAyke van Laethem
2018-10-23reflect: add stub reflect packageAyke van Laethem