aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Progress.zig
AgeCommit message (Expand)Author
4 daysupdate all occurrences of std.fs.File to std.Io.FileAndrew Kelley
4 daysstd: fix some surface level compilation errorsAndrew Kelley
2025-12-05std: replace usages of std.mem.indexOf with std.mem.findAdrià Arrufat
2025-11-26std.Progress: Terminate progress escape codes with `ST` not `BEL`Jay Petacat
2025-11-20Merge pull request #25898 from jacobly0/elfv2-progressAndrew Kelley
2025-11-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
2025-11-11aarch64: cleanup register lockJacob Young
2025-10-29std: make signal numbers into an enumAndrew Kelley
2025-10-29WIP land the std.Io interfaceAndrew Kelley
2025-10-29std.Thread.ResetEvent: make it more reusableAndrew Kelley
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-09-20std.Progress: avoid problematic catch syntaxAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-05std: replace various mem copies with `@memmove`Andrew Kelley
2025-07-30std: Add serenity to more OS checksLinus Groh
2025-07-25std.Progress: introduce StatusAndrew Kelley
2025-07-25std.Progress: support progress bar escape codesAndrew Kelley
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-17std.Progress: reset end when failing to flush stderrkcbanner
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-12compiler: improve progress outputmlugg
2025-05-03std.Progress: fix many bugsmlugg
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30posix: remove empty_sigsetPat Tullmann
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-10-23std.Progress: fix data raceAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-21std.posix: Consider invalid signal numbers to sigaction() to be programmer er...Alex Rønne Petersen
2024-07-19std.c reorganizationAndrew Kelley
2024-07-16Progress: avoid race on `global_progress.draw_buffer`Jacob Young
2024-07-14std.Progress: add getIpcFd and have_ipc APIAndrew Kelley
2024-07-10std.Progress: slightly better atomic memcpyAndrew Kelley
2024-07-09Progress: suppress tsan racesJacob Young
2024-07-08Compilation: put supported codegen backends on a separate threadJacob Young
2024-06-16std.Progress.Node: add `none` init valueAndrew Kelley
2024-06-12std.Progress: use a recursive mutex for stderrAndrew Kelley
2024-06-11std.Progress: fix race assertion failureAndrew Kelley
2024-06-02Add `File.getOrEnableAnsiEscapeSupport` and use itRyan Liptak
2024-06-02std.Progress: fix line upper bound calculationAndrew Kelley
2024-06-02Progress: Emit \r\n on Windows, include new line bytes in line_upper_bound_lenRyan Liptak
2024-05-31std.Progress: keep the cursor at the beginningAndrew Kelley
2024-05-31std.Progress: IPC fixesAndrew Kelley
2024-05-28std.Progress: Fix Windows console API implementationRyan Liptak
2024-05-28std.Progress: better Windows supportAndrew Kelley
2024-05-28std.Progress: Use Windows console API calls when ANSI escape codes are not su...Ryan Liptak
2024-05-27std.Progress: relax some of the atomic orderingsAndrew Kelley
2024-05-27std.Progress: fix race condition with setIpcFdAndrew Kelley
2024-05-27fix zig translate-c creating root progress node twiceAndrew Kelley
2024-05-27std.Progress: handle short writesAndrew Kelley