aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2020-01-19Add defaut feature supportLayne Gustafson
2020-01-19Add builtin.zig supportLayne Gustafson
2020-01-19Add TargetDetails abstractionLayne Gustafson
2020-01-19Rename subfeatures -> dependenciesLayne Gustafson
2020-01-19Add cpu/feature specification to cmndlineLayne Gustafson
2020-01-19Fix spacing in main.cppLayne Gustafson
2020-01-19Make targets cmd able to list CPUs and featuresLayne Gustafson
2020-01-15stage1: move local native_libc.txt to globalMichael Dusan
2020-01-07add --eh-frame-hdr conditionallyDavid Cao
2020-01-03translate-c supports --cache onAndrew Kelley
2020-01-03add test harness for "run translated C" testsAndrew Kelley
2019-12-29use self hosted translate-c for cimportsVexu
2019-12-16expose the ability to disable C sanitizationAndrew Kelley
2019-12-12un-special-case startup code in the std libAndrew Kelley
2019-10-25fix regression in `zig run`Andrew Kelley
2019-10-22main.cpp: fix not ending progress node for zig buildAndrew Kelley
2019-10-22integrate stage1 progress display with semantic analysisAndrew Kelley
2019-10-19add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flagAndrew Kelley
2019-10-17improve progress reportingAndrew Kelley
2019-10-17rework the progress module and integrate with stage1Andrew Kelley
2019-10-16add -I command line parameter, same as clangAndrew Kelley
2019-10-11merge dumps tool: merging ast nodesAndrew Kelley
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