aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-08-12internal/tools/go.mod: fix format of go versiondkegel-better-spellDan Kegel
2024-08-12GNUmakefile: tools: avoid -C option on go generate to make test-llvm15-go119 ...Dan Kegel
2024-08-12.github: now that 'make spell' works well, run it from CIDan Kegel
2024-08-12make spell: give internal/tools its own go.mod, as misspell requires newer goDan Kegel
2024-08-12go.mod: use updated misspell. GNUmakefile: add spellfix target, use it.Dan Kegel
2024-08-12GNUMakefile: remove exception for programmmer, fix instance now found by 'mak...Dan Kegel
2024-08-12GNUMakefile: remove exception for inbetween, fix instance now found by 'make ...Dan Kegel
2024-08-12builder/cc1as.h: fix typo found by 'make spell'Dan Kegel
2024-08-12GNUmakefile: add "help" target (#4390)dkegel-fastly
2024-08-12reflect, runtime: remove *UnsafePointer wrappers for functionsAyke van Laethem
2024-08-12mips: add GOMIPS=softfloat supportAyke van Laethem
2024-08-12compileopts: refactor defaultTarget functionAyke van Laethem
2024-08-11add os.Truncate(name, size) (see #4209)Roger Standridge
2024-08-11builder: interpret linker error messagesAyke van Laethem
2024-08-10cgo: add support for printfAyke van Laethem
2024-08-10wasm: call __stdio_exit on exitAyke van Laethem
2024-08-10builtins: add GENERIC_TF_SOURCESAyke van Laethem
2024-08-09feat: add node: specifierKobayashi Shunta
2024-08-07compileopts: add CanonicalArchName to centralize arch detectionAyke van Laethem
2024-08-06main: show runtime panic addresses for `tinygo run`Ayke van Laethem
2024-08-06ci: don't include prebuilt libraries in the releaseAyke van Laethem
2024-08-02os: add file.Truncateleongross
2024-07-31runtime: Simplify slice growing/appending code (#4287)L. Pereira
2024-07-31reflect: return correct name for unsafe.Pointer typeAyke van Laethem
2024-07-31transform: use thinlto-pre-link passesAyke van Laethem
2024-07-29Revert "Getting DeepEqual to work with maps whose key is an interface (#4360)"Ayke van Laethem
2024-07-24Getting DeepEqual to work with maps whose key is an interface (#4360)Laurent Demailly
2024-07-23Add missing T.DeadlineLaurent Demailly
2024-07-23add Fork and Exec libc hooksleongross
2024-07-22all: add linux/mipsle supportAyke van Laethem
2024-07-21build: add package ID to compiler and optimization error messagesAyke van Laethem
2024-07-21os/Chown (#4213)leongross
2024-07-21net: update to latest net packagedeadprogram
2024-07-20Add enough tls.ConnectionState and tls.CipherSuiteName() to compile fortio/lo...Laurent Demailly
2024-07-20rewrite Reply() to fix sending long replies in I2C Target ModeMatthew Hiles
2024-07-20Allows compilation of code using debug.BuildInfo and show correct tinygo vers...Laurent Demailly
2024-07-20diagnostics: sort package diagnostics by positionAyke van Laethem
2024-07-20diagnostics: move diagnostic printing to a new packageAyke van Laethem
2024-07-20main: add test for error coming from the optimizerAyke van Laethem
2024-07-20main: add error tests for the compilerAyke van Laethem
2024-07-20main: add interp testsAyke van Laethem
2024-07-20main: refactor error messages to use FileCheck-like patternsAyke van Laethem
2024-07-20fix: set ubuntu version to 24.04 to try to address #4347deadprogram
2024-07-18syscall: remove some dead codeAyke van Laethem
2024-07-17all: simplify wasm-tools-go dependencyRandy Reddig
2024-07-15add chromeos 9p supportTai Groot
2024-07-14Do not stop compilation on compiler warningsAnatol Pomozov
2024-07-13loader: handle `go list` errors inside TinyGoAyke van Laethem
2024-07-13libclang: do not make error locations relativeAyke van Laethem
2024-07-13all: add testing for compiler error messagesAyke van Laethem