aboutsummaryrefslogtreecommitdiff
path: root/lib/std/mem.zig
AgeCommit message (Expand)Author
2020-06-01rename std.mem.defaultInit to std.mem.zeroInitAndrew Kelley
2020-06-01Add initialization helperAlexis Brodeur
2020-05-27Support vectors in mem.lendata-man
2020-05-24Supports vectors in mem.zeroesdata-man
2020-05-24run zig fmt on std libAndrew Kelley
2020-05-16Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...Andrew Kelley
2020-05-14fix codegen of sentinel-terminated arrays and .got alignmentAndrew Kelley
2020-05-13self-hosted: fix compile errors, except for codegen.zigAndrew Kelley
2020-05-08Merge pull request #4892 from Sobeston/patch-4Vexu
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