aboutsummaryrefslogtreecommitdiff
path: root/src/Module.zig
AgeCommit message (Expand)Author
2024-02-16Sema: correct source location for return value coercion errorsmlugg
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
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-04Zir: store extra source hashes required for incrementalmlugg
2024-02-04compiler: re-introduce dependencies for incremental compilationmlugg
2024-02-02InternPool: use separate key for slicesmlugg
2024-02-01remove std.io.ModeVeikka Tuominen
2024-02-01Module: remove dependency handling of test function arrayVeikka Tuominen
2024-01-23InternPool: introduce TrackedInstmlugg
2024-01-23Zir: represent declarations via an instructionmlugg
2024-01-22Sema: implement comptime error return tracesVeikka Tuominen
2024-01-08add type safety to ZIR for null terminated stringsAli Chraghi
2024-01-04Use `std.fs.path.relative` for `@import` and `@embedFile` sub pathsRyan Liptak
2024-01-01frontend: fix populateTestFunctions accessing the wrong moduleAndrew Kelley
2024-01-01restore -fno-emit-bin -femit-llvm-ir functionalityAndrew Kelley
2024-01-01frontend: skip astgen for builtin.zigAndrew Kelley
2024-01-01Zcu: mark outdated decl handling as unreachable from only_c buildsAndrew Kelley
2024-01-01resolve error tracing logic at module creation timeAndrew Kelley
2024-01-01frontend: fix handling of special builtin moduleAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01fix remaining compile errors except oneAndrew Kelley
2024-01-01libcxx: update to new Compilation APIAndrew Kelley
2024-01-01fix a round of compile errors caused by this branchAndrew Kelley
2024-01-01compiler: miscellaneous branch progressAndrew Kelley
2024-01-01Compilation: redo whole vs incremental logic in create and updateAndrew Kelley
2024-01-01update bin_file.options references in Module (Zcu)Andrew Kelley
2024-01-01compiler: update references to targetAndrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01Compilation: cleanup hashmap usageJacob Young
2023-12-03Air: use typesafe `Air.Inst.Index`Jacob Young
2023-11-30Sema: improve error location for array cat/mulVeikka Tuominen
2023-11-26move Module.Decl.Index and Module.Namespace.Index to InternPoolMeghan Denny
2023-11-25Merge pull request #18109 from nektro/std-compilerAndrew Kelley
2023-11-25convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`Techatrix
2023-11-24frontend: move BuiltinFn to std.zig namespaceMeghan Denny
2023-11-21Sema: fix bad error location on field init with field accessVeikka Tuominen
2023-11-12rework memory management of Module.Namespace hash mapsAndrew Kelley
2023-11-10Sema: detect unneeded source locations earlierJacob Young
2023-11-10Module: fix use of `undefined` during decl cleanupJacob Young
2023-11-05src: fix memory leaksJacob Young
2023-11-03frontend: rip out Decl dependenciesAndrew Kelley
2023-10-31sema: Add union alignment resolutionkcbanner
2023-10-28make Zir.Inst.Index typedAndrew Kelley
2023-10-28frontend: make Decl.zir_decl_index typedAndrew Kelley
2023-10-26link: support exporting constant values without a DeclAndrew Kelley