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
2020-09-03
Merge pull request #6242 from Vexu/stage2
Andrew Kelley
2020-09-03
std meta: fix use of alignOf in meta.cast
Lachlan Easton
2020-09-03
Merge pull request #6238 from Aransentin/master
Andrew Kelley
2020-09-03
os: return error.SocketNotListening for EINVAL on accept (#6226)
Kenta Iwasaki
2020-09-03
std: Fix silent overflow in float parsing code
LemonBoy
2020-09-03
stage2: fix tokenizer float bug
Vexu
2020-09-03
Split the sync tests into sync and fsync
Jens Goldberg
2020-09-03
Add C declarations and tests for the sync functions
Jens Goldberg
2020-09-02
std: add fmt option to escape non-printable characters
daurnimator
2020-09-02
Merge pull request #6229 from LemonBoy/fix-6054
Andrew Kelley
2020-09-02
Add the sync functions
Aransentin
2020-09-02
Merge pull request #6194 from LakeByTheWoods/fmt_indentation
Andrew Kelley
2020-09-02
zig fmt: Patch rename stream to ais (auto indenting stream) & other small ref...
Lachlan Easton
2020-09-02
Merge pull request #5999 from Sahnvour/hashmap
Sahnvour
2020-09-02
builtin: Add TypeInfo.StructField.is_comptime
Tadeo Kondrak
2020-09-02
hash_map: rename to ArrayHashMap and add new HashMap implementation
Sahnvour
2020-09-01
std: Fix C-string with missing NUL terminator
LemonBoy
2020-09-01
zig fmt: Fix merge errors
Lachlan Easton
2020-09-01
Merge remote-tracking branch 'ziglang/master' into fmt_indentation
Lachlan Easton
2020-09-01
zig fmt: Fix regression not covered by testing
Lachlan Easton
2020-08-31
follow filesystem hierarchy standard when adding lib directories
Jan200101
2020-08-31
Merge pull request #6208 from tadeokondrak/remove-@OpaqueType
Andrew Kelley
2020-08-31
Merge pull request #6197 from LemonBoy/fix-6049
Andrew Kelley
2020-08-31
zig fmt: Set indent_delta to 2 when rendering inline asm
Lachlan Easton
2020-08-31
zig fmt: Remove dynamic stack from auto-indenting-stream
Lachlan Easton
2020-08-31
gpa: Don't leak memory when the upper bound is hit
LemonBoy
2020-08-30
std.zig.render: specify when rewrite should be removed
Tadeo Kondrak
2020-08-30
std.zig.render: rewrite @OpaqueType() to @Type(.Opaque)
Tadeo Kondrak
2020-08-31
Merge pull request #6184 from tadeokondrak/TrailerFlags-update
Andrew Kelley
2020-08-30
std.zig.ast: make getTrailer/setTrailer private and add getters/setters
Tadeo Kondrak
2020-08-30
std.ChildProcess: pass CLOEXEC when creating error pipe
daurnimator
2020-08-30
Add more missing MachO constants and structs
Jakub Konka
2020-08-30
Merge pull request #6189 from katesuyu/div-ceil
Andrew Kelley
2020-08-30
handle lack of privilege to create symbolic links on windows
Sahnvour
2020-08-30
compiler-rt: Add missing floatdisf routine
LemonBoy
2020-08-30
std: Open the eventfd fd with CLOEXEC flag
LemonBoy
2020-08-30
Use ArrayList instead of fixed array for auto_indenting_stream
Lachlan Easton
2020-08-30
zig fmt review comments
Lachlan Easton
2020-08-29
gpa: Fix bookkeeping logic
LemonBoy
2020-08-29
fix SimpleTextInputProtocol
wozeparrot
2020-08-29
std.math.divCeil: fix expectEqual argument order
Kate Tsuyu
2020-08-29
std.math.divCeil: use expectEqual for tests
Kate Tsuyu
2020-08-29
std.math.divCeil: move compile error back down
Kate Tsuyu
2020-08-29
std.math.divCeil: move compile error to top
Kate Tsuyu
2020-08-29
std.math.divCeil: support comptime_int/float
Kate Tsuyu
2020-08-29
Refactor zig fmt indentation. Remove indent from rendering code and have a st...
Lachlan Easton
2020-08-28
Improve io.Reader.skipBytes and add tests
joachimschmidt557
2020-08-28
std.math.divCeil: conform to more test cases
Kate Tsuyu
2020-08-28
std.math.divCeil: handle floats correctlier
Kate Tsuyu
2020-08-28
std.math.divCeil: handle floats correctly
Kate Tsuyu
[next]