aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2024-05-22Compilation: better cleanup of temporary filesJacob Young
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-08zig cc: -Wno-overriding-t-option was renamedAndrew Kelley
2024-05-08libcxx: update to LLVM 18Andrew Kelley
2024-05-03add std.Thread.Pool.spawnWgAndrew Kelley
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-05-03lld: use a response file on `NameTooLong`Jacob Young
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-04-22ComptimeStringMap: return a regular struct and optimizeTravis Staloch
2024-04-12Autodoc: fix root module name in sources.tarIan Johnson
2024-04-08InternPool: remove slice from byte aggregate keysJacob Young
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-30cbe: fix bugs revealed by an upcoming commitJacob Young
2024-03-28Merge pull request #19399 from ypsvlq/mingwAndrew Kelley
2024-03-28Autodoc: add all modules to sources.tarIan Johnson
2024-03-27mingw: support -municodeElaine Gibson
2024-03-26Zcu: eliminate `Decl.alive` fieldmlugg
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg
2024-03-21std.Build.Cache: use an array hash map for filesAndrew Kelley
2024-03-20mingw: define _WIN32_WINNT when building CRTElaine Gibson
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-11Merge pull request #19174 from squeek502/lazy-resinatorAndrew Kelley
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-11Fix progress when multiple zig rc child processes are building resinatorRyan Liptak
2024-03-11Report the progress of lazily building zig rcRyan Liptak
2024-03-11Integrate resinator errors with Zig using std.zig.Server and ErrorBundleRyan Liptak
2024-03-11Lazily compile the `zig rc` subcommand and use it during `zig build-exe`Ryan Liptak
2024-03-10add missing field to module creationAndrew Kelley
2024-03-10fix 32 bit compilationAndrew Kelley
2024-03-10autodocs: fix root name and missing dir closeAndrew Kelley
2024-03-10-femit-docs: create main.wasm artifactAndrew Kelley
2024-03-10-femit-docs: creating sources.tarAndrew Kelley
2024-03-10frontend: skeleton for creating autodocsAndrew Kelley
2024-03-10better to use AST than ZIR for doc generationAndrew Kelley
2024-03-07Merge pull request #19190 from mlugg/struct-equivalenceAndrew Kelley
2024-03-06feat: add support for --enable-new-dtags and --disable-new-dtagsDillen Meijboom
2024-03-06Package.Module: deduplicate identical builtin modulesmlugg
2024-03-01compiler: audit debug mode checksJacob Young
2024-02-28use hash.addListOfBytes where applicableAndrew Kelley
2024-02-28add missing export symbol names to whole mode wasm cache hashAndrew Kelley
2024-02-28make aro-based translate-c lazily built from sourceAndrew Kelley
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley
2024-02-26compiler: JIT zig fmtAndrew Kelley
2024-02-26move Zir to std.zig.ZirAndrew Kelley
2024-02-25test: rework how filtering worksJacob Young
2024-02-09Merge pull request #18875 from ziglang/macho-zo-dwarfJakub Konka
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-08builtin: enable panic handler on self-hosted machoJakub Konka
2024-02-06Merge pull request #18814 from mlugg/incremental-dependenciesMatthew Lugg
2024-02-05compiler: rename value.zig to Value.zigAndrew Kelley