| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-24 | clean up std.Buffer.print | Andrew Kelley | |
| 2020-02-24 | Add formatted printing directly into std.Buffer | vegecode | |
| 2020-01-29 | Promoted "leak_count_allocator" to the main testing.allocator | Benjamin Feng | |
| 2020-01-29 | Create leak_count_allocator | Benjamin Feng | |
| 2020-01-29 | Move debug.global_allocator to testing.allocator | Benjamin Feng | |
| 2020-01-19 | some fixes | Andrew Kelley | |
| 2020-01-19 | progress towards merging | Andrew Kelley | |
| see BRANCH_TODO file | |||
| 2019-12-20 | fix std.mem.addNullByte and implement sentinel slicing | Andrew Kelley | |
| see #3770 | |||
| 2019-12-08 | std.fmt.format: tuple parameter instead of var args | Andrew Kelley | |
| 2019-11-27 | Merge pull request #3769 from MCRusher/initcapacity-for-buffer-arraylist | Andrew Kelley | |
| Add initCapacity for buffer & arraylist | |||
| 2019-11-24 | make std.mem.toSlice use null terminated pointers | Andrew Kelley | |
| and fix the fallout | |||
| 2019-11-23 | Added initCapacity, capacity, and 2 tests. | MCRusher | |
| Added Buffer.initCapcity() to buffer to allow preallocation of a block of memory to reduce future allocations. Uses the added ArrayList.initCapacity() function to achieve this. Added Buffer.capacity() to track current usable allocation size, not counting null byte, and returning 0 if empty or created with Buffer.initNull() Added a test for initCapacity() that shows that no further allocation is performed for an append of size smaller than or equal to capacity when initCapacity is used. Added a test for initSize(), since it did not exist already. Also added a comment to better explain the difference between initSize() and initCapacity() note: forgot in the first commit but thanks to mikdusan for helping me brainstorm, through the process, and for drawing up a draft diff which I tweaked. | |||
| 2019-10-29 | basic DNS address resolution for linux without libc | Andrew Kelley | |
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
