aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2019-09-02add ability to specify darwin framework search dirsAndrew Kelley
2019-08-15note that -mllvm is unsupportedAndrew Kelley
2019-07-22disable segfault handler when panickingAndrew Kelley
2019-07-15fix the build on windowsAndrew Kelley
2019-07-15move some of the installation from cmake to zig buildAndrew Kelley
2019-07-12Merge pull request #2868 from ziglang/windows-libcAndrew Kelley
2019-07-12fix typo in help text for bundle-compiler-rtthomas
2019-07-11add -Wno-pragma-pack when targeting windows-gnuAndrew Kelley
2019-07-07expose glibc version in builtinAndrew Kelley
2019-07-07add -target-glibc to cli help and zig buildAndrew Kelley
2019-07-07ability to target any glibc versionAndrew Kelley
2019-07-04zig build: search upwards for build.zig fileAndrew Kelley
2019-07-04stage1: add missing help for `--override-lib-dir`Michael Dusan
2019-07-03Merge branch 'function-sections' of https://github.com/timonkruiper/zig into ...Andrew Kelley
2019-07-02enable segfault stack traces in stage1 compilerAndrew Kelley
2019-07-01Added function-section functionalityTimon Kruiper
2019-06-27better CLI error message for missing sub-architectureAndrew Kelley
2019-06-17Remove duplicate exe name with zig runJonathan Marler
2019-06-14expose builtin.strip_debug_infoAndrew Kelley
2019-05-29main: set subsystem in `zig builtin` when explicitly providedAndrew Kelley
2019-05-28Warn the user if run/test is paired with emit optionsLemonBoy
2019-05-27improve the stack check CLI optionsAndrew Kelley
2019-05-13Assemble asm files using CCLemonBoy
2019-05-08fix build on macOSAndrew Kelley
2019-05-08add --bundle-compiler-rt function to link optionsAndrew Kelley
2019-05-08stage1: remove unneeded extern functionAndrew Kelley
2019-05-08Implement stack probes for x86/x86_64LemonBoy
2019-05-01main: change --enable-pic and --disable-pic to -fPIC and -fno-PICDong-hee Na
2019-04-29Fix crash due to command line argument parsingMatt Stancliff
2019-04-26zig fmt is built directly into stage1 rather than child processAndrew Kelley
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-04-24remove Shebang (#!) supportShawn Landden
2019-04-16stage1 is now a hybrid of C++ and ZigAndrew Kelley
2019-04-14organize how the single threaded option is passed aroundAndrew Kelley
2019-04-14wasm: force single threadedShritesh Bhattarai
2019-04-10pass exec_path to zig runShritesh Bhattarai
2019-04-04fix thread local variables for non- position independent codeAndrew Kelley
2019-03-31fix zig run to accept executable argsMichael Dusan
2019-03-19zig targets prints the available libcsAndrew Kelley
2019-03-13fix target_requires_pic and reloc_modeAndrew Kelley
2019-03-13breaking: remove --static; add -dynamicAndrew Kelley
2019-03-13zig test respects --output-dir parameterAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-07fix -mllvm command line option regressionAndrew Kelley
2019-03-07fix regressions on macosAndrew Kelley
2019-03-06cross compile glibc startup filesAndrew Kelley
2019-03-05dynamic linker path is independent from libc installationAndrew Kelley
2019-03-04initial glibc supportAndrew Kelley
2019-03-02compile error for import outside package pathAndrew Kelley
2019-02-28struct types get fully qualified namesAndrew Kelley