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
/
PerThread.zig
Age
Commit message (
Expand
)
Author
2024-12-19
compiler: disallow `align` etc annotations on comptime-only globals
mlugg
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-12-15
compiler: remove doc comments from Zir
mlugg
2024-12-11
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-12-06
Zcu: allow test declarations to be failed
mlugg
2024-12-05
compiler: incremental compilation fixes
mlugg
2024-12-05
compiler: allow files with AstGen errors to undergo semantic analysis
mlugg
2024-11-27
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...
Justin Braben
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-23
combine codegen work queue and linker task queue
Andrew Kelley
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-22
Add support for specifying `dll_storage_class` in @extern
kcbanner
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-16
incremental: introduce `file` dependencies to handle AstGen failures
mlugg
2024-09-26
I think it's better to put the imports at the top
Andrew Kelley
2024-09-26
fixes and make sema report errors when std.builtin wrong
Andrew Kelley
2024-09-26
reimplement integer overflow safety panic function calls
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-15
compiler: always resolve field inits, remove unnecessary eager resolution
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-09
comp: `populateTestFunctions` shouldn't bubble up `AnalysisFail`
David Rubin
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
Zcu: avoid trying to link failed container types and contained navs
Jacob Young
2024-08-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
remove `mod` aliases for Zcus
David Rubin
2024-08-25
sema: clean-up `{union,struct}FieldAlignment` and friends
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-24
incremental: fix adding/removing aggregate fields
mlugg
2024-08-20
Dwarf: fix issues with inline call sites
Jacob Young
2024-08-20
Dwarf: emit info about inline call sites
Jacob Young
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
2024-08-18
frontend: handle incremental updates of replaced runtime functions
mlugg
2024-08-18
frontend: removed resolved IES data for outdated functions
mlugg
2024-08-17
compiler: add some doc comments
mlugg
2024-08-17
frontend: incremental compilation progress
mlugg
2024-08-17
InternPool: don't remove outdated types
mlugg
2024-08-17
Zcu: panic on usingnamespace with -fincremental
mlugg
2024-08-17
Zcu: typo
mlugg
2024-08-17
frontend: yet more incremental work
mlugg
2024-08-17
frontend: incremental progress
mlugg
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-11
frontend: give all container types namespaces
mlugg
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-17
Merge pull request #20653 from mlugg/incremental-fix
Matthew Lugg
2024-07-16
Merge pull request #20632 from jacobly0/codegen-thread
Jacob Young
2024-07-16
Zcu: updateZirRefs typo
mlugg
2024-07-16
Merge pull request #20637 from mlugg/comptime-resolution-strat
Matthew Lugg
[prev]
[next]