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
/
arch
/
wasm
/
CodeGen.zig
Age
Commit message (
Expand
)
Author
2024-03-11
Merge pull request #19229 from tiehuis/ryu-128
Andrew Kelley
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-10
wasm/codegen: add "and" + "or" impl for big ints
Marc Tiehuis
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-03-02
Air: replace `.dbg_inline_*` with `.dbg_inline_block`
Jacob Young
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-29
wasm: make symbol indexes a non-exhaustive enum
Luuk de Gram
2024-02-29
wasm: re-implement `updateExports`
Luuk de Gram
2024-02-29
wasm: create linking objects in correct module
Luuk de Gram
2024-02-29
wasm: move incremental Dwarf info into ZigObject
Luuk de Gram
2024-02-26
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley
2024-02-26
compiler: decide dbg_var scoping based on AIR blocks
mlugg
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-16
InternPool: make more use of `NullTerminatedString.Slice`
Jacob Young
2024-02-11
wasm: correctly lower packed structs in arguments
Luuk de Gram
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-02
InternPool: use separate key for slices
mlugg
2024-01-29
llvm: ensure returned undef is 0xaa bytes when runtime safety is enabled
Veikka Tuominen
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: update references to target
Andrew Kelley
2024-01-01
update references to module (to be renamed to zcu)
Andrew Kelley
2024-01-01
compiler: update references to single_threaded
Andrew Kelley
2024-01-01
linker: update references to module
Andrew Kelley
2023-12-03
Air: use typesafe `Air.Inst.Index`
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-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-07
wasm: support rendering unions using their backing type if they have no defin...
kcbanner
2023-11-01
wasm: fix bitcasting to -and from arrays
Luuk de Gram
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-24
InternPool: remove runtime_value representation
mlugg
2023-10-23
Merge pull request #17651 from Vexu/error-limit
Andrew Kelley
2023-10-22
remove uses of non-configurable `err_int`
Veikka Tuominen
2023-10-21
codegen: implement lowering aligned anon decls
Jacob Young
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-15
wasm: lower min/max for floats to compiler_rt
Robin Voetter
2023-10-14
codegen/wasm: fix non-byte-sized signed integer comparison
Xavier Bouchoux
2023-10-14
codegen/wasm: fix tuple member offset computation
Xavier Bouchoux
2023-10-09
Merge pull request #17391 from xxxbxxx/load-i4
Andrew Kelley
2023-10-08
wasm: correctly lower signed value in `@tagName`
Luuk de Gram
2023-10-08
codegen/wasm: fix intcast accross 32-bits boundary
Xavier Bouchoux
2023-10-03
wasm: implement lowering anon decls
Luuk de Gram
2023-10-03
compiler: start handling anonymous decls differently
Andrew Kelley
2023-10-03
codegen: fix byte-aligned field offsets in unaligned nested packed structs
Xavier Bouchoux
2023-10-03
codegen: fix field offsets in packed structs
Xavier Bouchoux
2023-09-27
Rename `@fabs` to `@abs` and accept integers
antlilja
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-10
wasm: implement more math operations on 128 bit integers
Techatrix
2023-09-10
wasm: implement common conversions between integers/floats with bitsize large...
Techatrix
[next]