Andrew Kelley 20510d209b GeneralPurposeAllocator: use std.log instead of std.debug.print
`std.builtin.StackTrace` gains a `format` function.

GeneralPurposeAllocator uses `std.log.err` instead of directly printing
to stderr. Some errors are recoverable.

The test runner is modified to fail the test run if any log messages of
"err" or worse severity are encountered.

self-hosted is modified to always print log messages of "err" severity
or worse even if they have not been explicitly enabled.

This makes GeneralPurposeAllocator available on the freestanding target.
2020-08-11 02:01:32 -04:00
..
2020-08-01 17:15:53 +03:00
2020-04-28 19:11:31 -06:00
2020-06-07 22:39:35 +10:00
2020-07-05 21:11:42 +00:00
2020-08-10 17:05:39 -07:00
2020-02-16 13:25:30 -05:00
2020-06-09 13:36:17 -04:00
2020-08-04 23:04:20 -07:00
2020-05-24 10:04:09 -04:00
2020-02-22 12:44:21 +01:00
2020-08-08 00:39:46 -07:00
2020-07-14 17:19:17 -07:00
2020-08-04 23:04:20 -07:00
2020-06-01 14:43:13 -04:00
2020-06-18 20:35:03 -04:00