aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2020-12-29zig test: release Compilation Cache locksAndrew Kelley
2020-12-28fix `zig test` with regards to passing parametersAndrew Kelley
2020-12-28zig test: std.testing.zig_exe_path is now availableAndrew Kelley
2020-12-28stage2: rename llvm.zig to llvm_bindings.zigTimon Kruiper
2020-12-26std: do not call malloc() between fork() and execv()Andrew Kelley
2020-12-24WIP start adding support for TSANAndrew Kelley
2020-12-23Implement parsing for multi-arg Clang options.Alex Cameron
2020-12-23update depreciated code (#7502)g-w1
2020-12-23Merge pull request #7111 from tetsuo-cpp/emit-hVeikka Tuominen
2020-12-23Merge pull request #7476 from ifreund/pkgsVeikka Tuominen
2020-12-23Make sure emit-h is off by default.Alex Cameron
2020-12-23Enable emit-h by default for obj and lib compilation.Alex Cameron
2020-12-20use kprotty's ThreadPool implementation (v5)Andrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-12-17stage2: print package path on --pkg-begin failureIsaac Freund
2020-12-17stage2: free Package resourcesIsaac Freund
2020-12-16zig cc: default to a.exe on windowsAndrew Kelley
2020-12-13stage2: link musl dynamically by default if nativeIsaac Freund
2020-12-11stage2: proper file extension strippingAndrew Kelley
2020-12-10CLI: improved local cache directory logicAndrew Kelley
2020-12-10Added global-cache argument to build system + removed extra args.antlilja
2020-12-09CLI: infer --name based on first C source file or objectAndrew Kelley
2020-12-09Do not keep the build.zig cache manifest file locked.Timon Kruiper
2020-12-09Fixes #7352 - ignore zig fmt ignore zig-cacheLee Cannon
2020-12-08invoke LLD as a child process rather than a libraryAndrew Kelley
2020-12-08add support for environment variables to control cache directoriesAndrew Kelley
2020-12-07Utilize std.fmt.parseUnsigned in main.zig.antlilja
2020-12-03lld+macho: address review commentsJakub Konka
2020-12-02lld+macho: rename final artefact in main.zigJakub Konka
2020-11-30build system: pass dyn lib artifacts as positionalsAndrew Kelley
2020-11-30Disallow absolute paths passed as system librariesAlexandros Naskos
2020-11-30rework the bundle compiler-rt featureAndrew Kelley
2020-11-30Added bundle-compiler-rt flagAlexandros Naskos
2020-11-29CLI: add missing usage help textAndrew Kelley
2020-11-27restore sonames by default when using zig cliAndrew Kelley
2020-11-27stage2 elf: refactor override_soname to sonameJakub Konka
2020-11-26stage2 macho: rename inodes to prevent SIGKILLJakub Konka
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-19stage2: Make zig cc more verbose (#7166)LemonBoy
2020-11-18add std.heap.raw_c_allocatorAndrew Kelley
2020-11-18make help in commands more consistentVexu
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-17cli: make -h, --help consistent in usage text and parsingAndrew Kelley
2020-11-17Merge pull request #7032 from GuoxinYin/masterAlexandros Naskos
2020-11-11main: clean up the error message for missing positional argsAndrew Kelley
2020-11-11Add error for missing positional arguments in zig build-*g-w1
2020-11-09main: updateModule returns an error when there are any compile errorsAndrew Kelley
2020-11-09fix issue 6798Guoxin Yin
2020-11-09fix issue 6798Guoxin Yin
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland