zig/src-self-hosted
Andrew Kelley 4905102901
fix all the TODOs from the pull request
* `std.Buffer.print` is removed; use `buffer.outStream().print`
 * `std.fmt.count` returns a `u64`
 * `std.Fifo.print` is removed; use `fifo.outStream().print`
 * `std.fmt.bufPrint` error is renamed from `BufferTooSmall`
   to `NoSpaceLeft` to match `std.os.write`.
 * `std.io.FixedBufferStream.getWritten` returns mutable buffer
   if the buffer is mutable.
2020-03-13 12:02:58 -04:00
..
2020-02-16 13:25:30 -05:00
2020-03-12 10:41:09 -05:00
2019-11-26 11:52:12 +02:00
2020-02-26 11:19:40 -05:00
2020-03-12 10:41:09 -05:00
2019-12-29 11:04:58 +02:00
2020-03-06 18:49:13 -05:00
2020-03-12 10:41:09 -05:00
2020-03-12 10:41:09 -05:00
2018-11-13 05:08:37 -08:00
2020-02-16 13:25:30 -05:00