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
Age
Commit message (
Expand
)
Author
2024-05-18
gpa: Fix GeneralPurposeAllocator double free stack traces
Hampus Fröjdholm
2024-05-18
gpa: Add helper to calculate size class of empty buckets
Hampus Fröjdholm
2024-05-14
Merge pull request #19958 from ziglang/macho-check-object
Jakub Konka
2024-05-13
Step.CheckObject: support dumping raw section contents for MachO
Jakub Konka
2024-05-13
Step.CheckObject: put MachO object parsing logic in ObjectContext wrapper
Jakub Konka
2024-05-12
Merge pull request #19926 from squeek502/windows-sdk-cachepath-registry
Andrew Kelley
2024-05-12
[std] Fixed bug missing optional for lpName param on CreateEventExW. fixes #1...
Ronald Chen
2024-05-11
windows: use permissive file share flags everywhere (#19505)
Georgijs
2024-05-11
Merge pull request #19431 from Rexicon226/revive-riscv
Jakub Konka
2024-05-11
std.Build.Step.Run: add missing call to writeManifest
Andrew Kelley
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-05-11
riscv: back to hello world panics
David Rubin
2024-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-05-11
riscv: add enough components to get a test runner working
David Rubin
2024-05-11
riscv: implement slices
David Rubin
2024-05-11
riscv: totally rewrite how we do loads and stores
David Rubin
2024-05-11
riscv: switch `default_panic` to use the message
David Rubin
2024-05-11
riscv: add a custom panic function
David Rubin
2024-05-11
riscv: remove an allocation from `dwarf.zig`
David Rubin
2024-05-11
riscv: implement basic branching
David Rubin
2024-05-11
riscv: implement `@abs`
David Rubin
2024-05-11
riscv: update `start.zig` and restore ra from the proper stack offset
David Rubin
2024-05-11
riscv: initial cleanup and work
David Rubin
2024-05-11
astgen: fix result info for catch switch_block_err_union
Dominic
2024-05-11
Do not run asserts for WASI alignment when not targeting WASI
190n
2024-05-10
Avoid unnecessary operation in PageAllocator.
Lucas Santos
2024-05-10
ChildProcess: document StdIo behaviors (#17553)
Abhinav Gupta
2024-05-10
std.os.windows: add compileError warning against `TCHAR` & their correspondin...
expikr
2024-05-10
define an error set for `std.io.tty.Config.setColor`
Veikka Tuominen
2024-05-09
WindowsSdk: Fix every registry key being opened with KEY_WOW64_32KEY
Ryan Liptak
2024-05-09
WindowsSdk: Fix finding the _Instances directory when it's not in the default...
Ryan Liptak
2024-05-09
lib/std/os/windows/kernel32: add signature for SetConsoleMode (#18715)
Garfield Lee
2024-05-09
fix integer overflow in IoUring buffer ring size calculation
Karl Bohlmark
2024-05-09
std.compress.flate: fix panic when reading into empty buffer
Pavel Verigo
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-08
fix wrong int alignment for i65..i127 on x86 arch
Andrew Kelley
2024-05-08
restructure unit test to be easier to debug
Andrew Kelley
2024-05-08
std.Target: add spirv to toCoffTarget
Andrew Kelley
2024-05-08
std.Target.maxIntAlignment: move to compiler implementation
Andrew Kelley
2024-05-08
update detectAMDProcessor to detect znver4
Andrew Kelley
2024-05-08
LLVM 18 uses 16 byte alignment for x86_64 i128
Andrew Kelley
2024-05-08
LLVM 18 std lib updates and fixes
Andrew Kelley
2024-05-08
update CPU features to LLVM 18
Andrew Kelley
2024-05-08
update for LLVM 18 new target data
Andrew Kelley
2024-05-08
Merge pull request #19826 from jacobly0/outdirarg
Andrew Kelley
2024-05-07
fs: handle `OBJECT_NAME_COLLISION` in `makeOpenPath`
Jacob Young
2024-05-05
Run: add output directory arguments
Jacob Young
2024-05-05
Build: cleanup
Jacob Young
2024-05-05
Run: add lazy path file inputs
Jacob Young
[next]