aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
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
2024-02-04compiler: lock incremental dependency tracking behind --debug-incrementalmlugg
2024-02-04Zcu: refactor Decl.analysis fieldmlugg
2024-02-04Zcu: incremental compilation improvementsmlugg
2024-02-04Zcu: more dependency tracking logicmlugg
2024-02-04compiler: re-introduce dependencies for incremental compilationmlugg
2024-02-02Compilation: delete clang diag files afterwardsAndrew Kelley
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-26Merge pull request #18654 from mlugg/incremental-the-secondAndrew Kelley