3404 Commits (a2f95d6b87418cc4a75892a43a6a405674aab876)
 

Author SHA1 Message Date
Damian Gryski a2f95d6b87 main: stuff test runner options into their own struct 2 years ago
Damian Gryski 698b1f19c6 testing: support -test.count 2 years ago
Damian Gryski e6ccdd9d1a reflect: another obscure RO bug 2 years ago
Damian Gryski b39a982067 reflect: uncomment another test and fix RO logic issues it uncovered 2 years ago
Ayke van Laethem e0bf376068 rp2040: unify all linker scripts using LDFLAGS 2 years ago
Damian Gryski b044d4ff3d reflect: add more RO checks 2 years ago
Damian Gryski 0cd93a3a9e reflect: add valueFlagRO 2 years ago
Damian Gryski 5faff2e13a reflect: add sipmlified strconv.Quote() implementation for struct tags 2 years ago
Damian Gryski 195de23d3b reflect: Fix Kind(-1).String() and enable test 2 years ago
Damian Gryski d4bdd836bc reflect: implement and test Value.Comparable 2 years ago
Damian Gryski a11f2436e3 reflect: TestAliasNames passes 2 years ago
Damian Gryski 017ab4c352 reflect: fix TestCanSetField 2 years ago
Damian Gryski 181d2ad2b4 reflect: add CanInt() and friends and uncomments tests that pass 2 years ago
Damian Gryski 53b95cad08 reflect: uncomment Type.String() tests that pass 2 years ago
Damian Gryski e7bd22edf2 reflect: print struct tags in Type.String() (with a caveat) 2 years ago
Damian Gryski 1a60a1f526 reflect: stub channel select routines/types 2 years ago
Damian Gryski 3fbd3c4d93 compiler,reflect: support channel directions 2 years ago
deadprogram 1213a45197 build: add GH workflow to build LLVM image when needed 2 years ago
Damian Gryski 4e4e4eee04 runtime: use unsafe.Add() in hashmap code 2 years ago
Damian Gryski bf20c652e2 runtime: take max hash size into account when preallocating with size hint 2 years ago
Damian Gryski a3afd4e8ac runtime: factor duplicate hashmap snippts to functions 2 years ago
Damian Gryski cb9c6f0074 runtime: zero map key/value on deletion to so GC doesn't see them 2 years ago
Damian Gryski 5fee3428bc runtime: preallocate maps to size hint actually works 2 years ago
Ayke van Laethem 464ebc4fe1 compiler: implement most math/bits functions 2 years ago
Ayke van Laethem 568c2a4363 rp2040: remove SPI DataBits property 2 years ago
Kenneth Bell c611c72526 build: test net on linux & mac only (random CI fails on windows) 2 years ago
deadprogram dfb8c996a1 machine/lorae5: correct mapping for I2C bus, add pin mapping to enable power 2 years ago
Achille Roussel 85da9a0aac fix resource leak in os.(*File).Close 2 years ago
Ayke van Laethem 17bc0d6663 compiler: only support //go:wasmimport on declared functions 2 years ago
Ayke van Laethem 31043628d8 reflect: use direct calls to runtime string functions 2 years ago
Damian Gryski 2c0f61cad1 reflect: fix bug found by Convert() tests on wasi 2 years ago
Damian Gryski 97ece754f6 reflect: add missing Uintptr type and some numerical tests 2 years ago
Damian Gryski 39f76f43fc reflect: fix indirect issues with makeInt/makeUint/makeFloat 2 years ago
Damian Gryski f239e8e2d9 reflect: typo in uint test 2 years ago
Damian Gryski 6b73b5e486 reflect: document which Convert() cases are still unimplemented 2 years ago
Damian Gryski 855e12df51 reflect: Convert(): add Float() conversions 2 years ago
Damian Gryski 0b6bb12e9e reflect: add Convert() for string -> []byte and []byte -> string 2 years ago
Damian Gryski 72c7adf94a reflect: Convert() for integer and float types 2 years ago
waj334 13fb5aa7e7 Update task_stack_cortexm.c 2 years ago
Justin A. Wilson a3fdbec13d Refactor SystemStack function for arm targets. 2 years ago
Damian Gryski 360f6904f5 reflect: add test for map[interface{}]T 2 years ago
Damian Gryski 7201b13085 reflect: fix key type logic for maps 2 years ago
Damian Gryski 9c0bf8bd2c reflect: Value.Set: fix direction of assignment check 2 years ago
Damian Gryski 63c7a41337 reflect: convert non-interface to interface in Set() 2 years ago
Damian Gryski c0f8f129c0 reflect: convert map elements to an interface, if needed 2 years ago
Damian Gryski adaa7ca27a reflect: SetMapIndex: use AssignableTo() instead of type equality 2 years ago
Damian Gryski a5ddc68845 reflect: unpack interfaces in MapKeys() if needed 2 years ago
Damian Gryski f7880e73d8 reflect: tweak v.typecode.Key().(*rawType) -> v.typecode.key() 2 years ago
Damian Gryski 3aa8c8e0d1 reflect: fix typo in unit test 2 years ago
Damian Gryski 6cb7f29d9b reflect: add tests for map interface lookup fixes 2 years ago