aboutsummaryrefslogtreecommitdiff
path: root/std/buffer.zig
AgeCommit message (Expand)Author
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-16Revert "Buffer.toSliceCopy"Josh Wolfe
2018-01-16Buffer.toSliceCopyJosh Wolfe
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-03fix self hosted compiler on windowsAndrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-23port most of main.cpp to self hosted compilerAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-10add self-hosted parsing and rendering to main testsAndrew Kelley
2017-11-29add Buffer.appendFormat()Josh Wolfe
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-14implement std.os.ChildProcess for windowsAndrew Kelley
2017-10-11implement command line argument parsing for windowsAndrew Kelley
2017-09-08fix std.Buffer.endsWithAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-04std: rename List to ArrayList and re-organize...Andrew Kelley
2017-04-21zig build system supports building a libraryAndrew Kelley