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
2022-04-07
use math/float.zig everywhere
viri
2022-04-07
std.math.is*Inf: make generic, support f80
viri
2022-04-07
std.math: generalise `inf`, even simpler `isFinite`
viri
2022-04-07
std.math.isFinite: make generic, support f80
viri
2022-04-06
std.{fmt, math}: derive float constants from std
viri
2022-04-06
math.fabs: simplify implementation, add tests
viri
2022-04-06
math.isNormal: simplify implementation, add tests
viri
2022-04-06
derive float constants in a generic way (#10133)
viri
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-04-04
std.fmt: Fix incorrect behavior with large floating point integers.
Evan Haas
2022-04-04
std.simd: Fix suggestVectorSizeForCpu
ominitay
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-04-04
Add `std.testing.checkAllAllocationFailures`
Ryan Liptak
2022-04-02
std.ArrayHashMap: lazier verifyContext calls
Andrew Kelley
2022-04-01
macho: set CS_LINKER_SIGNED flag in code signature generated by zld
Jakub Konka
2022-04-01
std.hash_map: workaround for circular dependency
Andrew Kelley
2022-03-30
std.base64: upgrade to new function pointer semantics
Andrew Kelley
2022-03-30
Remove a std.debug.print from the dwarf.zig file
James Mintram
2022-03-30
std.zig.Ast: fix escaped capture of by-value parameters
Andrew Kelley
2022-03-30
replace other uses of `std.meta.Vector` with `@Vector` (#11346)
Meghan
2022-03-29
std: avoid referencing event loop when io_mode is blocking
Andrew Kelley
2022-03-28
std.build: fix functions returning address of by value parameter
Veikka Tuominen
2022-03-28
std.mem.zeroInit: Fix behaviour with empty initialiser
ominitay
2022-03-27
std.crypto.blake3: use `@Vector` instead of `std.meta.Vector`
Andrew Kelley
2022-03-27
std.math.Complex: add 'negation' and 'mulitply by i'
BlueAlmost
2022-03-27
std.testing: add methods tmpDirPath, getTestArgs, buildExe
matu3ba
2022-03-27
std: SIMD utility functions
tecanec
2022-03-27
std.fs: Handle EINVAL from linux.getdents64
Yorhel
2022-03-24
std.MultiArrayList: check size of element, not pointer
Andrew Kelley
2022-03-24
std.meta.trait: remove assumption about vector ABI size
Andrew Kelley
2022-03-24
std.meta: fix unit tests depending on unstable behavior
Andrew Kelley
2022-03-23
stage2: fix some generics issues
Andrew Kelley
2022-03-23
std.os: disable failing fnctl file locking test
Andrew Kelley
2022-03-23
Add sem_open & sem_close
Locria Cyber
2022-03-23
math/big: correct fix for divmod (#11271)
Marc Tiehuis
2022-03-22
Fix ucontext_t
Locria Cyber
2022-03-22
macho: extend CodeSignature to accept entitlements
Jakub Konka
2022-03-21
Sema: dummy implementation of `@errorReturnTrace`
Andrew Kelley
2022-03-22
macho: add more codesig constants
Jakub Konka
2022-03-21
stage2 llvm: fix lowerDeclRefValue for function aliases
Veikka Tuominen
2022-03-21
OptionsStep: Always use `fmtId` for type names.
Lee Cannon
2022-03-20
freestanding libc: remove ceil functions
Andrew Kelley
2022-03-20
add compiler_rt ceilf/ceil/ceill
jagt
2022-03-20
add error when binary ops don't have matching whitespace on both sides
Daniel Hooper
2022-03-20
stage2: disable default panic handler when linking -lc
Andrew Kelley
2022-03-19
stage1: make type names more unique
Robin Voetter
2022-03-19
Merge pull request #11228 from Vexu/panic
Andrew Kelley
2022-03-19
fix sigaction double panic
zseri
2022-03-19
translate-c: add missing builtins used by CRuby
fn ⌃ ⌥
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
[next]