aboutsummaryrefslogtreecommitdiff
path: root/lib/std/mem.zig
AgeCommit message (Expand)Author
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: delete `readIntSlice` and `writeIntSlice`Jacob Young
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-28std.mem.minMax: make it return a tupleAndrew Kelley
2023-10-27x86_64: fix `cond_br`Jacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-24Sema: don't allow undef values through resolveDefinedValue in typeof blockmlugg
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-16Package.Fetch: normalize path separators in symlinksAndrew Kelley
2023-10-16std.mem: Improve writeIntSlice performancejoadnacer
2023-10-13std.simd: return comptime_int from `suggestVectorSize`Veikka Tuominen
2023-10-09std.mem: use indexOfScalarPos when indexOf is called where needle.len == 1Karl Seguin
2023-10-01std.mem.zeroes: Zero out entire `extern union`, including paddingJay Petacat
2023-09-30fix indexOfSentinel alignment for types larger than 1 byteMarc Tiehuis
2023-09-30std.mem: check backend vector support for indexOfSentinel/indexOfScalarPosMarc Tiehuis
2023-09-30std.mem: add vectorized indexOfScalarPos and indexOfSentinelMarc Tiehuis
2023-09-28std.mem: use for loop instead of while in indexOf* to reduce bound checkingKarl Seguin
2023-09-27std: Reactivate skipped tests w.r.t. llvm/llvm-project#55522Jay Petacat
2023-09-19skip regressed LLVM 17 std lib test on powerpcAndrew Kelley
2023-09-13mem: explicit Allocator.Error on concat and joinPascal S. de Kloe
2023-08-09std.mem.sliceAsBytes: support arrays of zero-bit typesJacob Young
2023-07-12Remove len parameter from splat in standard libantlilja
2023-07-10std: add mem.SplitIterator.peek() (#15670)Meghan
2023-07-10std.mem.zeroes work with allowzero pointersxdBronch
2023-06-27fix u65529 and above overflowing in more placesr00ster91
2023-06-25x86_64: fix crash emitting a packed undefined u128Jacob Young
2023-06-25std.cstr: deprecate namespaceEric Joldasov
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19std.mem.order: use for loop syntaxAndrew Kelley
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-17privatize std.mem.writePackedInt{Big, Little}Evin Yulo
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-13Merge pull request #15957 from BratishkaErik/deprecated-Andrew Kelley
2023-06-13std.mem.ValidationAllocator: forward free() callsdweiller
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-06-10std.mem.alignForwardGeneric: manually inline the assertionsAndrew Kelley
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-16std.mem.byteSwapAllFields: add suppport for nested structs (#15696)Cortex
2023-05-16std.mem.zeroInit: zero hidden padding for extern structTw
2023-05-13std.mem: Rename splitFull/tokenizeFull to splitSequence/tokenizeSequenceRyan Liptak
2023-05-13std.mem: Split `tokenize` into 3 versions by delimiter type: full, any, and s...Ryan Liptak