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
Age
Commit message (
Expand
)
Author
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
zig fmt: add --color option to CLI help text
Andrew Kelley
2018-05-30
Add --color CLI option to zig fmt
Andrew Kelley
2018-05-30
zig fmt: don't compute a sha-256 for no reason
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-30
zig fmt: field access does not cause spaces for slicing
Andrew Kelley
2018-05-30
zig fmt: space after fn in fn prototypes
Andrew Kelley
2018-05-30
spaces around slice operator if operands are infix
Andrew Kelley
2018-05-30
std.zig.render returns bool of whether anything changed
Andrew Kelley
2018-05-30
Adding workaround for when the user tries to unwrap 'type'
Jimmi HC
2018-05-30
Removed copy-pasted resolve_inferred_error_set
Jimmi HC
2018-05-30
fixed #1009
Jimmi HC
2018-05-29
fix syntax of std/json_test.zig
Andrew Kelley
2018-05-29
fix AtomicFile for relative paths
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-29
zig fmt: fix implementation of firstToken() for fn call
Andrew Kelley
2018-05-29
zig fmt: fix extra space after comma before multi line string
Andrew Kelley
2018-05-29
zig fmt: handle if and while indentation better
Andrew Kelley
2018-05-28
zig fmt: fix spacing when moving doc comment on var decls
Andrew Kelley
2018-05-28
zig fmt: if-else with comment before else
Andrew Kelley
2018-05-28
zig fmt: respect line breaks in if-else
Andrew Kelley
2018-05-28
zig fmt: respect line breaks after infix operators
Andrew Kelley
2018-05-28
zig fmt: render fn decl with trailing comma 1 line per param
Andrew Kelley
2018-05-28
zig fmt: fix enum decl with no trailing comma
Andrew Kelley
2018-05-28
zig fmt: fix switch body indent
Andrew Kelley
2018-05-28
zig fmt: allow same line struct literal with no trailing comma
Andrew Kelley
2018-05-28
zig fmt: use simple newlines rather than empty comments to hint
Andrew Kelley
2018-05-26
zig fmt: array literals with no trailing comma all on one line
Andrew Kelley
2018-05-26
zig fmt: delete empty comments that do nothing
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-05-26
zig fmt: support array literal row size hint
Andrew Kelley
2018-05-26
zig fmt: better multiline string formatting
Andrew Kelley
2018-05-26
zig fmt: fn calls with trailing comma with params on new lines
Andrew Kelley
2018-05-26
zig fmt: handle empty block with comment inside
Andrew Kelley
2018-05-26
zig fmt: no space on switch range operator
Andrew Kelley
2018-05-26
zig fmt: fix rendering of struct with no trailing comma on last field
Andrew Kelley
2018-05-26
zig fmt: parse extra comma in asm expressions
Andrew Kelley
2018-05-26
zig fmt: put nested struct inits on newlines
Andrew Kelley
2018-05-25
trailing comma after var args is not supported
Andrew Kelley
2018-05-25
zig fmt: support trailing comma on switch case items
Andrew Kelley
2018-05-25
zig fmt: fix rendering of align keyword of slice type
Andrew Kelley
2018-05-25
update json_test to be compliant with zig source encoding
Andrew Kelley
2018-05-25
handle more cases of inserting trailing commas
Andrew Kelley
2018-05-25
zig fmt: handle missing trailing comma in array literals
Andrew Kelley
2018-05-25
enum fields with a type are not supported
Andrew Kelley
2018-05-25
zig fmt: fix handling of comments at top of file
Andrew Kelley
2018-05-25
struct fields with no explicit type are not supported
Andrew Kelley
2018-05-25
zig fmt: support aligned ptr with bit fields
Andrew Kelley
2018-05-24
std.zig.tokenizer: support hex escape in char literals
Andrew Kelley
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
[next]