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
/
codegen.zig
Age
Commit message (
Expand
)
Author
2025-01-15
wasm linker: implement missing logic
Andrew Kelley
2025-01-15
wasm: fix many compilation errors
Andrew Kelley
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-05
x86_64: fix `@errorName` data
Jacob Young
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-23
link.Elf.ZigObject.updateFunc: reduce data dependencies
Andrew Kelley
2024-09-10
codegen: implement output to the `.debug_info` section
Jacob Young
2024-08-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-17
frontend: incremental progress
mlugg
2024-08-17
codegen: fix rebase gone wrong
Jakub Konka
2024-08-17
macho: update codegen and linker to distributed jump table approach
Jakub Konka
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-15
riscv: do not emit GOT relocations for special linker symbols
Jakub Konka
2024-08-15
elf: introduce Symbol.flags.is_extern_ptr for refs potentially needing GOT
Jakub Konka
2024-08-13
x86_64: handle lea_symbol returned by genNavRef
Jakub Konka
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-07
elf: fix compile errors
Jakub Konka
2024-07-26
riscv: boilerplate for creating lazy functions
David Rubin
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-18
macho: update ZigObject to use new ownership model
Jakub Konka
2024-07-17
Merge pull request #20474 from Rexicon226/riscv
Jakub Konka
2024-07-16
Value: eliminate static recursion loop from value printing
mlugg
2024-07-14
riscv: `@atomicRmw`
David Rubin
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-10
InternPool: make `global_error_set` thread-safe
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
Zcu: extract permanent state from File
Andrew Kelley
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-27
Merge pull request #19430 from ziglang/dwarf-ub
Jakub Konka
2024-03-26
compiler: eliminate TypedValue
mlugg
2024-03-26
compiler: eliminate most usages of TypedValue
mlugg
2024-03-26
Zcu: eliminate `Decl.alive` field
mlugg
2024-03-26
compiler: eliminate legacy Value representation
mlugg
2024-03-26
Zcu.Decl: remove `ty` field
mlugg
2024-03-25
dwarf+codegen: use appendNTimes instead of writer().writeByteNTimes
Jakub Konka
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
[next]