3926 Commits (4d60d679d3859622bd689cd4a562bcde0e8e3865)
 

Author SHA1 Message Date
Damian Gryski 4d60d679d3 compiler: fixup Sprintf uses 3 months ago
Damian Gryski 9932f2e126 builder: os.SEEK_CUR -> io.SeekCurrent 3 months ago
Ayke van Laethem bf8d6460da os/user: use stdlib version of this package 4 months ago
Dan Kegel d3e67cf18c make spellfix: fix top level files, too. 3 months ago
Dan Kegel 5d82a7eee6 misspell.csv: add another misspelling. Fix by hand, since spellfix is too timid to fix in non-whitespace context? 3 months ago
Dan Kegel c82ff057f5 Fix 'numer of', since 'NUMER' by itself is valid abbrev for numerator. 3 months ago
Dan Kegel 5368dd22c5 misspell.csv: add new misspellings; also check in result of 'make spellfix'. 3 months ago
Ayke van Laethem 194396d715 unix: print a message when a fatal signal happens 3 months ago
Unrud 815784bd96 machine/usb/descriptor: Reset joystick physical 3 months ago
Unrud 7fc64a27b4 machine/usb/descriptor: Drop second joystick hat 3 months ago
Unrud c38bf27091 machine/usb/hid/joystick: Allow more hat switches 3 months ago
Unrud 9a2fab8874 machine/usb/descriptor: Add more HID... functions 3 months ago
Unrud f1516ad3ee machine/usb/descriptor: Fix encoding of values 3 months ago
Ayke van Laethem 4dc07d6cc3 arm: support softfloat in GOARM environment variable 3 months ago
Ayke van Laethem a35b983a5d linux: use -musleabi* instead of -gnueabi* (or nothing) 3 months ago
Dan Kegel a47ff02c82 make spell: add a few missing misspellings, fix format of .csv file, also fix *.md 3 months ago
Dan Kegel e27b2c4ad6 circleci: our version of misspell is no longer supported with go < 1.21, so disable lint in go 1.19 ci job 3 months ago
dkegel-fastly 8135be4e90
GNUmakefile: add spellfix target, use it. (#4387) 3 months ago
dkegel-fastly 835e73237e
GNUmakefile: add "help" target (#4390) 3 months ago
Ayke van Laethem eab1a5d7ec reflect, runtime: remove *UnsafePointer wrappers for functions 3 months ago
Ayke van Laethem f188eaf5f9 mips: add GOMIPS=softfloat support 3 months ago
Ayke van Laethem 6efc6d2bb6 compileopts: refactor defaultTarget function 3 months ago
Roger Standridge d6e73b4c68 add os.Truncate(name, size) (see #4209) 3 months ago
Ayke van Laethem 2e76cd3687 builder: interpret linker error messages 4 months ago
Ayke van Laethem 2eb39785fe cgo: add support for printf 9 months ago
Ayke van Laethem 3021e16bbf wasm: call __stdio_exit on exit 9 months ago
Ayke van Laethem 55f7d21ff5 builtins: add GENERIC_TF_SOURCES 5 months ago
Kobayashi Shunta 841abb0903 feat: add node: specifier 3 months ago
Ayke van Laethem fb3d98ce6e compileopts: add CanonicalArchName to centralize arch detection 3 months ago
Ayke van Laethem 020664591a main: show runtime panic addresses for `tinygo run` 3 months ago
Ayke van Laethem 2d6d9eb76d ci: don't include prebuilt libraries in the release 3 months ago
leongross a8a532f9d6
os: add file.Truncate 3 months ago
L. Pereira 417a26d20c
runtime: Simplify slice growing/appending code (#4287) 3 months ago
Ayke van Laethem 88f9fc3ce2 reflect: return correct name for unsafe.Pointer type 3 months ago
Ayke van Laethem 84c376160f transform: use thinlto-pre-link passes 3 months ago
Ayke van Laethem 6184a6cd35 Revert "Getting DeepEqual to work with maps whose key is an interface (#4360)" 3 months ago
Laurent Demailly 1fd75ffbda
Getting DeepEqual to work with maps whose key is an interface (#4360) 4 months ago
Laurent Demailly 61d36fb3f8 Add missing T.Deadline 4 months ago
leongross b318a941a4 add Fork and Exec libc hooks 4 months ago
Ayke van Laethem 725518f007 all: add linux/mipsle support 5 months ago
Ayke van Laethem 04d1261f8a build: add package ID to compiler and optimization error messages 4 months ago
leongross 3e2230eadb
os/Chown (#4213) 4 months ago
deadprogram 4f908f4877 net: update to latest net package 4 months ago
Laurent Demailly 319683b863
Add enough tls.ConnectionState and tls.CipherSuiteName() to compile fortio/log (#4345) 4 months ago
Matthew Hiles 4af3f618f8 rewrite Reply() to fix sending long replies in I2C Target Mode 4 months ago
Laurent Demailly 89340f82dc
Allows compilation of code using debug.BuildInfo and show correct tinygo version (#4343) 4 months ago
Ayke van Laethem 824bf24445 diagnostics: sort package diagnostics by position 4 months ago
Ayke van Laethem 80269b98ba diagnostics: move diagnostic printing to a new package 4 months ago
Ayke van Laethem 3788b31ba5 main: add test for error coming from the optimizer 4 months ago
Ayke van Laethem f4ce11ef37 main: add error tests for the compiler 4 months ago