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
Age
Commit message (
Expand
)
Author
2023-09-23
std.testing: expectEqualDeep() - support self-referential structs
travisstaloch
2023-09-22
build: add --skip-oom-steps
kcbanner
2023-09-22
Added basic support for wasm32-emscripten target
Aven Bross
2023-09-22
Merge pull request #17069 from squeek502/resinator
Andrew Kelley
2023-09-20
autodoc: show more doc comments for namespaces and types
Loris Cro
2023-09-19
update libcxx to latest LLVM release/17.x
Andrew Kelley
2023-09-19
nvptx: omit sm_90a from the CPU target features for now
Andrew Kelley
2023-09-19
skip regressed LLVM 17 std lib test on powerpc
Andrew Kelley
2023-09-19
libcxx: update for llvm 17.0.0rc3
Andrew Kelley
2023-09-19
compiler_rt: fix arm hard-float f16 abi
Jacob Young
2023-09-19
compiler_rt: fight off `@as` invasion
Jacob Young
2023-09-19
compiler_rt: fix fp sub being optimized to call itself
Jacob Young
2023-09-19
start: workaround for LLVM 17 regression
Jacob Young
2023-09-19
libcxx: update to LLVM 17
Andrew Kelley
2023-09-19
libcxxabi: update to LLVM 17
Andrew Kelley
2023-09-19
libunwind: update to LLVM 17
Andrew Kelley
2023-09-19
LLVM 17 std lib updates and fixes
Andrew Kelley
2023-09-19
update C language headers to LLVM 17
Andrew Kelley
2023-09-19
update CPU features to LLVM 17
Andrew Kelley
2023-09-19
update for LLVM 17 new target data
Andrew Kelley
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-09-18
std: math.absInt: update docs to use fabs for floats
Meghan Denny
2023-09-18
Return error.WouldBlock when connect returns .WSAEWOULDBLOCK
Daniel Guzman
2023-09-18
std.zig.c_translation.zig: fix L suffix with sized ints
Banacial
2023-09-18
wasi: update `sock_recv` and `sock_send` according to preview1
nikneym
2023-09-17
Make `std.os.getenv` always a compile error on Windows
Ryan Liptak
2023-09-17
autodoc: split json payload per field
Loris Cro
2023-09-17
autodoc: rename the doctest section in the frontend to 'Usage Examples'
Loris Cro
2023-09-17
rc compilation: Use MSVC includes if present, fallback to mingw
Ryan Liptak
2023-09-17
addWin32ResourceFile: Ignore the resource file if the target object format is...
Ryan Liptak
2023-09-17
Add a .rc -> .res compiler to the Zig compiler
Ryan Liptak
2023-09-17
Merge pull request #16929 from truemedian/more-http
Andrew Kelley
2023-09-16
std: correct getcontext for Android bionic libc
Stephen Gutekanst
2023-09-16
autodoc: Implement various missing expressions in ex (#17129)
Krzysztof Wolicki
2023-09-16
autodoc: Implement builtin function rendering.
Krzysztof Wolicki
2023-09-16
autodoc: Fix styling of the navbar
Krzysztof Wolicki
2023-09-16
autodoc: Remove unnecessary Expr tag
Krzysztof Wolicki
2023-09-16
autodoc: Handle `ref` ZIR instruction
Krzysztof Wolicki
2023-09-15
ErrorBundle: rename addBundle to addBundleAsNotes, add addBundleAsRoots
Ryan Liptak
2023-09-15
ErrorBundle.addOtherSourceLocation: Fix source_line ending up as garbage when...
Ryan Liptak
2023-09-15
Merge pull request #17156 from mlugg/destructure
Andrew Kelley
2023-09-15
package manager: write deps in a flat format, eliminating the FQN concept
mlugg
2023-09-15
compiler: implement destructuring syntax
mlugg
2023-09-15
bpf: remove unhelpful "comptime" and fix union order
bfredl
2023-09-14
std.math.log_int: implement integer logarithm without using float math
Federico Stra
2023-09-14
ComptimeStringMap: Add version that takes an equality function
Ryan Liptak
2023-09-14
std: add compile error when using `std.os.getenv` on the wasi target
Rafael Fernández López
2023-09-14
fs tests: Skip UNC path types in Dir.rename tests
Ryan Liptak
2023-09-13
std.json: add fmt function (#17055)
Jonathan Marler
2023-09-13
Merge pull request #17046 from tiehuis/improve-hash-tests
Andrew Kelley
[next]