aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-03-28builder: provide fallback code for nixnix-buildidAyke van Laethem
2023-03-28machine/lorae5: correct mapping for I2C bus, add pin mapping to enable powerdeadprogram
2023-03-28fix resource leak in os.(*File).CloseAchille Roussel
2023-03-28compiler: only support //go:wasmimport on declared functionsAyke van Laethem
2023-03-27reflect: use direct calls to runtime string functionsAyke van Laethem
2023-03-27reflect: fix bug found by Convert() tests on wasiDamian Gryski
2023-03-27reflect: add missing Uintptr type and some numerical testsDamian Gryski
2023-03-27reflect: fix indirect issues with makeInt/makeUint/makeFloatDamian Gryski
2023-03-27reflect: typo in uint testDamian Gryski
2023-03-27reflect: document which Convert() cases are still unimplementedDamian Gryski
2023-03-27reflect: Convert(): add Float() conversionsDamian Gryski
2023-03-27reflect: add Convert() for string -> []byte and []byte -> stringDamian Gryski
2023-03-27reflect: Convert() for integer and float typesDamian Gryski
2023-03-27Update task_stack_cortexm.cwaj334
2023-03-27Refactor SystemStack function for arm targets.Justin A. Wilson
2023-03-25reflect: add test for map[interface{}]TDamian Gryski
2023-03-25reflect: fix key type logic for mapsDamian Gryski
2023-03-25reflect: Value.Set: fix direction of assignment checkDamian Gryski
2023-03-25reflect: convert non-interface to interface in Set()Damian Gryski
2023-03-25reflect: convert map elements to an interface, if neededDamian Gryski
2023-03-25reflect: SetMapIndex: use AssignableTo() instead of type equalityDamian Gryski
2023-03-25reflect: unpack interfaces in MapKeys() if neededDamian Gryski
2023-03-25reflect: tweak v.typecode.Key().(*rawType) -> v.typecode.key()Damian Gryski
2023-03-25reflect: fix typo in unit testDamian Gryski
2023-03-25reflect: add tests for map interface lookup fixesDamian Gryski
2023-03-25compiler: for interface maps, use the original named type if availableDamian Gryski
2023-03-25reflect: handle map-keys-as-interfaces for MapIter()Damian Gryski
2023-03-25reflect: uncomment all(?) the tests that passDamian Gryski
2023-03-25reflect: rename tests in value_test to avoid conflicts upstream testsDamian Gryski
2023-03-25reflct: reenable DeepEqual testsDamian Gryski
2023-03-25reflect: comment out all tests but keep importsDamian Gryski
2023-03-25reflect: replace all_test with copy from upstreamDamian Gryski
2023-03-24feat: fix typosshivay
2023-03-22Added Gopher Badge supportDaniel Esteban
2023-03-22wasm: implement the //go:wasmimport directiveAyke van Laethem
2023-03-22examples: use hid-keyboard example to show how to to override default USB VID...deadprogram
2023-03-22machine/usb: add ability to override default VID, PID, manufacturer name, and...deadprogram
2023-03-22compiler: add alloc attributes to runtime.allocAyke van Laethem
2023-03-22nrf: fix memory issue in ADC readAyke van Laethem
2023-03-21compiler: correctly generate code for local named typesAyke van Laethem
2023-03-21reflect; SetLen() requires an addressable valueDamian Gryski
2023-03-21reflect: fix some vet issuesDamian Gryski
2023-03-19reflect: tweak Type.String() for interfaces to make encoding/xml happyDamian Gryski
2023-03-19reflect: fix isBinary() for float typesDamian Gryski
2023-03-19reflect: tweak Type.String() to match what encoding/json expects for empty st...Damian Gryski
2023-03-19reflect: stub MapOf()Damian Gryski
2023-03-19builder: bump sizes testsDamian Gryski
2023-03-19transform: fix OptimizeReflectImplements pass for new named elem offsetDamian Gryski
2023-03-19reflect: make sure pointerTo() works for named typesDamian Gryski
2023-03-19compiler,reflect: sort out pkg path vs pkg name for named typesDamian Gryski