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
Age
Commit message (
Expand
)
Author
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-04-07
Merge pull request #18920 from castholm/fmtId
Andrew Kelley
2024-04-07
Use `@TypeOf` instead of `std.meta` in test_runner.zig
Carl Åstholm
2024-04-07
std.Build: add `lazyImport` (`@import` for lazy dependencies)
Carl Åstholm
2024-04-07
Update usages of `fmtId`/`isValidId`
Carl Åstholm
2024-04-06
zig std accepts --port and --no-open-browser (#19559)
Josh Wolfe
2024-04-05
Merge pull request #19260 from mikdusan/macos-zippered
Jakub Konka
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-28
std-docs: include builtin module in sources.tar
Ian Johnson
2024-03-24
reduce: fix compile errors
Jacob Young
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
Ast: fix comptime destructure
Jacob Young
2024-03-17
Revert "back out the build_runner.zig moving change"
Jacob Young
2024-03-13
zig libc: allow non-native targets
Michael Dusan
2024-03-11
Merge pull request #19174 from squeek502/lazy-resinator
Andrew Kelley
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-11
resinator: Fix auto-detected includes only being used during preprocessing
Ryan Liptak
2024-03-11
Fix progress when multiple zig rc child processes are building resinator
Ryan Liptak
2024-03-11
Report the progress of lazily building zig rc
Ryan Liptak
2024-03-11
Integrate resinator errors with Zig using std.zig.Server and ErrorBundle
Ryan Liptak
2024-03-11
Lazily compile the `zig rc` subcommand and use it during `zig build-exe`
Ryan Liptak
2024-03-10
-femit-docs: creating sources.tar
Andrew Kelley
2024-03-10
slightly better error name when wasm compilation fails
Andrew Kelley
2024-03-10
zig std: implement tar format
Andrew Kelley
2024-03-10
zig std: implement sources.tar endpoint
Andrew Kelley
2024-03-10
zig std: use threads for the http server
Andrew Kelley
2024-03-10
zig std: implement serving the wasm binary
Andrew Kelley
2024-03-10
add skeleton of `zig std` command impl
Andrew Kelley
2024-03-06
Sync Aro sources (#19199)
Veikka Tuominen
2024-03-02
move `zig objcopy` command to be lazily built
Andrew Kelley
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
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-26
back out the build_runner.zig moving change
Andrew Kelley
2024-02-26
move lazily compiled source files to lib/compiler/
Andrew Kelley