aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2023-01-03add -fopt-bisect-limitGuillaume Wenzek
2022-12-29Merge pull request #14102 from Luukdegram/wasm-undefined-symbolsAndrew Kelley
2022-12-27Handle -undefined error when passed as linker argJeremy Volkman
2022-12-27Add support for -undefined errorJeremy Volkman
2022-12-25WebAssembly: do not link with --allow-undefined unconditionallyFrank Denis
2022-12-18Add missing clang opts: -install_name and -undefinedJakub Konka
2022-12-15std.debug.TTY: Fix colors not resetting on WindowsRyan Liptak
2022-12-14Sema: display cimport errors from clangVeikka Tuominen
2022-12-13add `zig objcopy` subcommandAndrew Kelley
2022-12-07Merge pull request #13799 from ziglang/close-stage1-issuesAndrew Kelley
2022-12-06cache: Fix LockViolation during C compilation paths (#13591)Casey Banner
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-12-06Merge pull request #13560 from ziglang/wasi-bootstrapAndrew Kelley
2022-12-06CLI: quality of life enhancement for windows CBE behavior testsAndrew Kelley
2022-12-06add std.heap.wasm_allocatorAndrew Kelley
2022-12-06cc: remove argument parsing from only-c buildsJacob Young
2022-12-06fix merge conflicts from master branchAndrew Kelley
2022-12-06stage2: take advantage of the new WasmAllocatorAndrew Kelley
2022-12-06allow `build-obj` and `build-exe` in -Donly-c buildsAndrew Kelley
2022-12-06WASI: remove absolute path emulation from std libAndrew Kelley
2022-12-06build: introduce -Dwasi-bootstrap optionAndrew Kelley
2022-12-06remove `-fstage1` optionAndrew Kelley
2022-12-06zig cc: fix wrong flag name from earlier commitAndrew Kelley
2022-12-05zig cc: support -stack in addition to --stack for linker argAndrew Kelley
2022-12-01zig cc: detect -z stack-size argumentsAndrew Kelley
2022-11-30CLI: allow using `--debug-compile-errors` with `zig build`Veikka Tuominen
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-29Sema: add option to disable formatted panicsVeikka Tuominen
2022-11-28CLI: more careful resolution of pathsAndrew Kelley
2022-11-22CLI: resolve zig lib directory before using itAndrew Kelley
2022-11-20cli: warn about using `--debug-compile-errors` on a release buildVeikka Tuominen
2022-11-18Merge pull request #13411 from dweiller/custom-test-runnerVeikka Tuominen
2022-11-13C backend: improve ergonomics of zig.h a little bitAndrew Kelley
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-11-02stage2: add test_runner_path for user provided test runnerdweiller
2022-11-01cli: set sysroot when --sysroot option was passedJakub Konka
2022-10-30zig test: forward target CLI args to zig run when using -ofmt=cAndrew Kelley
2022-10-25cbe: get enough things working to support basic programsJacob Young
2022-10-18Revert "adding `static` and `dynamic` ZigEquivalentAndrew Kelley
2022-10-18[elf] main.zig: add -z nocopyrelocMotiejus Jakštys
2022-10-17Give better error message for --name with folder separatorEvin Yulo
2022-10-16stage2: remove `--verbose-mir` from help menuMeghan
2022-10-13adding `static` and `dynamic` ZigEquivalent enums so that we can branch to se...cod1r
2022-10-12improve header searchlist handling in build, mainMichael Dusan
2022-10-11Compilation: strip debug info from ReleaseSmall by defaultAli Chraghi
2022-10-05CLI: better error message for bad input pathAndrew Kelley
2022-09-27fmt: ignore non-filesJacob Young
2022-09-19zig cc: emit to a.out if outpath is unspecifiedMotiejus Jakštys
2022-09-16Merge pull request #12796 from Vexu/referenced-by-v2Veikka Tuominen
2022-09-14place zig-cache directory next to build.zigJan Philipp Hafer