aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zig.zig
AgeCommit message (Expand)Author
2020-09-03update uses of deprecated type field accessVexu
2020-08-21Hash functions now accept an option setFrank Denis
2020-08-20Breaking: sort std/crypto functions into categoriesFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-19fixes and improvements for parseCharLiteraldbandstra
2020-08-18stage2: character literals and multiline stringsVexu
2020-08-03stage2 .debug_line stepping with gdb is workingAndrew Kelley
2020-08-02codegen: emit .debug_line ops for IR instructionsAndrew Kelley
2020-06-24self-hosted: add compare output test for new AST->ZIR codeAndrew Kelley
2020-06-18stage2: hook up Zig AST to ZIRAndrew Kelley
2020-05-01add ZIR compare output test case to test suiteAndrew Kelley
2020-04-19implement rendering escaped zig string literalsAndrew Kelley
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-19make the CLI support depending on system headers and librariesAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley