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
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-25
std.os: remove special case for haiku
Andrew Kelley
2021-02-25
haiku: minor fixups
Andrew Kelley
2021-02-25
initial support for haiku defer debug
Al Hoang
2021-02-25
initial support for haiku sync update
Al Hoang
2021-02-25
initial support for haiku continue clean up
Al Hoang
2021-02-25
initial support for haiku past stage0
Al Hoang
2021-02-25
std/build: Add support for LTO configuration
Hubert Jasudowicz
2021-02-25
std: Clear old memory on free
LemonBoy
2021-02-24
zig fmt: fix extern function with missing param name
Andrew Kelley
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-24
zig fmt: function with labeled block as return type
Andrew Kelley
2021-02-24
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley
2021-02-24
MultiArrayList: use @memcpy as a workaround
Andrew Kelley
2021-02-24
zig fmt: rework single statement if/while/for indentation
Isaac Freund
2021-02-24
Avoid concept of a "Unicode character" in documentation and error messages (#...
Josh Wolfe
2021-02-24
zig fmt: fix comment indent after multiline single statement if/while/for
Isaac Freund
2021-02-24
zig fmt: handle comments in switch case value list
Isaac Freund
2021-02-24
zig fmt: fix firstToken() for switch_case
Isaac Freund
2021-02-23
zig fmt: respect extra newline between fn and pub usingnamespace
Andrew Kelley
2021-02-23
std.MultiArrayList: add workaround for LLVM bug
Andrew Kelley
2021-02-23
zig fmt: add 3 more disabled failing test cases
Andrew Kelley
2021-02-23
zig fmt: for loop with ptr payload and index
Andrew Kelley
2021-02-23
zig fmt: fn proto end with anytype and comma
Andrew Kelley
2021-02-23
zig fmt: fix inline assembly test cases
Andrew Kelley
2021-02-23
zig fmt: multiline string literals + array init
Andrew Kelley
2021-02-23
zig fmt: fn call with comments and multiline strings
Andrew Kelley
2021-02-23
zig fmt: comments/line breaks in field access chain
Isaac Freund
2021-02-23
zig fmt now intentionally respects all empty line comments
Andrew Kelley
2021-02-23
zig fmt: handle comments in array type/init/access
Isaac Freund
2021-02-23
zig fmt: enable array init trailing comment insertion test
Isaac Freund
2021-02-23
zig fmt: remove stray std.debug.print()
Isaac Freund
2021-02-23
zig fmt: insert trailing comma in struct init with comment
Isaac Freund
2021-02-23
zig fmt: insert trailing comma in fn params with comment
Isaac Freund
2021-02-23
zig fmt: container doc comments
Isaac Freund
2021-02-23
std.Thread.Semaphore: Fix wrong variable name
johnLate
2021-02-22
zig fmt: array literal with hint
Andrew Kelley
2021-02-22
zig fmt: struct literal containing a multiline expression
Andrew Kelley
2021-02-22
zig fmt: alignment in anonymous literal
Andrew Kelley
2021-02-22
zig fmt: function params should align nicely
Andrew Kelley
2021-02-22
zig fmt: while
Andrew Kelley
2021-02-22
zig fmt: if condition has line break, no fn call comma
Andrew Kelley
2021-02-22
zig fmt: if condition has line break but must not wrap
Andrew Kelley
2021-02-22
zig fmt: if condition wraps
Andrew Kelley
2021-02-22
zig fmt: 2nd arg multiline string
Andrew Kelley
2021-02-22
zig fmt: fix firstToken() for extern fn_protos
Isaac Freund
2021-02-22
zig fmt: insert trailing comma in switches
Isaac Freund
2021-02-22
zig fmt: fix comments ending with EOF after decls
Isaac Freund
2021-02-22
parser: anytype is not a vaild return type
Isaac Freund
2021-02-22
zig fmt: fix formatting of parser tests
Isaac Freund
[next]