COMMITS
/ lib/std/Progress.zig November 26, 2025
J
std.Progress: Terminate progress escape codes with `ST` not `BEL`
Jay Petacat committed
November 20, 2025
A
Merge pull request #25898 from jacobly0/elfv2-progress
Andrew Kelley committed
November 13, 2025
A
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi
Alex Rønne Petersen committed
November 9, 2025
J
aarch64: cleanup register lock
Jacob Young committed
October 27, 2025
A
std: make signal numbers into an enum
Andrew Kelley committed
October 3, 2025
A
WIP land the std.Io interface
Andrew Kelley committed
September 27, 2025
A
std.Thread.ResetEvent: make it more reusable
Andrew Kelley committed
October 26, 2025
A
remove all Oracle Solaris support
Alex Rønne Petersen committed
September 3, 2025
A
std.Progress: avoid problematic catch syntax
Andrew Kelley committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
August 5, 2025
A
std: replace various mem copies with `@memmove`
Andrew Kelley committed
July 30, 2025
L
std: Add serenity to more OS checks
Linus Groh committed
July 26, 2025
A
std.Progress: introduce Status
Andrew Kelley committed
July 24, 2025
A
std.Progress: support progress bar escape codes
Andrew Kelley committed
June 18, 2025
J
aarch64: add new from scratch self-hosted backend
Jacob Young committed
July 17, 2025
K
std.Progress: reset end when failing to flush stderr
kcbanner committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
A
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley committed
June 8, 2025
M
compiler: improve progress output
mlugg committed
April 29, 2025
M
std.Progress: fix many bugs
mlugg committed
April 22, 2025
P
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann committed
P
posix: remove empty_sigset
Pat Tullmann committed
January 15, 2025
M
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg committed
October 23, 2024
A
std.Progress: fix data race
Andrew Kelley committed
August 28, 2024
M
July 21, 2024
A
std.posix: Consider invalid signal numbers to sigaction() to be programmer error.
Alex Rønne Petersen committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
July 15, 2024
J
Progress: avoid race on `global_progress.draw_buffer`
Jacob Young committed
A
std.Progress: add getIpcFd and have_ipc API
Andrew Kelley committed
July 9, 2024
A
std.Progress: slightly better atomic memcpy
Andrew Kelley committed
July 8, 2024
J
Progress: suppress tsan races
Jacob Young committed
J
Compilation: put supported codegen backends on a separate thread
Jacob Young committed
June 17, 2024
A
std.Progress.Node: add `none` init value
Andrew Kelley committed
June 13, 2024
A
std.Progress: use a recursive mutex for stderr
Andrew Kelley committed
June 11, 2024
A
std.Progress: fix race assertion failure
Andrew Kelley committed
May 30, 2024
R
Add `File.getOrEnableAnsiEscapeSupport` and use it
Ryan Liptak committed
A
std.Progress: IPC fixes
Andrew Kelley committed
June 2, 2024
A
std.Progress: fix line upper bound calculation
Andrew Kelley committed
R
Progress: Emit \r\n on Windows, include new line bytes in line_upper_bound_len
Ryan Liptak committed
May 31, 2024
A
std.Progress: keep the cursor at the beginning
Andrew Kelley committed
May 29, 2024
R
std.Progress: Fix Windows console API implementation
Ryan Liptak committed
May 28, 2024
A
std.Progress: better Windows support
Andrew Kelley committed
R
std.Progress: Use Windows console API calls when ANSI escape codes are not supported
Ryan Liptak committed
A
std.Progress: relax some of the atomic orderings
Andrew Kelley committed
May 27, 2024
A
std.Progress: fix race condition with setIpcFd
Andrew Kelley committed
A
fix zig translate-c creating root progress node twice
Andrew Kelley committed
A
std.Progress: handle short writes
Andrew Kelley committed
A
std.Progress: handle big-endian targets
Andrew Kelley committed
A
std.Progress: adjust the timings a little bit
Andrew Kelley committed
A
std.Progress: elide root node if empty
Andrew Kelley committed