aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2019-02-06require running std lib tests coherentlyAndrew Kelley
2019-02-01introduce --single-threaded build optionAndrew Kelley
2018-12-26fixupsAndrew Kelley
2018-12-24fixed formatting in options displaynebulaeonline
2018-12-23fixed stricmp/strcasecmp between windows/posixnebulaeonline
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-11-19fix incorrect --help textAndrew Kelley
2018-11-02support building static self hosted compiler on macosAndrew Kelley
2018-10-09more efficient builtin library code generationAndrew Kelley
2018-09-30Fixes --emit asm on windows and makes C header file generation explicit. (#1612)Sahnvour
2018-09-28zig build: use os_self_exe_path to determine exe path not arg0Andrew Kelley
2018-09-25stage1: Added `zig help` to show usage on stdoutJay Weisskopf
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley
2018-09-12fix zig build cache dir pathAndrew Kelley
2018-09-11rename --enable-timing-info to -ftime-report to match clangAndrew Kelley
2018-09-11bring back zig-cacheAndrew Kelley
2018-09-11stage1: clean up timing report in test modeAndrew Kelley
2018-09-11ability to disable cache. off by default except for...Andrew Kelley
2018-09-10stage1 caching: zig no longer uses zig-cacheAndrew Kelley
2018-09-10caching is workingAndrew Kelley
2018-09-10stage1: always optimize blake and softfloat even in debug modeAndrew Kelley
2018-09-09`zig id` commandAndrew Kelley
2018-09-09basic compiler id hash workingAndrew Kelley
2018-09-05start creating a hash of input parametersAndrew Kelley
2018-09-04port std.os.path.resolve to stage1Andrew Kelley
2018-07-10self-hosted: first passing testAndrew Kelley
2018-06-29support --emit in 'test' commandBen Noordhuis
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-07langref: automatic update of builtin.zigAndrew Kelley
2018-04-18add --no-rosegment cli optionAndrew Kelley
2018-04-16Added ReleaseSmall modeAlexandros Naskos
2018-04-13fix regression with zig install dirAndrew Kelley
2018-04-13Merge pull request #915 from zig-lang/self-hosted-cliAndrew Kelley
2018-04-13fix undefined behavior triggered by fn inline testAndrew Kelley
2018-04-12remove --zig-install-prefix arg now that we find std at runtimeAndrew Kelley
2018-04-01Add run compiler commandMarc Tiehuis
2018-03-30find libc and zig std lib at runtimeAndrew Kelley
2018-03-28non-zero exit when build.zig cannot be createdBen Noordhuis
2018-02-08Merge remote-tracking branch 'origin/master' into error-setsAndrew Kelley
2018-02-07improve behavior of `zig build` (#754)Jeff Fowler
2018-02-04add --forbid-libraryAndrew Kelley
2018-01-19all doc code examples are now testedAndrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2018-01-04update windows build to llvm 5.0.1Andrew Kelley
2018-01-03self-hosted build: use llvm-config from stage1Andrew Kelley
2018-01-03build: std files and c header files are only specified onceAndrew Kelley
2018-01-03fix self hosted compiler on windowsAndrew Kelley
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-11-24rename "parsec" to "translate-c"Andrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley