aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2019-10-08src/main: minor grammar fix in the help for `zig builtin`Christine Dodrill
2019-10-06generated docs: docs/ instead of doc/Andrew Kelley
2019-10-04proof of concept of stage1 doc generationAndrew Kelley
2019-10-03add -fdump-analysis to dump type information to jsonAndrew Kelley
2019-09-27avoid duplicated code of specifying the default glibc versionAndrew Kelley
2019-09-25remove --override-std-dir. fix issues caused by moving std libAndrew Kelley
2019-09-23zig build: linkSystemLibrary integrates with pkg-configAndrew Kelley
2019-09-21zig test: don't skip execution when explicit command providedAndrew Kelley
2019-09-15Fix typos: "seperate" to "separate"Jay Weisskopf
2019-09-10make the std lib support event-based I/OAndrew Kelley
2019-09-05add -l as an alias for --libraryAndrew Kelley
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