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
/
lib
/
compiler
/
aro
Age
Commit message (
Expand
)
Author
2024-08-21
compiler: handle eval branch quota in memoized calls
mlugg
2024-08-15
Merge pull request #21020 from alexrp/target-fixes
Andrew Kelley
2024-08-15
std.time.epoch: Fix comments referring to epoch as 1970-10-01
Linus Groh
2024-08-15
std.Target: Pull toCoffMachine()/toElfMachine() up from Arch to Target.
Alex Rønne Petersen
2024-08-14
Merge pull request #21031 from linusg/std-target-naming
Andrew Kelley
2024-08-12
std.Target: Remove liteos OS tag.
Alex Rønne Petersen
2024-08-12
std.Target: Remove minix OS tag.
Alex Rønne Petersen
2024-08-12
std.Target: Rename glsl450 Arch tag to opengl.
Alex Rønne Petersen
2024-08-12
std.Target: Rename c_type_* functions to camel case
Linus Groh
2024-08-07
Merge pull request #20894 from alexrp/target-cleanup-4
Andrew Kelley
2024-08-04
std.sort: Remove key argument from binary-search-like functions (#20927)
Fri3dNstuff
2024-08-01
std.Target: Rework isPPC()/isPPC64() functions.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `cloudabi` OS tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `ananas` OS tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `spir`/`spir64` architecture tags.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-21
std.Target.Os: Rename lv2 to ps3.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `tce`/`tcele` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `shave` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `hsail`/`hsail64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `amdil`/`amdil64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `r600` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `renderscript32`/`renderscript64` arch tags.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `coreclr` ABI specifier.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `nacl` OS specifier and `le32`/`le64` arch specifiers.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `kfreebsd` OS specifier.
Alex Rønne Petersen
2024-07-20
std.Target: Remove the `gnuf64` ABI specifier.
Alex Rønne Petersen
2024-07-03
Rename MAX_NAME_BYTES to max_name_bytes
Michael Bradshaw
2024-07-02
Rename isASCII to isAscii
Michael Bradshaw
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-09
Merge pull request #19918 from ziglang/xros
Andrew Kelley
2024-05-09
aro translate-c: support for record types added
february cozzocrea
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-08
std.Target.maxIntAlignment: move to compiler implementation
Andrew Kelley
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-06
Sync Aro sources (#19199)
Veikka Tuominen
2024-02-28
zig fmt: off in the generated files
Andrew Kelley
2024-02-28
make aro-based translate-c lazily built from source
Andrew Kelley
[prev]