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
/
InternPool.zig
Age
Commit message (
Expand
)
Author
2024-08-11
frontend: give all container types namespaces
mlugg
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-22
add new builtin: `@disableInstrumentation`
Andrew Kelley
2024-07-21
ip: use `getExternFunc` in `getCoerced`
David Rubin
2024-07-16
Merge pull request #20632 from jacobly0/codegen-thread
Jacob Young
2024-07-16
InternPool: enable separate codegen/linking thread
Jacob Young
2024-07-16
InternPool: reduce max tid width by one bit
Jacob Young
2024-07-16
InternPool: fix various data structure invariants
Jacob Young
2024-07-16
InternPool: fix `DependencyIterator` iteration
Jacob Young
2024-07-15
Sema: support pointer subtraction
Wooster
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-10
InternPool: fix optimization assertion failure
Jacob Young
2024-07-10
InternPool: make `global_error_set` thread-safe
Jacob Young
2024-07-10
InternPool: fix extra mutation races
Jacob Young
2024-07-10
InternPool: make `maps` 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
InternPool: fix race on struct flags
Jacob Young
2024-07-10
InternPool: fix race on `FuncInstance.branch_quota`
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
InternPool: fix multi-thread build
Jacob Young
2024-07-07
InternPool: fix dumping of simple types
Jacob Young
2024-07-07
InternPool: start documenting new thread-safe fields
Jacob Young
2024-07-07
InternPool: implement and use thread-safe list for extra and limbs
Jacob Young
2024-07-07
InternPool: remove usage of data with simple indices
Jacob Young
2024-07-07
InternPool: temporarily disable multi-threaded behavior
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: replace garbage with an arena
Jacob Young
2024-07-07
InternPool: use thread-safe hash map 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
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
2024-06-15
Zcu: rework source locations
mlugg
2024-06-15
compiler: move LazySrcLoc out of std
mlugg
2024-05-04
InternPool: eliminate `var_args_param_type`
mlugg
2024-04-22
x86_64: fix C abi for unions
Jacob Young
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-04-07
Update usages of `fmtId`/`isValidId`
Carl Ã…stholm
2024-03-30
Sema: rework `@fieldParentPtr` to accept a pointer type
Jacob Young
[next]