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
/
c.zig
Age
Commit message (
Expand
)
Author
2025-08-13
Merge pull request #24674 from Justus2308/undef-shift-bitwise
Matthew Lugg
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-11
cbe: emit `nonstring` attribute
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-20
cbe: fix comptime-known packed unions
Jacob Young
2025-07-16
inline assembly: use types
Andrew Kelley
2025-07-09
CBE: avoid depending on std.io.Writer.count
Andrew Kelley
2025-07-08
C backend: fix bitcasting regression
Andrew Kelley
2025-07-07
fix 32-bit compilation
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt.format: use {t} for tag name rather than {s}
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
C backend: fix compilation errors
Andrew Kelley
2025-07-07
cbe: reapply writer changes
Andrew Kelley
2025-07-07
C backend: prepare for merge
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
compiler: update all instances of std.fmt.Formatter
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-15
compiler: fix `@intFromFloat` safety check
mlugg
2025-06-15
Legalize: make the feature set comptime-known in zig1
Jacob Young
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-06-01
cbe: legalize safety instructions in non-zig1 builds
Jacob Young
2025-05-31
cbe: implement `stdbool.h` reserved identifiers
Jacob Young
2025-05-31
Sema: remove `all_vector_instructions` logic
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-03
Merge pull request #23263 from mlugg/comptime-field-ptr
Matthew Lugg
2025-04-27
C backend: less branching
Andrew Kelley
2025-04-28
cbe: aggregate assignment does not need a second cast
mlugg
2025-04-28
cbe: assignment is not initialization
Jacob Young
2025-04-26
compiler: add @memmove builtin
dweiller
2025-03-21
big.int: fix yet another truncate bug
Jacob Young
2025-02-23
cbe: Implement support for -fno-builtin and @disableIntrinsics().
Alex Rønne Petersen
2025-02-22
zig build fmt
Andrew Kelley
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-10
cbe: fix crash rendering argument names in lazy functions
Jacob Young
2025-02-10
cbe: emit linksection for `@export`
Jacob Young
2025-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-30
compiler: add `intcast_safe` AIR instruction
mlugg
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
[next]