index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Package
/
Module.zig
Age
Commit message (
Expand
)
Author
2025-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-26
don't inherit allowed deprecation from parent modules
Andrew Kelley
2025-02-26
initial implementation of `@deprecated`
Loris Cro
2025-02-04
compiler: don't perform semantic analysis if there are files without ZIR
mlugg
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-01-23
Package.Module: Make create() fall back on options.global.root_optimize_mode.
Alex Rønne Petersen
2025-01-23
compiler: Fix computation of Compilation.Config.any_unwind_tables.
Alex Rønne Petersen
2025-01-18
compiler: Fix @import("builtin").unwind_tables logic.
Alex Rønne Petersen
2024-12-19
Module: keep frame pointer in ReleaseSmall on x86
wooster0
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-12-08
compiler: Only omit frame pointers by default for ReleaseSmall.
Alex Rønne Petersen
2024-11-20
Append disabled LLVM CPU features after enabled ones
Shawn Gao
2024-11-05
Compilation: Move no_builtin to Package.Module.
Alex Rønne Petersen
2024-10-16
incremental: introduce `file` dependencies to handle AstGen failures
mlugg
2024-07-22
initial support for integrated fuzzing
Andrew Kelley
2024-07-04
Zcu: extract permanent state from File
Andrew Kelley
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-03-21
move Package.Path to std.Build.Cache.Path
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-07
Package.Module: actually set File.path_digest for builtin modules
mlugg
2024-03-06
Package.Module: deduplicate identical builtin modules
mlugg
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-01
frontend: fix populateTestFunctions accessing the wrong module
Andrew Kelley
2024-01-01
Package.Module: fix typo in default red-zone setting
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
fix population of builtin.zig not making the parent dir
Andrew Kelley
2024-01-01
libcxx: update to new Compilation API
Andrew Kelley
2024-01-01
update bin_file.options references in Sema
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
frontend: fix stack protector option logic
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
Compilation: cleanup hashmap usage
Jacob Young
2023-10-08
give modules friendly names for error reporting
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley