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
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-02
compiler: allow `@import` of ZON without a result type
Mason Remaley
2025-03-24
Sema: use unwrapped generic owner in `getFuncInstanceIes`
David Rubin
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-02-27
Move the compiler's LLVM bitcode builder to std.zig.llvm.
Alex Rønne Petersen
2025-02-23
compiler: Implement @disableIntrinsics() builtin function.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-05
Sema: fix incorrectly succeeding type resolution
mlugg
2025-02-04
compiler: integrate importing ZON with incremental compilation
mlugg
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-26
Merge pull request #22602 from mlugg/incr-embedfile
Matthew Lugg
2025-01-25
incremental: handle `@embedFile`
mlugg
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-22
compiler: pass error return traces everywhere
mlugg
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
wasm codegen: fix mistaking extern data as function
Andrew Kelley
2025-01-15
resolve merge conflicts
Andrew Kelley
2025-01-15
wasm linker: fix calling imported functions
Andrew Kelley
2025-01-15
wasm linker: implement missing logic
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-10
cbe: fix miscomps of the compiler
Jacob Young
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
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
2024-12-29
InternPool: fix leak when the last namespace bucket is full
Jacob Young
2024-12-26
InternPool: fix segfault in `rehashTrackedInsts`
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 cau and nav indices
Jacob Young
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-12-18
compiler: move `RuntimeIndex` to `Sema`
mlugg
2024-12-17
InternPool: fix typo
Jacob Young
2024-12-16
Dwarf: include comptime-only values in debug info
Jacob Young
2024-12-16
InternPool: we have pointer subtraction now!
Jacob Young
2024-12-13
Add compiler internals tests
Carl Åstholm
2024-12-09
Merge pull request #22157 from mlugg/astgen-error-lazy
Andrew Kelley
2024-12-08
InternPool: fix crash in `rehashTrackedInsts`
mlugg
2024-12-05
compiler: incremental compilation fixes
mlugg
2024-11-25
ip: cleanup `@constCast` usages
David Rubin
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-22
tests: add tests for is_dll_import externs
kcbanner
2024-10-22
Add support for specifying `dll_storage_class` in @extern
kcbanner
[next]