aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2024-11-12compiler: un-jit `zig fmt`mlugg
2024-11-05Compilation: Move no_builtin to Package.Module.Alex Rønne Petersen
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-29CLI: don't warn on missing host-detected directoriesAndrew Kelley
2024-10-23fix windows buildAndrew Kelley
2024-10-23CLI: dylibs provided by path act as inferred root moduleAndrew Kelley
2024-10-23CLI: fix detection of link inputsAndrew Kelley
2024-10-23rework linker inputsAndrew Kelley
2024-10-23introduce a CLI flag to enable .so scripts; default offAndrew Kelley
2024-10-23move ld script processing to the frontendAndrew Kelley
2024-10-16std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.Alex Rønne Petersen
2024-10-16std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().Alex Rønne Petersen
2024-10-16incremental: introduce `file` dependencies to handle AstGen failuresmlugg
2024-10-16std.Target: Change Cpu.baseline() to also be able to take OS into consideration.Alex Rønne Petersen
2024-10-10link: fix false positive crtbegin/crtend detectionAndrew Kelley
2024-10-09zig fetch: update saved dependency with resolved URLIan Johnson
2024-10-03Merge pull request #21570 from alexrp/windows-itaniumAlex Rønne Petersen
2024-10-02handle -x language flag without spacesxdBronch
2024-09-28Initial port work for `*-windows-itanium` support.Alex Rønne Petersen
2024-09-26update crash report to the new panic interfaceAndrew Kelley
2024-09-26remove formatted panicsAndrew Kelley
2024-09-24fetch: fix mutating unrelated fields when saving (#19816)Krzysztof Wolicki
2024-09-17cc: Add support for -Wp,Maciej 'vesim' Kuliński
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-09zig cc: Support `-rtlib=none` for disabling compiler-rt.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-21translate-c: populate file system inputs on errormlugg
2024-08-19replace Compilation.Emit with std.Build.Cache.PathRobin Voetter
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-08-17compiler: use incremental cache mode with -fincrementalmlugg
2024-08-08Compilation: Mark .c++ files as having C++ extensionsin-ack
2024-08-07Merge pull request #20512 from aikawayataro/add-v-linker-argAndrew Kelley
2024-08-02main: Give a more helpful message when we have a minimum glibc version.Alex Rønne Petersen
2024-07-28link: Accept `-Brepro` linker option and pass it to LLD.Alex Rønne Petersen
2024-07-26remove deprecated --mod CLI now that a zig1.wasm update happenedAndrew Kelley
2024-07-25main: Don't pass `--seed` for `zig run`.Alex Rønne Petersen
2024-07-25add --debug-rt CLI arg to the compiler + bonus editsAndrew Kelley
2024-07-25Merge pull request #20783 from ziglang/cache-fixAndrew Kelley
2024-07-25main: avoid sending an empty file system inputs messageJacob Young
2024-07-24CLI: better error message when build runner cannot be spawnedAndrew Kelley
2024-07-23default "trace pc guard" coverage offAndrew Kelley
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-23Merge pull request #20725 from ziglang/fuzzAndrew Kelley
2024-07-23zig ld: handle -V linker argAikawa Yataro
2024-07-22initial support for integrated fuzzingAndrew Kelley
2024-07-22add more tracy hooksJakub Konka
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young
2024-07-16Merge pull request #20632 from jacobly0/codegen-threadJacob Young
2024-07-16InternPool: reduce max tid width by one bitJacob Young