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
Age
Commit message (
Expand
)
Author
2025-08-11
cbe: emit `nonstring` attribute
Jacob Young
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-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Mul)`
Jacob Young
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-05-17
x86_64: rewrite `@splat`
Jacob Young
2025-05-17
x86_64: rewrite vector `+|`
Jacob Young
2025-04-11
compiler: Move int size/alignment functions to std.Target and std.zig.target.
Alex Rønne Petersen
2025-04-11
std.Target: Rename charSignedness() to cCharSignedness().
Alex Rønne Petersen
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-02-22
zig build fmt
Andrew Kelley
2025-02-10
cbe: fix incomplete array element types
Jacob Young
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
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
x86_64: implement fallback for pcmpeqq
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
2024-08-12
std.Target: Rename c_type_* functions to camel case
Linus Groh
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-15
compiler: move LazySrcLoc out of std
mlugg
2024-05-08
std.Target.maxIntAlignment: move to compiler implementation
Andrew Kelley
2024-05-04
InternPool: eliminate `var_args_param_type`
mlugg
2024-04-22
x86_64: fix C abi for unions
Jacob Young
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-03-30
cbe: fix uncovered bugs
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-30
cbe: fix bugs revealed by an upcoming commit
Jacob Young
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
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-09-21
compiler: fix structFieldName crash for tuples
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-25
std.cstr: deprecate namespace
Eric Joldasov
[next]