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-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-26
remove some stale code
David Rubin
2024-08-25
sema: `resolve{Struct,Union}Inner` don't throw away Semas
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-21
compiler: handle eval branch quota in memoized calls
mlugg
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
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-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
[next]