zig/lib/std/os
Motiejus Jakštys d41111d7ef mem: rename align*Generic to mem.align*
Anecdote 1: The generic version is way more popular than the non-generic
one in Zig codebase:

     git grep -w alignForward | wc -l
    56
     git grep -w alignForwardGeneric | wc -l
    149

     git grep -w alignBackward | wc -l
    6
     git grep -w alignBackwardGeneric | wc -l
    15

Anecdote 2: In my project (turbonss) that does much arithmetic and
alignment I exclusively use the Generic functions.

Anecdote 3: we used only the Generic versions in the Macho Man's linker
workshop.
2023-06-17 12:49:13 -07:00
..
linux mem: rename align*Generic to mem.align* 2023-06-17 12:49:13 -07:00
plan9 plan9: flesh out stdlib enough to allow not using simplified start logic 2023-06-16 08:34:30 -04:00
uefi mem: rename align*Generic to mem.align* 2023-06-17 12:49:13 -07:00
windows Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device paths"" 2023-05-29 22:09:13 -04:00
linux.zig migration: std.math.{min, min3, max, max3} -> @min & @max 2023-06-16 13:44:09 -07:00
plan9.zig plan9: flesh out stdlib enough to allow not using simplified start logic 2023-06-16 08:34:30 -04:00
test.zig Prevent analysis of functions only referenced at comptime 2023-05-29 23:06:08 +01:00
uefi.zig
wasi.zig
windows.zig migration: std.math.{min, min3, max, max3} -> @min & @max 2023-06-16 13:44:09 -07:00