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
/
std
/
zig.zig
Age
Commit message (
Expand
)
Author
2023-03-15
integrate the build runner and the compiler server
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-02-03
introduce ZON: Zig Object Notation
Andrew Kelley
2022-12-13
std: add object format extension for dxcontainer
Meghan
2022-11-18
fmt: canonicalize identifiers
Stevie Hryciw
2022-11-16
fix Nvptx backend outputing files at the top level of zig-cache
Guillaume Wenzek
2022-09-13
validate number literals in AstGen
Veikka Tuominen
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-07-31
update Target, CPU, OS, ABI, etc. to LLVM 15
Andrew Kelley
2022-07-10
Compilation: do not repeat same source line for notes
Veikka Tuominen
2022-03-02
stage2 parser: UTF-8 encode \u{NNNNNN} escape sequences
Cody Tapscott
2022-02-05
stage2: add support for Nvptx target
gwenzek
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-09-07
plan9: change output executable name
Jacob G-W
2021-09-01
rename std.zig.ast to std.zig.Ast; use top-level fields
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-21
remove 'pe' object format
Andrew Kelley
2021-07-08
plan9 cleanups
Andrew Kelley
2021-07-08
plan9 linker: remove panics and improve 64 bit support
Jacob G-W
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-02
stage2: improve compile errors from tokenizer
Andrew Kelley
2021-06-26
Export isValidId, remove pub on unexported functions
Robin Voetter
2021-06-14
translate-c: move utility functions to a separate namespace
Veikka Tuominen
2021-05-20
wasm: link dynamically by default when targeting wasm
Jakub Konka
2021-05-20
cc,wasi: link compiled WASI libc with wasm-ld
Jakub Konka
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-26
stage2: rewire the frontend driver to whole-file-zir
Andrew Kelley
2021-04-09
Merge pull request #8470 from ziglang/stage2-start
Andrew Kelley
2021-04-09
stage2: clean up pretty printing compile errors
Andrew Kelley
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-03-16
stage2: *WIP*: rework ZIR memory layout; overhaul source locations
Andrew Kelley
2021-02-11
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley
2021-02-11
stage2: start reworking Module/astgen for memory layout changes
Andrew Kelley
2021-02-01
Merge pull request #7827 from Snektron/spirv-setup
Andrew Kelley
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-19
SPIR-V: Initial architecture definitions and setup
Robin Voetter
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2020-12-31
Year++
Frank Denis
2020-10-17
std: remove renderStringLiteral in favor of std.fmt specifier
Vexu
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-09-30
fix incorrect dylib filename pattern in the previous commit
Andrew Kelley
2020-09-30
std.zig.binNameAlloc: take into account version for macos dylibs
Andrew Kelley
2020-09-29
update wasm to use ".o.wasm" extension for objects
Andrew Kelley
2020-09-29
improve stage2 COFF LLD linking
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
[next]