aboutsummaryrefslogtreecommitdiff
path: root/lib/std/progress.zig
AgeCommit message (Expand)Author
2020-09-03Introduces a space after the ellipsis for test and progress.Felix (xq) Queißner
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-01std.progress: handle error from FillConsoleOutputAttributeAndrew Kelley
2020-04-29Add unreachable branchAlexandros Naskos
2020-04-29Progress will now use ANSI escape codes on windows for terminals that support itAlexandros Naskos
2020-04-22std: Implement progress for WindowsLemonBoy
2020-03-13fix all the TODOs from the pull requestAndrew Kelley
2020-03-10(breaking) improve and simplify fixed buffer streams APIAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-13std.io.getStdOut and related fns no longer can errorAndrew Kelley
2019-10-21adjust test runner to print the test name when error occursAndrew Kelley
2019-10-17improve progress reportingAndrew Kelley
2019-10-17rework the progress module and integrate with stage1Andrew Kelley
2019-10-17add lib/std/progress.zigLuna