aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2021-01-19SPIR-V: Linking and codegen setupRobin Voetter
2021-01-16stage2: implement error notes and regress -femit-zirAndrew Kelley
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
2021-01-09Merge pull request #7729 from jayschwa/remove-deprecated-streamAndrew Kelley
2021-01-08Fix system library path detection on linuxxackus
2021-01-08stage2: Implicitly enable --eh_frame_hdr when compiling c/c++ filesLemonBoy
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-07Want native headers when linking with frameworksJakub Konka
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2021-01-03stage2: remove the Cache deadlock detection codeAndrew Kelley
2021-01-03stage2: fix Cache debug deadlock code memory leakAndrew Kelley
2021-01-02Merge pull request #7647 from ziglang/stage2-comptime-fn-callAndrew Kelley
2021-01-02fix 7665:g-w1
2021-01-02stage2: fix handling compile error in inline fn callAndrew Kelley
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2021-01-02Fix usage messageSizhe Zhao
2021-01-02Detect native iframework dirs on macOSJakub Konka
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