aboutsummaryrefslogtreecommitdiff
path: root/src/stage1.zig
AgeCommit message (Expand)Author
2022-02-08std.Progress: make the API infallibleAndrew Kelley
2022-01-11dupe sym name from stage1 before passing to stage2Jakub Konka
2022-01-07Pass `--allow-unknown-exports` to wasmtimeLuuk de Gram
2022-01-06wasm-linker: Only export symbols notated as suchLuuk de Gram
2022-01-02stage2: fix CLI not populating output binary filesAndrew Kelley
2022-01-02stage2: introduce CacheModeAndrew Kelley
2021-12-03default mabi based on RISC-V extensions and -mabi build optionvole-dev
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-16Add build.zig and command line flagsLee Cannon
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-07-22support -fcompiler-rt in conjunction with build-objAndrew Kelley
2021-07-22add -femit-llvm-bc CLI option and implement itAndrew Kelley
2021-07-02avoid calling into stage1 backend when AstGen failsAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-06-11better awareness of unwind tablesAndrew Kelley
2021-06-09CLI: remove --verbose-ast and --verbose-tokenizeAndrew Kelley
2021-05-28stage1: rework tokenizer to match stage2Andrew Kelley
2021-02-21std.Progress: improve support for "dumb" terminalsjacob gw
2021-01-23add LTO supportAndrew Kelley
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-24WIP start adding support for TSANAndrew Kelley
2020-12-20std.Progress: make the API thread-safeAndrew Kelley
2020-12-07ability to build stage1 using only a zig tarballAndrew Kelley
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-10-26non-hacky workaround for the empty file bugAndrew Kelley
2020-10-17code cleanupsAndrew Kelley
2020-10-11initialize std.os.argv in stage1 compiler. it is needed for selfExePath under...Sébastien Marie
2020-10-03stage1 main(): catch unreachable in debug builds for easier troubleshootingAndrew Kelley
2020-10-01Adds error return trace printing to stage1.Felix (xq) Queißner
2020-09-28the stage1 backend cache stores inferred link libsAndrew Kelley
2020-09-28stage2: building mingw-w64 and COFF LDD linkingAndrew Kelley
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-09-26implement -femit-asm, -femit-docs, -femit-llvm-ir, etcAndrew Kelley
2020-09-24don't delete C import .c source from zig-cacheAndrew Kelley
2020-09-24stage2: implement @cImportAndrew Kelley
2020-09-22stage2: implement zig buildAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley