aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-06-05File.getOrEnableAnsiEscapeSupport: Do not attempt to set DISABLE_NEWLINE_AUTO...Ryan Liptak
2024-06-05Merge pull request #20120 from vahur/move-consts-to-rdataAndrew Kelley
2024-06-05Merge pull request #20192 from squeek502/fs-handle-leaksAndrew Kelley
2024-06-05Merge pull request #20194 from ziglang/musl-v1.2.5Andrew Kelley
2024-06-05LLVM backend: loongarch64 supportAndrew Kelley
2024-06-04fs tests: Fix leaking a directory handle in "makepath existing directories" testRyan Liptak
2024-06-04Dir.makeOpenPathAccessMaskW: Fix leaking intermediate directory handlesRyan Liptak
2024-06-04update musl source files to v1.2.5Andrew Kelley
2024-06-04crypto.edwards25519: add the ability to check for group membership (#20175)Frank Denis
2024-06-04sha3.keccak: allow Keccak[f=200] (#20181)Frank Denis
2024-06-03Merge pull request #20172 from squeek502/windows-vt-enableAndrew Kelley
2024-06-02Add `File.getOrEnableAnsiEscapeSupport` and use itRyan Liptak
2024-06-02std.meta.hasUniqueRepresentation: better support packed structsMeghan Denny
2024-06-02lib/std/fs/File: enable VT seq support for Windows ConsoleGarfield Lee
2024-06-02Replace YES_COLOR with CLICOLOR_FORCECarl Ã…stholm
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-06-02remove std.IniVeikka Tuominen
2024-06-02pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`Veikka Tuominen
2024-06-01Support Vectors in std.math.clampkoenditor
2024-05-31std.Progress: keep the cursor at the beginningAndrew Kelley
2024-05-31std.Build.Step.Run: global lock when child inherits stderrAndrew Kelley
2024-05-31std.Progress: IPC fixesAndrew Kelley
2024-05-31not android check on std.debug.getContextGeorge Thayamkery
2024-05-30std/math: import "math/float.zig" only onceManlio Perillo
2024-05-30math.hypot: fix incorrect over/underflow behavior (#19472)expikr
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-28std.Progress: Fix Windows console API implementationRyan Liptak
2024-05-28std: Avoid overflowing in the midpoint calculation in upperBoundT. M
2024-05-28std.Build.step.Compile: Fix lib{c,cpp} mixup in dependsOnSystemLibrary()Linus Groh
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.process.Child: fix spawning child proc with new cwd fdAndrew 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
2024-05-27std.Progress: handle big-endian targetsAndrew Kelley
2024-05-27std.Progress: adjust the timings a little bitAndrew Kelley
2024-05-27std.Build.Step.Run: account for new environment variableAndrew Kelley
2024-05-27std.process.cleanExit: lock stderr before exitingAndrew Kelley
2024-05-27std.Progress: elide root node if emptyAndrew Kelley
2024-05-27std.Progress: count newlines more accuratelyAndrew Kelley
2024-05-27std.Progress: handle when terminal write buffer too smallAndrew Kelley
2024-05-27std.Progress: keep cursor on newlineAndrew Kelley
2024-05-27std.Progress: use std.log.debug rather than warnAndrew Kelley
2024-05-27std.Progress: smaller type for parents and robustifyAndrew Kelley
2024-05-27std.Progress: avoid scrolling the PS1 off the terminalAndrew Kelley
2024-05-27std.Progress: truncate IPC data exceeding preallocated buffersAndrew Kelley
2024-05-27std.Progress: move more global preallocations to thread memoryAndrew Kelley