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-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
2024-10-19
compiler: avoid unreasonable eval branch quotas
mlugg
2024-10-19
compiler: remove @setAlignStack
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-16
incremental: introduce `file` dependencies to handle AstGen failures
mlugg
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-12
InternPool: Replace default values with a .empty declaration
Linus Groh
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-10
Dwarf: implement and test multi array list
Jacob Young
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
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
[next]