zig/test/standalone
Andrew Kelley 2e806682f4
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
This new name (and the fact that it is a function returning a type) will
make it more clear which use cases are better suited for ArrayList and
which are better suited for ArrayListSentineled.

Also for consistency with ArrayList,
 * `append` => `appendSlice`
 * `appendByte` => `append`

Thanks daurnimator for pointing out the confusion of std.Buffer.
2020-04-01 13:30:07 -04:00
..
brace_expansion (breaking) std.Buffer => std.ArrayListSentineled(u8, 0) 2020-04-01 13:30:07 -04:00
cat breaking: std.os read/write functions + sendfile 2020-03-03 02:25:26 -05:00
empty_env Promoted "leak_count_allocator" to the main testing.allocator 2020-01-29 22:22:00 -06:00
global_linkage fix exported variable not respecting linkage 2020-02-27 11:51:43 -05:00
guess_number std lib API deprecations for the upcoming 0.6.0 release 2020-03-30 14:23:22 -04:00
hello_world breaking: std.os read/write functions + sendfile 2020-03-03 02:25:26 -05:00
issue_339
issue_794
load_dynamic_library Promoted "leak_count_allocator" to the main testing.allocator 2020-01-29 22:22:00 -06:00
main_pkg_path
main_return_error Support returning !u8 from main 2019-07-04 14:26:05 +01:00
mix_o_files "generate .h files" feature is no longer supported in stage1 2020-03-20 18:33:36 -04:00
pkg_import
shared_library "generate .h files" feature is no longer supported in stage1 2020-03-20 18:33:36 -04:00
static_c_lib Merge remote-tracking branch 'origin/master' into remove-array-type-coercion 2019-12-01 09:56:01 -05:00
use_alias run zig fmt to update `use` to `usingnamespace` 2019-05-29 19:09:58 -04:00