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
/
Zcu.zig
Age
Commit message (
Expand
)
Author
2025-01-16
compiler: make it easier to apply breaking changes to `std.builtin`
mlugg
2025-01-15
wasm linker: implement `@tagName` functions when tags are autoassigned
Andrew Kelley
2025-01-15
wasm linker: don't assume nav callees are fully resolved
Andrew Kelley
2025-01-15
wasm linker: implement name subsection
Andrew Kelley
2025-01-15
frontend: add const to more Zcu pointers
Andrew Kelley
2025-01-15
wasm codegen: fix some compilation errors
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2025-01-05
compiler: slightly simplify builtin decl memoization
mlugg
2025-01-04
incremental: new `AnalUnit` to group dependencies on `std.builtin` decls
mlugg
2025-01-04
incremental: correctly return `error.AnalysisFail` when type structure changes
mlugg
2025-01-01
incremental: fix errors not being deleted upon re-analysis
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-24
compiler: remove Cau
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-19
Zcu: allow `node_offset_var_decl_*` source location for function declarations
mlugg
2024-12-15
compiler: remove doc comments from Zir
mlugg
2024-12-05
std.zig.Zir: improve instruction tracking
mlugg
2024-11-02
cbe: Support some more calling conventions.
Alex Rønne Petersen
2024-11-02
compiler: Handle arm_aapcs16_vfp alongside arm_aapcs_vfp in some places.
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-27
spirv: fix up calling conventions for vulkan
Robin Voetter
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-22
Change `ExternOptions.dll_storage_class` to `is_dll_import`
kcbanner
2024-10-22
Add support for specifying `dll_storage_class` in @extern
kcbanner
2024-10-19
x86_64: handle incoming stack alignment
mlugg
2024-10-19
x86_64,riscv64: fix incorrect `incoming_stack_alignment` handling
mlugg
2024-10-19
Zcu: correct `callconvSupported` for self-hosted aarch64
mlugg
2024-10-19
cbe,translate-c: support more callconvs
mlugg
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
2024-10-19
compiler: remove @setAlignStack
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-16
incremental: introduce `file` dependencies to handle AstGen failures
mlugg
2024-10-16
Zcu: cache output of `resolveReferences` between calls
mlugg
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-09-26
fix still calling std.builtin.panic sometimes
Andrew Kelley
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-26
reimplement integer overflow safety panic function calls
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-23
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
Alex Rønne Petersen
2024-09-12
InternPool: Replace default values with a .empty declaration
Linus Groh
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
zcu: add some documentation around `Zcu.Feature`
David Rubin
[prev]
[next]