aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2020-02-21fix regression in detecting native glibc versionAndrew Kelley
2020-02-19stage1 main: fix cli parsing of architectureAndrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-19make the CLI support depending on system headers and librariesAndrew Kelley
2020-02-18improvements which allow zig to emit multiple things at onceAndrew Kelley
2020-02-18Disable binary generation when deprecated `--emit` is usedNoam Preil
2020-02-18Improve support for generating LLVM IR/asm filesNoam Preil
2020-02-16stage1: don't copy unchanged output filesAndrew Kelley
2020-02-16rename libuserland to libstage2Andrew Kelley
2020-02-16remove libc dependency of zig0 building libstage2Andrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-10stage1: memory/report overhaulMichael Dusan
2020-02-05ability to run tests in evented I/O modeAndrew Kelley
2020-01-29Add support for code model selectionValentin Anger
2020-01-25Merge remote-tracking branch 'origin/master' into layneson-cpus_and_featuresAndrew Kelley
2020-01-23stage1: make sure to create native_libc.txt dirMichael Dusan
2020-01-22std.Target.CpuFeatures is now a struct with both CPU and feature setAndrew Kelley
2020-01-21hit a comptime limitation with computing dense setsAndrew Kelley
2020-01-21properly forward baseline target cpu features to llvmAndrew Kelley
2020-01-21make zig targets show native cpu name and featuresAndrew Kelley
2020-01-21fixups to arch data, support any number of cpu featuresAndrew Kelley
2020-01-20stage1 is building. `zig targets` now self-hostedAndrew Kelley
2020-01-19figure out zig0/stage1 and scanning for native CPUAndrew Kelley
2020-01-19progress towards mergingAndrew Kelley
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