Files
zig/lib/std
Andrew Kelley 90f7259ef1 std.Progress: use a global static Io instance
This decision should be audited and discussed.

Some factors:
* Passing an Io instance into start.
* Avoiding reference to global static instance if it won't be used, so
  that it doesn't bloat the executable.
* Being able to use std.debug.print, and related functionality when
  debugging std.Io instances and std.Progress.
2025-12-23 22:15:08 -08:00
..
2025-11-22 22:42:38 +00:00
2025-11-22 22:42:38 +00:00
2025-12-23 22:15:08 -08:00
2025-09-30 13:44:54 +01:00
2025-09-20 14:34:18 -07:00
2024-08-22 08:44:08 +02:00
2025-11-22 22:42:38 +00:00
2025-12-06 22:08:40 +01:00
2025-12-23 22:15:08 -08:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2025-11-22 22:42:38 +00:00
2025-12-23 22:15:08 -08:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00
2025-12-23 22:15:08 -08:00