aboutsummaryrefslogtreecommitdiff
path: root/lib/std/mem.zig
AgeCommit message (Expand)Author
2020-09-03update uses of deprecated type field accessVexu
2020-08-27Added edge case test to mem.countCléo Rebert
2020-08-26std.mem.countSobeston
2020-08-26forceEval() -> doNotOptimizeAway()Frank Denis
2020-08-26Rename blackBox, move it to std.mem.forceEval()Frank Denis
2020-08-20Merge pull request #6103 from Vexu/externAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-20translate-c: correct translation of global variablesVexu
2020-08-14Support tuples in mem.len and trait.isIndexable (#5897)Dmitry Atamanov
2020-08-08std.mem.Allocator: add return_address to the interfaceAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley
2020-08-04zig fmtAndrew Kelley
2020-07-26Add memory replacement routinesmeme
2020-07-17add is_tuple field to struct typeinfoVexu
2020-07-16std.mem.zeroes use std.mem.set instead of `@memset`Vexu
2020-07-16std.mem.zeroInit support initiating with tuplesVexu
2020-07-12std: add mem.joinZIsaac Freund
2020-07-12document a few functions in std.memxackus
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-01Corrected default value field initialization in std.zeroInitAlexandros Naskos
2020-06-28Fix issue 5741, use after freeJonathan Marler
2020-06-27new allocator interface after Andrew Kelley reviewJonathan Marler
2020-06-26new allocator interfaceJonathan Marler
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