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-05-10
std.Build: support #cmakedefine01 pattern
Ali Chraghi
2023-05-10
std.enums: add tagName()
Travis Staloch
2023-05-10
Issue 15535. Normalize remainder in math.big.int.Managed.divTrunc
Brett Hill
2023-05-10
std.meta: remove tagName
Meghan
2023-05-10
fix 'zig build test' crashing with no tests
0x5a4
2023-05-10
std.c: add freebsd's kinfo_vmobject
David CARLIER
2023-05-10
std.c: adding freebsd's domainset_t bitset
David CARLIER
2023-05-09
tls: update finishRead2 for new @memcpy semantics
Pyry Kovanen
2023-05-09
Merge pull request #15623 from der-teufel-programming/autodoc-backing-int
Loris Cro
2023-05-09
std.fs: selfExePath haiku using constants instead
David Carlier
2023-05-09
std.c: adding freebsd's domainset api
David CARLIER
2023-05-09
std.c: openbsd sigcontext/ucontext for arm64.
David Carlier
2023-05-09
std.c: adding freebsd's kinfo_proc type.
David CARLIER
2023-05-09
autodoc: Fix exprName for struct and union types
Krzysztof Wolicki
2023-05-08
autodoc: Analyze and expose backing integer types for packed structs
Krzysztof Wolicki
2023-05-08
autodoc: Remove rendering "tuple" as part of the name in exprName
Krzysztof Wolicki
2023-05-08
target: fix typos in x86 feature descriptions
Jacob Young
2023-05-08
parse_float: Error when a float is attempted to be parsed into an invalid type
Jayden
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-05-08
fmt: avoid canonicalizing enum fields named `@"_"` to `_`
Jacob Young
2023-05-07
std.c: darwin add host_info based data.
David CARLIER
2023-05-07
Fix parsing of hexadecimal literals
Dominic
2023-05-07
elf: fix typo in def of SHT_LLVM_ADDRSIG
Jakub Konka
2023-05-07
elf: add more missing defs for SHT_* and SHF_*
Jakub Konka
2023-05-06
std.c: adding cpu affinity api for macOs (mainly x86_64)
David CARLIER
2023-05-05
Merge pull request #15317 from devnexen/darwin_rand_nativegen
Veikka Tuominen
2023-05-05
autodoc: Remove debug code
Krzysztof Wolicki
2023-05-05
autodoc: main.js exprName cleanup
Krzysztof Wolicki
2023-05-05
autodoc: Better comptimeExpr code for blocks
Krzysztof Wolicki
2023-05-04
std.c: add os_proc_available_memory for darwin
David CARLIER
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
fix bug and simplify std.crypto.tls.Client.limitVecs
Jonathan Marler
2023-05-03
std.log.defaultLog: remove freestanding compile error
Carl Ã…stholm
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele
2023-05-03
bpf: correct return type of ringbuf_output helper
Tw
2023-05-03
std.c: adding freebsd's CPU_COUNT macro portage.
David CARLIER
2023-05-02
Add a random generated prefix to the unix socket_path to guard against multip...
DraagrenKirneh
2023-05-01
x86_64: enable normal start/test_runner logic on more targets
Jacob Young
2023-05-01
test_runner: use const to control verbose output
Jacob Young
2023-05-01
Fix PBKDF2 docstring comment
jcalabro
2023-05-01
Updates std.meta.intToEnum to support non-exhaustive enums (#15491)
Mason Remaley
2023-04-30
std.c: add essential freebsd's capsicum api subset.
David CARLIER
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-30
std.Build: detect and disallow top-level step name clashes
dweiller
2023-04-30
std.c: freebsd add procctl exclusive x86_64 flags
David CARLIER
2023-04-30
std.c:complete further more netbsd's mmap flags
David CARLIER
2023-04-29
Merge pull request #15503 from r00ster91/noinline
Andrew Kelley
2023-04-29
Merge pull request #15478 from der-teufel-programming/autodoc-decltests
Loris Cro
2023-04-29
std.c: add mincore api to darwin.
David CARLIER
2023-04-29
std.builtin.CallModifier: add missing word
r00ster91
[next]