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
/
std
Age
Commit message (
Expand
)
Author
2018-05-09
fix parser performance regression
Andrew Kelley
2018-05-09
all tests passing again
Andrew Kelley
2018-05-07
std.zig.parser supports same-line comments on any token
Andrew Kelley
2018-05-07
separate std.zig.parse and std.zig.render
Andrew Kelley
2018-05-07
rework std.zig.parser
Andrew Kelley
2018-05-07
add std.SegmentedList.Iterator.prev
Andrew Kelley
2018-05-07
add std.SegmentedList.Iterator
Andrew Kelley
2018-05-07
std.SegmentedList: cleaner separation of capacity functions
Andrew Kelley
2018-05-07
Merge pull request #992 from zig-lang/segmented-list
Andrew Kelley
2018-05-07
SegmentedList: fixups from review comments
Andrew Kelley
2018-05-07
zig fmt: same-line comment after non-block if expression
Andrew Kelley
2018-05-07
std.SegmentedList implementation
Andrew Kelley
2018-05-04
zig fmt: same-line comment after non-block if expression
Andrew Kelley
2018-05-04
Made container methods that can be const, const
Jimmi Holst Christensen
2018-05-04
zig fmt: switch with empty body
Andrew Kelley
2018-05-04
zig fmt: same-line comment on comptime expression
Andrew Kelley
2018-05-04
zig fmt: fix tokenization of float literal with exponent
Andrew Kelley
2018-05-04
Use allocator backed array for json value decoder
Marc Tiehuis
2018-05-04
Fix review comments for json decoder
Marc Tiehuis
2018-05-04
Add json decoder
Marc Tiehuis
2018-05-03
Merge pull request #981 from BraedonWooding/ArrayIteratorUnifiedSyntax
Andrew Kelley
2018-05-03
Unified API
Braedon
2018-05-02
fix compiler-rt tests accidentally running std tests
Andrew Kelley
2018-05-02
std.atomic - use AtomicOrder.SeqCst for everything
Andrew Kelley
2018-05-02
windows threading: add missing call to CloseHandle
Andrew Kelley
2018-05-01
zig fmt: line comments in struct initializer
Andrew Kelley
2018-04-30
zig fmt: only some docs have doc comments
Andrew Kelley
2018-04-30
zig fmt: comments in field decls
Andrew Kelley
2018-04-30
zig fmt: error set decls
Andrew Kelley
2018-04-30
zig fmt: consistent spacing for container inits
Andrew Kelley
2018-04-30
zig fmt: aggregate type init with only 1 field
Andrew Kelley
2018-04-30
zig fmt: support union(enum(tag)) and enum init values
Andrew Kelley
2018-04-30
zig fmt: support labeled suspend
Andrew Kelley
2018-04-30
zig fmt: support promise->T
Andrew Kelley
2018-04-30
zig fmt: better multiline string handling
Andrew Kelley
2018-04-30
run zig fmt on std/os/index.zig
Andrew Kelley
2018-04-30
std.zig.tokenizer: 3 slashes is doc comment, 4 is line comment
Andrew Kelley
2018-04-30
std.zig.tokenizer: fix handling of line comment / doc comment
Andrew Kelley
2018-04-30
zig fmt: support line comments and doc comments
Andrew Kelley
2018-04-29
update comment in std/os/index.zig
Andrew Kelley
2018-04-29
zig fmt: comments before error set decl
Andrew Kelley
2018-04-29
zig fmt: comments before switch prong
Andrew Kelley
2018-04-29
zig fmt: same-line comment after switch prong
Andrew Kelley
2018-04-29
zig fmt: comments before var decl in struct
Andrew Kelley
2018-04-29
zig fmt: preserve same line comment after struct field
Andrew Kelley
2018-04-29
zig fmt: array literal with 1 item on 1 line
Andrew Kelley
2018-04-29
use explicit error sets for utf8Decode functions
Josh Wolfe
2018-04-29
zig fmt: preserve same-line comment after statement
Andrew Kelley
2018-04-29
move some checks around in utf8Encode logic to be more zig idiomatic
Josh Wolfe
2018-04-29
Merge pull request #954 from BraedonWooding/patch-2
Josh Wolfe
[next]