zig/lib/std/special
antlilja 26399b5249 Added global-cache argument to build system + removed extra args.
* Field global_cache_root was added to Builder struct along with
mandatory argument for build_runner.zig. Logic for using the custom
global cache was also added.

* The arguments --cache-dir and --global-cache-dir are no longer passed
directly through to build_runner.zig and are instead only passed through the
mandatory cache_root and global_cache_root arguments.
2020-12-10 18:06:19 -05:00
..
compiler_rt compiler-rt: Fix compilation of clzsi for armv6 targets 2020-12-09 16:48:02 +01:00
docs Merge pull request #6678 from s-ol/doc-type-aware 2020-10-29 15:19:02 +02:00
init-exe Add support for zig build run -- arg1 arg1 in file created by init-exe 2020-10-16 21:29:24 -04:00
init-lib remove licensing comments from init-exe/init-lib 2020-08-23 22:45:18 -04:00
build_runner.zig Added global-cache argument to build system + removed extra args. 2020-12-10 18:06:19 -05:00
c.zig std: Use correct clone() stub 2020-11-20 08:38:10 +01:00
compiler_rt.zig std: Add libssp implementation for GNU/Windows targets 2020-10-16 21:22:14 -04:00
ssp.zig std: Add libssp implementation for GNU/Windows targets 2020-10-16 21:22:14 -04:00
test_runner.zig test runner: use the correct number in leak report 2020-10-25 11:28:36 +02:00