aboutsummaryrefslogtreecommitdiff
path: root/lib/std/mem.zig
AgeCommit message (Expand)Author
2020-05-08std: add test for mem.zeroes on sentinel terminated arraysVexu
2020-05-06add failAllocator to enable some regression testsJonathan Marler
2020-05-06fix copy/paste error in AllocWithOptionaPayloadJonathan Marler
2020-04-30Merge pull request #4683 from LakeByTheWoods/parser_testVexu
2020-04-30rename diffIndex to indexOfDiffVexu
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-24link: change default executable mode to 0o777Andrew Kelley
2020-04-22zir-to-elf skeletonAndrew Kelley
2020-04-21ir: analysis of fn instructionAndrew Kelley
2020-04-20simplify ZIR spec; separate parsing/rendering from analysisAndrew Kelley
2020-04-18update std lib to decls being disallowed between fieldsVexu
2020-04-10Add visible newlines to parser_test output when there's a failure.Lachlan Easton
2020-04-05Generate clearer size mismatch error messageBenjamin Feng
2020-04-04rename mem.separate to mem.splitxackus
2020-04-01mem.zeroes - add sentinel terminated array supportSebastian
2020-04-01std: fix mem.span* when an optional pointer is passeddaurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-30mem.zeroes .Array improvementsSebastian
2020-03-30std: mem span functions can take an optional pointerdaurnimator
2020-03-19revert std.mem.span to prefer len over sentinel; add spanZAndrew Kelley
2020-03-19update std lib to take advantage of slicing with comptime indexesAndrew Kelley
2020-03-19std lib fixups for new semanticsAndrew Kelley
2020-03-19improve std lib code for the new semanticsAndrew Kelley
2020-03-19`@ptrCast` supports casting a slice to pointerAndrew Kelley
2020-03-19fixes in semantic analysis needed to support this featureAndrew Kelley
2020-03-15adjust renameatW to always supply dest root dirAndrew Kelley
2020-03-15fix typo in new mem.len testAndrew Kelley
2020-03-15fix std.mem.span handling of sentinel-terminated arraysAndrew Kelley
2020-03-11Merge pull request #4709 from LemonBoy/implement-2096Andrew Kelley
2020-03-10std: Fix broken testsLemonBoy
2020-03-10add allocSentinel functionJonathan Marler
2020-03-05Fix crash when freeing empty string as null-terminated sentinelMichaƫl Larouche
2020-03-01short std.builtin enum literals in std libxackus
2020-03-01breaking: std.mem.len no longer takes a type argumentAndrew Kelley
2020-03-01add new functions to std.mem and deprecate othersAndrew Kelley
2020-03-01revert changes outside std.fmtAndrew Kelley
2020-03-01std: format contents of sentinel terminated many pointersdaurnimator
2020-02-24Merge pull request #4544 from BarabasGitHub/zeroes-for-non-extern-typesAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24Processed review comments. Updated documentation, used the typinfo for field ...Bas van den Berg
2020-02-24vectors do not support iterating, do not support them (for now)Bas van den Berg
2020-02-24implement zeroes for non extern structs and native typesBas van den Berg
2020-02-23remove @bytesToSlice, @sliceToBytes from tests, docsxackus
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-21implement bytesAsSlice, sliceAsBytesxackus
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-14std: use testing.allocator in testsdaurnimator
2020-02-09fix off-by-one error in std.unicode.utf8ToUtf16LeWithNullAndrew Kelley
2020-01-21std: allocator interface sets freed memory to undefineddaurnimator
2020-01-06Add std.mem.zeroes to the standard libraryTimon Kruiper