aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-05-09fix parser performance regressionAndrew Kelley
2018-05-09all tests passing againAndrew Kelley
2018-05-07std.zig.parser supports same-line comments on any tokenAndrew Kelley
2018-05-07separate std.zig.parse and std.zig.renderAndrew Kelley
2018-05-07rework std.zig.parserAndrew Kelley
2018-05-07add std.SegmentedList.Iterator.prevAndrew Kelley
2018-05-07add std.SegmentedList.IteratorAndrew Kelley
2018-05-07std.SegmentedList: cleaner separation of capacity functionsAndrew Kelley
2018-05-07Merge pull request #992 from zig-lang/segmented-listAndrew Kelley
2018-05-07SegmentedList: fixups from review commentsAndrew Kelley
2018-05-07zig fmt: same-line comment after non-block if expressionAndrew Kelley
2018-05-07std.SegmentedList implementationAndrew Kelley
2018-05-04zig fmt: same-line comment after non-block if expressionAndrew Kelley
2018-05-04Made container methods that can be const, constJimmi Holst Christensen
2018-05-04zig fmt: switch with empty bodyAndrew Kelley
2018-05-04zig fmt: same-line comment on comptime expressionAndrew Kelley
2018-05-04zig fmt: fix tokenization of float literal with exponentAndrew Kelley
2018-05-04Use allocator backed array for json value decoderMarc Tiehuis
2018-05-04Fix review comments for json decoderMarc Tiehuis
2018-05-04Add json decoderMarc Tiehuis
2018-05-03Merge pull request #981 from BraedonWooding/ArrayIteratorUnifiedSyntaxAndrew Kelley
2018-05-03Unified APIBraedon
2018-05-02fix compiler-rt tests accidentally running std testsAndrew Kelley
2018-05-02std.atomic - use AtomicOrder.SeqCst for everythingAndrew Kelley
2018-05-02windows threading: add missing call to CloseHandleAndrew Kelley
2018-05-01zig fmt: line comments in struct initializerAndrew Kelley
2018-04-30zig fmt: only some docs have doc commentsAndrew Kelley
2018-04-30zig fmt: comments in field declsAndrew Kelley
2018-04-30zig fmt: error set declsAndrew Kelley
2018-04-30zig fmt: consistent spacing for container initsAndrew Kelley
2018-04-30zig fmt: aggregate type init with only 1 fieldAndrew Kelley
2018-04-30zig fmt: support union(enum(tag)) and enum init valuesAndrew Kelley
2018-04-30zig fmt: support labeled suspendAndrew Kelley
2018-04-30zig fmt: support promise->TAndrew Kelley
2018-04-30zig fmt: better multiline string handlingAndrew Kelley
2018-04-30run zig fmt on std/os/index.zigAndrew Kelley
2018-04-30std.zig.tokenizer: 3 slashes is doc comment, 4 is line commentAndrew Kelley
2018-04-30std.zig.tokenizer: fix handling of line comment / doc commentAndrew Kelley
2018-04-30zig fmt: support line comments and doc commentsAndrew Kelley
2018-04-29update comment in std/os/index.zigAndrew Kelley
2018-04-29zig fmt: comments before error set declAndrew Kelley
2018-04-29zig fmt: comments before switch prongAndrew Kelley
2018-04-29zig fmt: same-line comment after switch prongAndrew Kelley
2018-04-29zig fmt: comments before var decl in structAndrew Kelley
2018-04-29zig fmt: preserve same line comment after struct fieldAndrew Kelley
2018-04-29zig fmt: array literal with 1 item on 1 lineAndrew Kelley
2018-04-29use explicit error sets for utf8Decode functionsJosh Wolfe
2018-04-29zig fmt: preserve same-line comment after statementAndrew Kelley
2018-04-29move some checks around in utf8Encode logic to be more zig idiomaticJosh Wolfe
2018-04-29Merge pull request #954 from BraedonWooding/patch-2Josh Wolfe