aboutsummaryrefslogtreecommitdiff
path: root/std/buffer.zig
AgeCommit message (Expand)Author
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-07-16self-hosted: create tmp dir for .o files and emit .o file for fnAndrew Kelley
2018-07-16all integer sizes are available as primitivesAndrew Kelley
2018-06-08Fix error handling in Buffer::fromOwnedSlice (#1082)isaachier
2018-06-06Fix const-ness of buffer in replaceContents method (#1065)isaachier
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-13Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-11update std.Buffer APIAndrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
2018-05-04Made container methods that can be const, constJimmi Holst Christensen
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