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
2024-08-12
all: Handle spirv in addition to spirv(32,64) where applicable.
Alex Rønne Petersen
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `spir`/`spir64` architecture tags.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `tce`/`tcele` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `shave` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `hsail`/`hsail64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `amdil`/`amdil64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `r600` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `renderscript32`/`renderscript64` arch tags.
Alex Rønne Petersen
2024-07-20
Merge pull request #20402 from alexrp/target-cleanup
Andrew Kelley
2024-07-20
dev: fix llvm backend checks
Jacob Young
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-20
std.Target: Remove `nacl` OS specifier and `le32`/`le64` arch specifiers.
Alex Rønne Petersen
2024-07-15
update some Module references to Zcu instead
Andrew Kelley
2024-07-14
frontend: add -fincremental, -fno-incremental flag
Andrew Kelley
2024-07-14
Merge pull request #20593 from jacobly0/more-races
Andrew Kelley
2024-07-13
zcu: fixup incorrect pass-by-value of Zcu
kcbanner
2024-07-13
Compilation: introduce work stages for better work distribution
Jacob Young
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-12
Merge pull request #20580 from ziglang/watch
Andrew Kelley
2024-07-12
Zcu: allow atomic operations on packed structs
Jacob Young
2024-07-12
frontend: add file system inputs for incremental cache mode
Andrew Kelley
2024-07-10
InternPool: make `global_error_set` thread-safe
Jacob Young
2024-07-10
InternPool: make `tracked_insts` thread-safe
Jacob Young
2024-07-10
InternPool: make `files` more thread-safe
Jacob Young
2024-07-10
InternPool: fix undefined decl fully qualified name
Jacob Young
2024-07-10
InternPool: add `FileIndex` to `*File` mapping
Jacob Young
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-09
InternPool: implement thread-safe allocated lists
Jacob Young
2024-07-08
Compilation: put supported codegen backends on a separate thread
Jacob Young
2024-07-07
InternPool: implement and use thread-safe list for items
Jacob Young
2024-07-07
InternPool: implement and use thread-safe list for strings
Jacob Young
2024-07-07
InternPool: implement thread-safe hash map
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
frontend: TrackedInst stores FileIndex instead of path digest
Andrew Kelley
2024-07-04
Zcu: extract permanent state from File
Andrew Kelley
2024-07-04
cbe: fix for export changes
Jacob Young
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: rework reference traces
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-07-04
Zcu: rework exports
mlugg
2024-07-04
compiler: rename AnalSubject to AnalUnit
mlugg
2024-06-26
InternPool: rename `Depender` to `AnalSubject`
mlugg
2024-06-26
Zir: make `src_line` absolute for `declaration` instructions
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley