COMMITS
/ lib/std/mem.zig April 30, 2025
A
all: replace all `@Type` usages
Ali Cheraghi committed
S
test(std.mem): Remove `trimStart` and `trimEnd` from `test trim`
Shun Sakai committed
October 31, 2025
J
std: Skip element comparisons if `mem.order` args point to same memory
Jay Petacat committed
October 9, 2025
A
std.mem: improve containsAtLeastScalar implementation and rename
Andrew Kelley committed
September 8, 2025
A
Io.net: partial implementation of dns lookup
Andrew Kelley committed
A
std.mem.indexOfSentinel: eliminate unnecessary `@ptrCast`
Andrew Kelley committed
October 7, 2025
H
std.mem.countScalar: rework to benefit from simd (#25477)
Henry John Kupty committed
October 3, 2025
R
std.mem: Add `countScalar`
Ryan Liptak committed
September 25, 2025
A
std.mem: add cutLast and cutScalarLast
Andrew Kelley committed
A
std.mem: rename all "index of" functions
Andrew Kelley committed
A
std.mem: add cut and cutScalar and example usage
Andrew Kelley committed
A
std.mem: rename chomp to cut
Andrew Kelley committed
September 24, 2025
A
std.mem: introduce chompPrefix and chompSuffix
Andrew Kelley committed
September 23, 2025
R
optimize std.mem.swap
rpkak committed
September 16, 2025
A
std.mem: work around LoongArch inline asm bug in doNotOptimizeAway()
Alex Rønne Petersen committed
September 14, 2025
R
mem.replace: Document that input/output cannot overlap
Ryan Liptak committed
September 7, 2025
F
Document std.mem.* functions (#25168)
Frank Denis committed
July 29, 2025
J
aarch64: implement more assembler instructions
Jacob Young committed
June 18, 2025
J
aarch64: add new from scratch self-hosted backend
Jacob Young committed
July 18, 2025
A
std.mem: add byteSwapAllElements
Andrew Kelley committed
March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
June 30, 2025
A
std.mem.byteSwapAllFields: support slices
Andrew Kelley committed
June 22, 2025
A
std.mem.byteSwapAllFields: support untagged unions
Ali Cheraghi committed
June 15, 2025
A
rename spirv backend name
Ali Cheraghi committed
May 20, 2025
A
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen committed
May 12, 2025
A
Merge pull request #23700 from sorairolake/rename-trims
Alex Rønne Petersen committed
April 27, 2025
S
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai committed
January 28, 2025
D
std: deprecate std.mem.copy{Forwards,Backwards}
dweiller committed
April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
April 7, 2025
A
std: Disable some vector-related tests for hexagon.
Alex Rønne Petersen committed
March 24, 2025
S
std.mem.bytesAsSlice: fix to support zero-bytes sized types
samy007 committed
S
fix: Allocator.remap now handles zero-bytes sized types
samy007 committed
February 24, 2025
A
std.mem.indexOfSentinel: don't ask the OS the page size
Andrew Kelley committed
A
Revert "skip regressed LLVM 17 std lib test on powerpc"
Alex Rønne Petersen committed
December 26, 2024
D
mem: add `@branchHint` to `indexOfSentinel`
David Rubin committed
February 15, 2025
L
std: add containsAtLeastScalar to mem (#22826)
LmanTW committed
February 9, 2025
A
std.mem: add missing check to lastIndexOfLinear
andrewkraevskii committed
February 4, 2025
A
std: update to new Allocator API
Andrew Kelley committed
January 31, 2025
A
add std.mem.Alignment API
Andrew Kelley committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
November 8, 2024
J
x86_64: rewrite arithmetic
Jacob Young committed
January 15, 2025
M
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg committed
January 4, 2025
A
Improve `first()` documentation for split iterators
axel escalada committed
November 22, 2024
A
std.mem: adjust semantics
Andrew Kelley committed
A
std.mem.eql: make comparisons for zero-sized and non-sized types work
Andrew Kelley committed
October 31, 2024
M
std.mem.asBytes: fix footgun when passing non-single pointer
mlugg committed
October 11, 2024
P
std.mem.readVarInt: assert ReturnType is large enough (#20946)
poypoyan committed