aboutsummaryrefslogtreecommitdiff
path: root/lib/std/buffer.zig
AgeCommit message (Expand)Author
2020-03-13fix all the TODOs from the pull requestAndrew Kelley
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Handle potential downcast when translating stream sizeBenjamin Feng
2020-03-12Convert Buffer to use fmtstreamBenjamin Feng
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-06fixups & make some API decisionsAndrew Kelley
2020-03-06std: add .startsWith and .endsWith to std.ArrayListdaurnimator
2020-02-24clean up std.Buffer.printAndrew Kelley
2020-02-24Add formatted printing directly into std.Buffervegecode
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-19some fixesAndrew Kelley
2020-01-19progress towards mergingAndrew Kelley
2019-12-20fix std.mem.addNullByte and implement sentinel slicingAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-27Merge pull request #3769 from MCRusher/initcapacity-for-buffer-arraylistAndrew Kelley
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-23Added initCapacity, capacity, and 2 tests.MCRusher
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley