aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
AgeCommit message (Expand)Author
2024-11-20runtime: implement race-free signals using futexesAyke van Laethem
2024-11-20cgo: support errno value as second return parameterAyke van Laethem
2024-11-18linux: add runtime.fcntl functionleongross
2024-11-15builder: whitelist temporary directory env var for Clang invocationAyke van Laethem
2024-11-14runtime: optimize findHeadAyke van Laethem
2024-11-07runtime: don't call sleepTicks with a negative durationAyke van Laethem
2024-11-07os: implement StartProcessleongross
2024-10-25runtime: bump markStackSizeDamian Gryski
2024-10-23runtime: add support for os/signalAyke van Laethem
2024-10-21goenv: parse patch version, add func Compare to compare two Go version string...Randy Reddig
2024-10-18builder: check for Go toolchain version used to compile TinyGoAyke van Laethem
2024-10-18builder: remove environment variables when invoking ClangAyke van Laethem
2024-10-07builder: fix sizesDamian Gryski
2024-10-04wasm: add `//go:wasmexport` support (#4451)Ayke
2024-10-03builder: keep wasm temporary filesAyke van Laethem
2024-10-02runtime: seed fastrand() with hardware randomnessDamian Gryski
2024-09-24builder: nitsleongross
2024-08-17ci: use Go 1.23Ayke van Laethem
2024-08-15builder: os.SEEK_CUR -> io.SeekCurrentDamian Gryski
2024-08-15misspell.csv: add new misspellings; also check in result of 'make spellfix'.Dan Kegel
2024-08-14arm: support softfloat in GOARM environment variableAyke van Laethem
2024-08-12GNUmakefile: add spellfix target, use it. (#4387)dkegel-fastly
2024-08-12mips: add GOMIPS=softfloat supportAyke van Laethem
2024-08-12compileopts: refactor defaultTarget functionAyke van Laethem
2024-08-11builder: interpret linker error messagesAyke van Laethem
2024-08-10cgo: add support for printfAyke van Laethem
2024-08-10builtins: add GENERIC_TF_SOURCESAyke van Laethem
2024-08-07compileopts: add CanonicalArchName to centralize arch detectionAyke van Laethem
2024-08-06ci: don't include prebuilt libraries in the releaseAyke van Laethem
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-13builder: remove workaround for generics race conditionAyke van Laethem
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-06-12all: drop support for Go 1.18Ayke van Laethem
2024-05-31builder: make sure wasm-opt command line is printed if askedDamian Gryski
2024-05-31builder: keep un-wasm-opt'd .wasm if -work was passedDamian Gryski
2024-05-24LLVM 18 supportAyke van Laethem
2024-04-30Add 'make spell' target, fix what it finds. In .go files, only checks comments.Dan Kegel
2024-03-27all: change references of 'wasi' to 'wasip1'; test hygieneRandy Reddig
2024-03-26builder: add check for error on creating needed directory as suggested by @b0...deadprogram
2024-03-26wasm-unknown: add math and memory builtins that LLVM needsAyke van Laethem
2024-03-19wasm: fix symbol table index for archivesAyke van Laethem
2024-03-19all: move -panic=trap support to the compiler/runtimeAyke van Laethem
2024-02-17builder: add 'wasm-unknown' to list of targets for clang features verificationdeadprogram
2024-01-31Allow larger systems to have a larger max stack allocDamian Gryski
2024-01-19all: support Go 1.22Ayke van Laethem
2024-01-19runtime: add runtime.rand functionAyke van Laethem
2024-01-05all: statically link to LLVM 17 instead of LLVM 16Ayke van Laethem
2023-12-09builder/picolib: add needed file for compiling math functions with error supp...deadprogram
2023-11-24refactor: reuse OptLevel() to get the opt levelRado M