aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zig.zig
AgeCommit message (Expand)Author
2020-10-17std: remove renderStringLiteral in favor of std.fmt specifierVexu
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-09-30fix incorrect dylib filename pattern in the previous commitAndrew Kelley
2020-09-30std.zig.binNameAlloc: take into account version for macos dylibsAndrew Kelley
2020-09-29update wasm to use ".o.wasm" extension for objectsAndrew Kelley
2020-09-29improve stage2 COFF LLD linkingAndrew Kelley
2020-09-28stage2: building mingw-w64 and COFF LDD linkingAndrew Kelley
2020-09-24fix a round of regressions in this branchAndrew Kelley
2020-09-09stage2: more progress moving `zig cc` to stage2Andrew Kelley
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