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-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
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-26
Zcu: eliminate `Decl.alive` field
mlugg
2024-03-26
Zcu.Decl: remove `ty` field
mlugg
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-14
Zcu: perform orphan checks against uncoerced function
mlugg
2024-03-14
compiler: add `func_ies` incremental dependencies
mlugg
2024-03-14
compiler: progress towards incremental
mlugg
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-06
Sema: do not destroy enum type if field analysis fails
mlugg
2024-03-06
compiler: treat decl_val/decl_ref of potentially generic decls as captures
mlugg
2024-03-06
compiler: namespace type equivalence based on AST node + captures
mlugg
2024-03-06
compiler: represent captures directly in InternPool
mlugg
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-03-06
compiler: change representation of closures
mlugg
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-26
Zir: decouple from InternPool
Andrew Kelley
2024-02-26
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley
2024-02-25
Merge pull request #18906 from jacobly0/x86_64-tests
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-25
Sema: implement vector coercions
Jacob Young
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-22
Module: fix `@embedFile` of files containing zero bytes
Jacob Young
2024-02-06
Merge pull request #18814 from mlugg/incremental-dependencies
Matthew Lugg
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-04
Zcu: refactor Decl.analysis field
mlugg
2024-02-04
compiler: re-introduce dependencies for incremental compilation
mlugg
2024-02-02
InternPool: use separate key for slices
mlugg
2024-01-23
InternPool: introduce TrackedInst
mlugg
2024-01-23
Zir: represent declarations via an instruction
mlugg
2024-01-07
InternPool: Fix rare buffer overflow when initializing aggregate with sentinel
Carl Åstholm
2024-01-03
cbe: fix non-msvc externs and exports
Jacob Young
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-21
InternPool: handle `funcZirBodyInst` for `func_coerced`
Veikka Tuominen
2023-11-12
rework memory management of Module.Namespace hash maps
Andrew Kelley
2023-11-07
sema: analyze field init bodies in a second pass
kcbanner
2023-11-06
x86_64: fix passing register-sized payload as non-reigster-sized union
Jacob Young
2023-10-31
sema: when guessing union alignment, save the result and check if the guess w...
kcbanner
2023-10-31
sema: Add union alignment resolution
kcbanner
[prev]
[next]