aboutsummaryrefslogtreecommitdiff
path: root/src/Package/Module.zig
AgeCommit message (Expand)Author
2025-04-07compiler: Switch default code model for loongarch64 to medium.Alex Rønne Petersen
2025-02-28Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"Andrew Kelley
2025-02-26don't inherit allowed deprecation from parent modulesAndrew Kelley
2025-02-26initial implementation of `@deprecated`Loris Cro
2025-02-04compiler: don't perform semantic analysis if there are files without ZIRmlugg
2025-02-04Zcu: remove `*_loaded` fields on `File`mlugg
2025-01-23Package.Module: Make create() fall back on options.global.root_optimize_mode.Alex Rønne Petersen
2025-01-23compiler: Fix computation of Compilation.Config.any_unwind_tables.Alex Rønne Petersen
2025-01-18compiler: Fix @import("builtin").unwind_tables logic.Alex Rønne Petersen
2024-12-19Module: keep frame pointer in ReleaseSmall on x86wooster0
2024-12-11compiler: Improve the handling of unwind table levels.Alex Rønne Petersen
2024-12-08compiler: Only omit frame pointers by default for ReleaseSmall.Alex Rønne Petersen
2024-11-20Append disabled LLVM CPU features after enabled onesShawn Gao
2024-11-05Compilation: Move no_builtin to Package.Module.Alex Rønne Petersen
2024-10-16incremental: introduce `file` dependencies to handle AstGen failuresmlugg
2024-07-22initial support for integrated fuzzingAndrew Kelley
2024-07-04Zcu: extract permanent state from FileAndrew Kelley
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-03-21move Package.Path to std.Build.Cache.PathAndrew Kelley
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-07Package.Module: actually set File.path_digest for builtin modulesmlugg
2024-03-06Package.Module: deduplicate identical builtin modulesmlugg
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-01frontend: fix populateTestFunctions accessing the wrong moduleAndrew Kelley
2024-01-01Package.Module: fix typo in default red-zone settingAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01fix population of builtin.zig not making the parent dirAndrew Kelley
2024-01-01libcxx: update to new Compilation APIAndrew Kelley
2024-01-01update bin_file.options references in SemaAndrew Kelley
2024-01-01compiler: miscellaneous branch progressAndrew Kelley
2024-01-01compiler: update many references to bin_file.optionsAndrew Kelley
2024-01-01frontend: fix stack protector option logicAndrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01Compilation: cleanup hashmap usageJacob Young
2023-10-08give modules friendly names for error reportingAndrew Kelley
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley