aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-02-25Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-02-25std.os: remove special case for haikuAndrew Kelley
2021-02-25haiku: minor fixupsAndrew Kelley
2021-02-25initial support for haiku defer debugAl Hoang
2021-02-25initial support for haiku sync updateAl Hoang
2021-02-25initial support for haiku continue clean upAl Hoang
2021-02-25initial support for haiku past stage0Al Hoang
2021-02-25std/build: Add support for LTO configurationHubert Jasudowicz
2021-02-25std: Clear old memory on freeLemonBoy
2021-02-24zig fmt: fix extern function with missing param nameAndrew Kelley
2021-02-24zig fmt the std libAndrew Kelley
2021-02-24zig fmt: function with labeled block as return typeAndrew Kelley
2021-02-24Merge remote-tracking branch 'origin/master' into ast-memory-layoutAndrew Kelley
2021-02-24MultiArrayList: use @memcpy as a workaroundAndrew Kelley
2021-02-24zig fmt: rework single statement if/while/for indentationIsaac Freund
2021-02-24Avoid concept of a "Unicode character" in documentation and error messages (#...Josh Wolfe
2021-02-24zig fmt: fix comment indent after multiline single statement if/while/forIsaac Freund
2021-02-24zig fmt: handle comments in switch case value listIsaac Freund
2021-02-24zig fmt: fix firstToken() for switch_caseIsaac Freund
2021-02-23zig fmt: respect extra newline between fn and pub usingnamespaceAndrew Kelley
2021-02-23std.MultiArrayList: add workaround for LLVM bugAndrew Kelley
2021-02-23zig fmt: add 3 more disabled failing test casesAndrew Kelley
2021-02-23zig fmt: for loop with ptr payload and indexAndrew Kelley
2021-02-23zig fmt: fn proto end with anytype and commaAndrew Kelley
2021-02-23zig fmt: fix inline assembly test casesAndrew Kelley
2021-02-23zig fmt: multiline string literals + array initAndrew Kelley
2021-02-23zig fmt: fn call with comments and multiline stringsAndrew Kelley
2021-02-23zig fmt: comments/line breaks in field access chainIsaac Freund
2021-02-23zig fmt now intentionally respects all empty line commentsAndrew Kelley
2021-02-23zig fmt: handle comments in array type/init/accessIsaac Freund
2021-02-23zig fmt: enable array init trailing comment insertion testIsaac Freund
2021-02-23zig fmt: remove stray std.debug.print()Isaac Freund
2021-02-23zig fmt: insert trailing comma in struct init with commentIsaac Freund
2021-02-23zig fmt: insert trailing comma in fn params with commentIsaac Freund
2021-02-23zig fmt: container doc commentsIsaac Freund
2021-02-23std.Thread.Semaphore: Fix wrong variable namejohnLate
2021-02-22zig fmt: array literal with hintAndrew Kelley
2021-02-22zig fmt: struct literal containing a multiline expressionAndrew Kelley
2021-02-22zig fmt: alignment in anonymous literalAndrew Kelley
2021-02-22zig fmt: function params should align nicelyAndrew Kelley
2021-02-22zig fmt: whileAndrew Kelley
2021-02-22zig fmt: if condition has line break, no fn call commaAndrew Kelley
2021-02-22zig fmt: if condition has line break but must not wrapAndrew Kelley
2021-02-22zig fmt: if condition wrapsAndrew Kelley
2021-02-22zig fmt: 2nd arg multiline stringAndrew Kelley
2021-02-22zig fmt: fix firstToken() for extern fn_protosIsaac Freund
2021-02-22zig fmt: insert trailing comma in switchesIsaac Freund
2021-02-22zig fmt: fix comments ending with EOF after declsIsaac Freund
2021-02-22parser: anytype is not a vaild return typeIsaac Freund
2021-02-22zig fmt: fix formatting of parser testsIsaac Freund