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
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
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-21
Merge pull request #16105 from jacobly0/intern-pool-opt
Andrew Kelley
2023-06-20
Type: delete legacy allocation functions
Jacob Young
2023-06-20
codegen: Set c_char signedness based on the target
Evan Haas
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
compiler: move error union types and error set types to InternPool
Andrew Kelley
2023-06-10
compiler: eliminate legacy Type.Tag.pointer
Andrew Kelley
2023-06-10
stage2: move function types to InternPool
Andrew Kelley
2023-06-10
stage2: move anon tuples and anon structs to InternPool
Andrew Kelley
2023-06-10
stage2: move union types and values to InternPool
Andrew Kelley
2023-06-10
stage2: move struct types and aggregate values to InternPool
Andrew Kelley
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: implement intTagType logic
Andrew Kelley
2023-06-10
InternPool: add a slice encoding
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-06-10
stage2: move all integer types to InternPool
Andrew Kelley
2023-06-10
stage2: move named int types to InternPool
Andrew Kelley
2023-06-10
stage2: move float types to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-04-25
cbe: fix mutability issues with builtin test_functions
Jacob Young
[next]