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
2024-06-15
compiler: move LazySrcLoc out of std
mlugg
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-02
Replace YES_COLOR with CLICOLOR_FORCE
Carl Åstholm
2024-05-27
std.debug.Trace: follow the struct default field guidance
Andrew Kelley
2024-04-07
std.zig.fmtId: conditionally escape primitives/`_`
Carl Åstholm
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-10
improve documentation in std
Andrew Kelley
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-26
std.zig: don't try to unit test a separate exe
Andrew Kelley
2024-02-26
compiler: JIT zig fmt
Andrew Kelley
2024-02-26
move AstGen to std.zig.AstGen
Andrew Kelley
2024-02-26
rearrange std.zig
Andrew Kelley
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-26
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley
2024-02-04
Zir: store extra source hashes required for incremental
mlugg
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
fix std lib tests
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-11-24
frontend: move AstRlAnnotate to std.zig namespace
Meghan Denny
2023-11-24
frontend: move BuiltinFn to std.zig namespace
Meghan Denny
2023-10-08
make Package.Path support string escape formatting
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
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
[next]