aboutsummaryrefslogtreecommitdiff
path: root/std/mem.zig
AgeCommit message (Expand)Author
2019-05-16breaking changes to all bit manipulation intrinsicsShawn Landden
2019-05-03optimize `@memset` with `undefined`Andrew Kelley
2019-04-27Revert "std: Add mem.nativeIntToBig and mem.nativeIntToLittle"daurnimator
2019-04-21std: Add mem.nativeIntToBig and mem.nativeIntToLittledaurnimator
2019-04-09doc comments for parameters in std.mem.AllocatorAndrew Kelley
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-11remove the valgrind integration with std.mem.AllocatorAndrew Kelley
2019-03-11Merge branch 'valgrind' of https://github.com/daurnimator/zig into daurnimato...Andrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-21Use valgrind marks from Allocatordaurnimator
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