COMMITS
/ lib/std/fs/File.zig July 14, 2025
A
std.fs.File.Reader.seekTo: add missing int cast
Andrew Kelley committed
July 8, 2025
A
std.posix.send: should expect ConnectionRefused
Atlas Yu committed
A
std.fs.File.Writer: implement positional writing for Windows
Andrew Kelley committed
July 10, 2025
A
std.fs.File.Writer: fix splat alias bug
Andrew Kelley committed
July 7, 2025
A
fix 32-bit compilation
Andrew Kelley committed
July 6, 2025
A
std.fs.File.Writer: implement positional writing
Andrew Kelley committed
July 4, 2025
A
compiler: fix remaining build failures
Andrew Kelley committed
A
std.zip: work around deprecated API
Andrew Kelley committed
July 2, 2025
A
fix build runner
Andrew Kelley committed
July 1, 2025
A
update compiler source to new APIs
Andrew Kelley committed
A
std.Build.Cache: write manifest without heap allocating
Andrew Kelley committed
June 30, 2025
A
std.fs.File.Writer: fix drain implementation
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
A
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley committed
April 14, 2025
C
Merge pull request #23268 from chrboesch/i19875
Chris Boesch committed
April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
January 30, 2025
November 27, 2024
J
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21938)
Justin Braben committed
October 31, 2024
A
std.fs.File: Fix metadata error check on Linux
Archit Gupta committed
July 21, 2024
A
std.fs: Rework to always use statx() instead of fstat()/fstatat() on Linux.
Alex Rønne Petersen committed
A
std: Stop supporting Linux/glibc versions older than declared in std.Target.
Alex Rønne Petersen committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
June 5, 2024
R
File.getOrEnableAnsiEscapeSupport: Do not attempt to set DISABLE_NEWLINE_AUTO_RETURN
Ryan Liptak committed
May 30, 2024
R
Add `File.getOrEnableAnsiEscapeSupport` and use it
Ryan Liptak committed
January 25, 2024
G
lib/std/fs/File: enable VT seq support for Windows Console
Garfield Lee committed
April 26, 2024
N
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless committed
March 19, 2024
A
fix compilation failures found by CI
Andrew Kelley committed
A
extract std.posix from std.os
Andrew Kelley committed
February 14, 2024
R
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak committed
February 13, 2024
A
std.os.windows.OpenFile: add missing error
Andrew Kelley committed
February 8, 2024
A
some API work on std.c, std.os, std.os.wasi
Andrew Kelley committed
January 27, 2024
V
remove std.io.Mode
Veikka Tuominen committed
December 22, 2023
V
Merge pull request #18326 from squeek502/stat-symlink
Veikka Tuominen committed
December 20, 2023
R
Fix `Stat.ctime` docs, and correct its value on Windows
Ryan Liptak committed
R
File.stat: Support detection of Kind.sym_link on Windows
Ryan Liptak committed
November 22, 2023
A
std.fs.File: flatten struct
Andrew Kelley committed