aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30zig fmt: add --color option to CLI help textAndrew Kelley
2018-05-30Add --color CLI option to zig fmtAndrew Kelley
2018-05-30zig fmt: don't compute a sha-256 for no reasonAndrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-30zig fmt: field access does not cause spaces for slicingAndrew Kelley
2018-05-30zig fmt: space after fn in fn prototypesAndrew Kelley
2018-05-30spaces around slice operator if operands are infixAndrew Kelley
2018-05-30std.zig.render returns bool of whether anything changedAndrew Kelley
2018-05-30Adding workaround for when the user tries to unwrap 'type'Jimmi HC
2018-05-30Removed copy-pasted resolve_inferred_error_setJimmi HC
2018-05-30fixed #1009Jimmi HC
2018-05-29fix syntax of std/json_test.zigAndrew Kelley
2018-05-29fix AtomicFile for relative pathsAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-29zig fmt: fix implementation of firstToken() for fn callAndrew Kelley
2018-05-29zig fmt: fix extra space after comma before multi line stringAndrew Kelley
2018-05-29zig fmt: handle if and while indentation betterAndrew Kelley
2018-05-28zig fmt: fix spacing when moving doc comment on var declsAndrew Kelley
2018-05-28zig fmt: if-else with comment before elseAndrew Kelley
2018-05-28zig fmt: respect line breaks in if-elseAndrew Kelley
2018-05-28zig fmt: respect line breaks after infix operatorsAndrew Kelley
2018-05-28zig fmt: render fn decl with trailing comma 1 line per paramAndrew Kelley
2018-05-28zig fmt: fix enum decl with no trailing commaAndrew Kelley
2018-05-28zig fmt: fix switch body indentAndrew Kelley
2018-05-28zig fmt: allow same line struct literal with no trailing commaAndrew Kelley
2018-05-28zig fmt: use simple newlines rather than empty comments to hintAndrew Kelley
2018-05-26zig fmt: array literals with no trailing comma all on one lineAndrew Kelley
2018-05-26zig fmt: delete empty comments that do nothingAndrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-05-26zig fmt: support array literal row size hintAndrew Kelley
2018-05-26zig fmt: better multiline string formattingAndrew Kelley
2018-05-26zig fmt: fn calls with trailing comma with params on new linesAndrew Kelley
2018-05-26zig fmt: handle empty block with comment insideAndrew Kelley
2018-05-26zig fmt: no space on switch range operatorAndrew Kelley
2018-05-26zig fmt: fix rendering of struct with no trailing comma on last fieldAndrew Kelley
2018-05-26zig fmt: parse extra comma in asm expressionsAndrew Kelley
2018-05-26zig fmt: put nested struct inits on newlinesAndrew Kelley
2018-05-25trailing comma after var args is not supportedAndrew Kelley
2018-05-25zig fmt: support trailing comma on switch case itemsAndrew Kelley
2018-05-25zig fmt: fix rendering of align keyword of slice typeAndrew Kelley
2018-05-25update json_test to be compliant with zig source encodingAndrew Kelley
2018-05-25handle more cases of inserting trailing commasAndrew Kelley
2018-05-25zig fmt: handle missing trailing comma in array literalsAndrew Kelley
2018-05-25enum fields with a type are not supportedAndrew Kelley
2018-05-25zig fmt: fix handling of comments at top of fileAndrew Kelley
2018-05-25struct fields with no explicit type are not supportedAndrew Kelley
2018-05-25zig fmt: support aligned ptr with bit fieldsAndrew Kelley
2018-05-24std.zig.tokenizer: support hex escape in char literalsAndrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley