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
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
2020-09-24
fix a round of regressions in this branch
Andrew Kelley
2020-09-09
stage2: more progress moving `zig cc` to stage2
Andrew Kelley
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-21
Hash functions now accept an option set
Frank Denis
2020-08-20
Breaking: sort std/crypto functions into categories
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-19
fixes and improvements for parseCharLiteral
dbandstra
2020-08-18
stage2: character literals and multiline strings
Vexu
2020-08-03
stage2 .debug_line stepping with gdb is working
Andrew Kelley
2020-08-02
codegen: emit .debug_line ops for IR instructions
Andrew Kelley
2020-06-24
self-hosted: add compare output test for new AST->ZIR code
Andrew Kelley
2020-06-18
stage2: hook up Zig AST to ZIR
Andrew Kelley
2020-05-01
add ZIR compare output test case to test suite
Andrew Kelley
2020-04-19
implement rendering escaped zig string literals
Andrew Kelley
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-19
make the CLI support depending on system headers and libraries
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley