aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2023-03-15reflect: fix IsNil() for interfacesDamian Gryski
2023-03-15reflect: MapIter.Next() needs to allocate new keys/values every timeDamian Gryski
2023-03-15reflect: add UnsafePointer() for Func typesDamian Gryski
2023-03-15reflect: move StructField.Anonymous field to match upstream locationDamian Gryski
2023-03-14reflect: TypeOf(nil) should be nilDamian Gryski
2023-03-14reflect: call decomposeInterface() directly in TypeOf()Damian Gryski
2023-03-14reflect: add type check to Value.Field()Damian Gryski
2023-03-14reflect: fix off-by-one in Zero sizingDamian Gryski
2023-03-14reflect: Type.AssignableTo(): you can assign anything to interface{}Damian Gryski
2023-03-14reflect: set Index field in Field()Damian Gryski
2023-03-14debug: stub SetGCPercent()Damian Gryski
2023-03-14reflect: add stub for StructOf()Damian Gryski
2023-03-14reflect: add stubs for Method(), CanConvert(), ArrayOf()Damian Gryski
2023-03-14reflect: add UnsafeAddr()Damian Gryski
2023-03-14reflect: fix Addr() indirect value/flags and add tests.Damian Gryski
2023-03-12machine/rp2040: correct Flash implementationdeadprogram
2023-03-12machine/flash: refactor to keep use of pure offset relative to startdeadprogram
2023-03-12machine/rp2040: implement Flash interfacedeadprogram
2023-03-12arm: enable functions in RAM for go & cgoKenneth Bell
2023-03-12machine/rp2040: change uart to allow for a single pinsago35
2023-03-12wioterminal: fix pin definition of BCM13sago35
2023-03-10reflect: add support for remaining map typesDamian Gryski
2023-03-10syscall: remove misleading comment about Stat_t fieldsDamian Gryski
2023-03-10syscall: add Timespec.Unix() for wasi.Damian Gryski
2023-03-10os,syscall: Stat_t timespec fields are Atimespec on darwinDamian Gryski
2023-03-10Added missing TCPAddr and UDPAddr implementations to the net packageJustin A. Wilson
2023-03-09machine/samd51: disable/restore Flash cache on write/erasedeadprogram
2023-03-09machine/samd51: implement Flash interfacedeadprogram
2023-03-08compiler, reflect: replace package and name length with null-byte terminationDamian Gryski
2023-03-08compiler, reflect: add Type.PkgPathDamian Gryski
2023-03-08reflect: improve Value.String()Damian Gryski
2023-03-08reflect: add Type.String()Damian Gryski
2023-03-08compiler, reflect: add support for named typesDamian Gryski
2023-03-08machine/atsamd51: remove extra BK0RDY clearsago35
2023-03-08machine/samd21: implement Flash interface (#3496)Ron Evans
2023-03-07machine/rp2040: correct issue with spi pin validationsago35
2023-03-05os: add IsTimeout functionChristian Stewart
2023-03-05Refactor EnableInterrupts and DisableInterruptsJustin A. Wilson
2023-03-03reflect: ensure all ValueError panics have Kind fieldsDamian Gryski
2023-03-03reflect: add OverflowFloat(), OverflowInt(), OverflowUint()Damian Gryski
2023-03-03reflect: add Addr()Damian Gryski
2023-03-03reflect: add Zero()Damian Gryski
2023-03-03reflect: add SetLen()Damian Gryski
2023-03-03reflect: allow nil rawType to call Kind()Damian Gryski
2023-03-03reflect: add pointerTo()Damian Gryski
2023-03-03all: use unsafe.Add instead of unsafe.Pointer(uintptr(...) + ...)Ayke van Laethem
2023-03-03reflect: add Bytes()Damian Gryski
2023-03-03reflect: add Copy()Damian Gryski
2023-03-03reflect: add Slice3()Damian Gryski
2023-03-03reflect: add Slice()Damian Gryski