aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-07-15std.os.linux: export getauxval only when building executable or root has main...Vesim
2024-07-15start: refactor callMain return type checkinggooncreeper
2024-07-15Merge pull request #20622 from squeek502/windows-arg-iterator-cleanupVeikka Tuominen
2024-07-15Tokenizer bug fixes and improvementsgooncreeper
2024-07-14build runner: update watch caption to include subprocessesAndrew Kelley
2024-07-14build runner: handle compiler subprocess failures gracefullyAndrew Kelley
2024-07-14build system: update std.Progress.Node for long-lived childrenAndrew Kelley
2024-07-14std.Progress: add getIpcFd and have_ipc APIAndrew Kelley
2024-07-14frontend: add -fincremental, -fno-incremental flagAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-14std.crypto.ff: fix typo in `montgomery` boolean documentation (#20624)bing
2024-07-13Merge pull request #20620 from kcbanner/fixup_msvc_bootstrapAndrew Kelley
2024-07-13ArgIteratorWindows.init: Take `[]const u16` slice instead of multi-item pointerRyan Liptak
2024-07-13Replace GetCommandLineW with PEB access, delete GetCommandLine bindingsRyan Liptak
2024-07-13ArgIteratorWindows: Store last emitted code unit instead of checking the last...Ryan Liptak
2024-07-14std.ArrayList.unusedCapacitySlice: Return unaligned slice (#20490)gooncreeper
2024-07-13ArgIteratorWindows: Clarify buffer length commentRyan Liptak
2024-07-14std.fmt.formatFloat: skip f80 round-trip tests on x86_64 windowsMarc Tiehuis
2024-07-14std.fmt.parseFloat: add f80 formatFloat supportHarrison McCarty
2024-07-13Compile: Pass the default --zig-lib-dir along to child processeskcbanner
2024-07-13ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string dire...Ryan Liptak
2024-07-12Merge pull request #20580 from ziglang/watchAndrew Kelley
2024-07-12build runner: refactor fs watch logic for OS abstractionAndrew Kelley
2024-07-12update build system unit testAndrew Kelley
2024-07-12std.Build.Step.Run: support prefixed artifact argsxtex
2024-07-12std: Add loongarch support for coff. (#20583)YANG Xudong
2024-07-12Fix right shift on negative BigIntsTau
2024-07-12frontend: add file system inputs for incremental cache modeAndrew Kelley
2024-07-12integrate Compile steps with file watchingAndrew Kelley
2024-07-12std.Build.Cache.Path: fix the format methodAndrew Kelley
2024-07-12std.Build.Step.ObjCopy: remove random bytes from cache hashAndrew Kelley
2024-07-12std.Build.Cache.Path: fix hash impl on windowsAndrew Kelley
2024-07-12std.Build.Step.Run: integrate with --watchAndrew Kelley
2024-07-12std.Build.Step.WriteFile: remove random bytes from cache hashAndrew Kelley
2024-07-12std.Build.Step.WriteFile: fix handling of directoriesAndrew Kelley
2024-07-12introduce std.Build.Cache.Manifest.addFilePathAndrew Kelley
2024-07-12td.Build.Step.InstallDir: leave hint for wrong cached statusAndrew Kelley
2024-07-12std.Build.Watch: add ONDIR to fanotify event maskAndrew Kelley
2024-07-12build runner: don't pass a dirfd + null to fanotify_markAndrew Kelley
2024-07-12std.Build.Watch: introduce special file "." to watch entire dirAndrew Kelley
2024-07-12std.Build.LazyPath: add getPath3; deprecate getPath2 and getPathAndrew Kelley
2024-07-12std.Build.Cache.Path: fix format function for absolute pathsAndrew Kelley
2024-07-12std.Build.Step.WriteFile: extract UpdateSourceFilesAndrew Kelley
2024-07-12make more build steps integrate with the watch systemAndrew Kelley
2024-07-12std.Build.Watch: gracefully handle fanotify queue overflowAndrew Kelley
2024-07-12std.os.linux: type safety for fanotify metadata event mask fieldAndrew Kelley
2024-07-12std.Build.Watch: make dirty steps invalidate each otherAndrew Kelley
2024-07-12build system: make debounce interval CLI-configurableAndrew Kelley
2024-07-12proof-of-concept --watch implementation based on fanotifyAndrew Kelley