aboutsummaryrefslogtreecommitdiff
path: root/std/mem.zig
AgeCommit message (Expand)Author
2019-02-15breaking: fix @sizeOf to be alloc size rather than store sizeAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-07fixupsAndrew Kelley
2019-02-07Merge branch 'zig-backport-std.mem.join' of https://github.com/kristate/zig i...Andrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2019-02-06thread local storage working for linux x86_64Andrew Kelley
2019-02-04adjustments to std.mem split / separateAndrew Kelley
2019-02-04Merge branch 'zig-backport-std.mem.separate' of https://github.com/kristate/z...Andrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2018-12-17fix comptime pointer reinterpretation array index offsetAndrew Kelley
2018-12-16implement comptime pointer castAndrew Kelley
2018-12-16mem foreign functions call the native onesJosh Wolfe
2018-12-13add mem.readVarInt, fix InStream.readVarInt, fix stack tracesAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-30std.mem: split: test for multiple seperator bytes;kristopher tate
2018-11-30std.mem: remove varargs on join to stop excessive inlined code;kristopher tate
2018-11-27Merge branch 'master' into freebsd2Andrew Kelley
2018-11-26std.mem: add new separate method and rework SplitIterator;kristopher tate
2018-11-20std/mem: writeIntLE: buf.* to buf;kristopher tate
2018-11-19zig fmtAndrew Kelley
2018-11-14test for readIntBE/LEJosh Wolfe
2018-11-14implement mem.writeIntLE, mem.writeIntBEJosh Wolfe
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-19Ran fmt on last PRJimmi Holst Christensen
2018-10-19Add std.meta (#1662)tgschultz
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-08-23std/mem.zig: test writing u64 integers;kristopher tate
2018-08-21fix windowsAndrew Kelley
2018-08-18Add secureZero functionMarc Tiehuis
2018-08-10Merge pull request #1294 from ziglang/async-fsAndrew Kelley
2018-08-08std.event.fs.pwritev windows implementationAndrew Kelley
2018-08-07mem: use pub on Compare (#1352)Shawn Landden
2018-08-07mem: add mem.compare(), and use it for mem.lessThan()Shawn Landden
2018-08-07mem: move enum Compare from rb to memShawn Landden
2018-07-23self-hosted: fix error messages not cleaning up correctlyAndrew Kelley
2018-07-14Fix aligned reallocation from zero size.Bas van den Berg
2018-07-14docs: clarify mem.Allocator.reallocFnAndrew Kelley
2018-07-13Add a copyBackwards to fix the broken insert methods for ArrayList.Bas van den Berg
2018-07-07M:N threadingAndrew Kelley
2018-07-04Fixed last commit compiler errorJimmi HC
2018-07-04Allow allocation of any 0 sized type (not just void)Jimmi HC
2018-06-20remove std.mem.Allocator.construct and other fixupsAndrew Kelley
2018-06-20zig fmtAndrew Kelley
2018-06-21std.mem.Allocator.construct: improve formatting;kristopher tate
2018-06-21std.mem.Allocator.construct: remove deprecation warning;kristopher tate
2018-06-21std.mem: remove allocator create in favor of construct; ref #733kristopher tate
2018-06-18remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`Andrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16don't automatically take pointer when passing by non-copying valueAndrew Kelley