aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-01-02Merge pull request #18160 from ziglang/std-build-moduleAndrew Kelley
2024-01-02Fix std.enums.valuesPanSashko
2024-01-02std.ComptimeStringMap: allow getting kv indexMeghan Denny
2024-01-02Merge pull request #18410 from dweiller/by-length-slice-bugVeikka Tuominen
2024-01-02add support for lists when parsing user argssammy j
2024-01-01CLI: introduce global -I args for C include pathsAndrew Kelley
2024-01-01frontend: ignore AccessDenied when writing builtin.zigAndrew Kelley
2024-01-01std: disable failing test on macosAndrew Kelley
2024-01-01std.Build.Step.Compile: fix search prefix loweringAndrew Kelley
2024-01-01std.Build.Module: default CSourceFile flags to empty listAndrew Kelley
2024-01-01std.Build: add error_tracing field to addExecutable and friendsAndrew Kelley
2024-01-01std.Build.Step.Compile: support modules with different argsAndrew Kelley
2024-01-01std.Build.Step.Options: update unit test to new APIAndrew Kelley
2024-01-01std.Build.Step.Compile: restore previous step nameAndrew Kelley
2024-01-01std.fs.Dir.atomicFile: provide an option for make pathAndrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target.Query: fix regression with windows os version rangeAndrew Kelley
2024-01-01std.Build: fix userInputOptionsFromArgs ResolvedTargetAndrew Kelley
2024-01-01std.Target.Query: remove deprecated APIAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01std.Target: flattenAndrew Kelley
2024-01-01fix infinite loop in Run stepAndrew Kelley
2024-01-01std.Build: handle ResolvedTarget in userInputOptionsFromArgsAndrew Kelley
2024-01-01fix linker test regressionsAndrew Kelley
2024-01-01fix std lib testsAndrew Kelley
2024-01-01spelling fixesAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2024-01-01zig build system: remove vcpkg integrationAndrew Kelley
2024-01-01introduce std.Build.Module and extract some logic into itAndrew Kelley
2024-01-01move is_libcpp_lib_name and is_libc_lib_name to std.TargetAndrew Kelley
2024-01-01std.Uri: default some fields to nullAndrew Kelley
2024-01-01Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"Andrew Kelley
2024-01-01Updated Utf8View example to format the single codepoint UTF-8 slice with {s} ...davideger
2024-01-01Merge pull request #17824 from kcbanner/fixup_msvc_fmaxAndrew Kelley
2023-12-31prevent by-length slice compile error in static json parsingdweiller
2023-12-30doc: possible typo at `std.Thread.spawn` commentLeonardo Gatti
2023-12-30Update formatFloat* docs to reflect limitation w/ large floatsMason Remaley
2023-12-28refact: rectifified a typo in docs of stringify.zigMarcius
2023-12-26Merge pull request #18328 from ExpidusOS/feat/uefi-timeVeikka Tuominen
2023-12-26Merge pull request #18309 from castholm/windows-argvVeikka Tuominen
2023-12-23std.hash_map: clarify error when Context is missing pub hash/eqlAlliedEnvy
2023-12-22std.crypto.kem.kyber: mitigate KyberSlash (#18316)Frank Denis
2023-12-22std.fmt: fix formatting of array pointersVitalijus Valantiejus
2023-12-22fs: Add tests for deleteTree not following symlinksRyan Liptak
2023-12-22Correct `CreateProcessW` parameter typesCarl Ã…stholm
2023-12-22Merge pull request #18326 from squeek502/stat-symlinkVeikka Tuominen
2023-12-21Make 'stat of a symlink' test case not rely on OpenDirOptions.no_follow behaviorRyan Liptak
2023-12-20os.uefi: add ns to epochTristan Ross