COMMITS
/ lib/std/mem.zig February 2, 2022
A
stage1: avoid anytype fields for type info
Andrew Kelley committed
January 29, 2022
V
Merge pull request #9915 from zzyxyzz/indexOfMinMax
Veikka Tuominen committed
January 24, 2022
J
Rename mem.bswapAllFields to byteSwapAllFields
John Schmidt committed
October 22, 2021
M
Add std.mem.minMax() and std.mem.IndexOfMinMax()
Mikhail Popov committed
October 7, 2021
M
std.mem: Add functions to find the index of the mimimum/maximum value in a slice.
Mikhail Popov committed
January 22, 2022
J
Update the documentation for std.mem.sliceTo for readability
Josh Hannaford committed
December 28, 2021
A
std: Skip `comptime` struct fields in `mem.zeroes()` (#10406)
Ali Chraghi committed
December 19, 2021
I
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund committed
November 7, 2021
L
allocgate: change resize to return optional instead of error
Lee Cannon committed
November 6, 2021
L
allocgate: split free out from resize
Lee Cannon committed
October 29, 2021
L
allocgate: utilize a *const vtable field
Lee Cannon committed
L
allocgate: fix failing tests
Lee Cannon committed
L
allocgate: renamed getAllocator function to allocator
Lee Cannon committed
October 28, 2021
L
allocgate: dont use a dummy temporary for stateless allocators
Lee Cannon committed
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
November 26, 2021
F
std.mem.indexOfPos should return start_index when needle length is zero (#10220)
Fabio Arnold committed
September 12, 2021
T
Fix type error for u8 in writeIntSlice
Trioct committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
September 22, 2021
C
FIX resize() for non u8 element types. (#9806)
Coleman Broaddus committed
August 30, 2021
R
Address Spaces: Pointer and function info in @Type
Robin Voetter committed
August 29, 2021
J
zig fmt: respect trailing commas in inline assembly
jdmichaud committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
August 12, 2021
R
Update mem.split/mem.tokenize doc comments
Ryan Liptak committed
August 6, 2021
R
Make mem.split and mem.tokenize generic instead of assuming u8
Ryan Liptak committed
July 2, 2021
A
stage2: improve AstGen FileNotFound error message
Andrew Kelley committed
June 24, 2021
T
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting committed
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
June 7, 2021
A
fix doc comments copy paste typo
Andrew Kelley committed
June 6, 2021
L
std: Add helpers to safely align pointers
LemonBoy committed
June 1, 2021
K
os/bits: remove duplicate `sockaddr_storage` for dragonfly
Kenta Iwasaki committed
May 31, 2021
K
x/os/net: remove unnecessary comptime prefix in resolveScopeID()
Kenta Iwasaki committed
May 22, 2021
M
make writeIntSlice functions work for signed integers
Matthew Borkowski committed
M
fix Boyer-Moore-Horspool algorithm in indexOfPos and lastIndexOf when element type is larger than a byte
Matthew Borkowski committed
A
Merge pull request #7664 from marler8997/fixWindowsPaths
Andrew Kelley committed
M
fix accidental quadratic dependence on haystack length in replace and replacementSize (#8859)
Matthew Borkowski committed
May 21, 2021
J
handle relative paths with too many ".."
Jonathan Marler committed
January 7, 2021
J
have collapseRepeats return slice intead of just len
Jonathan Marler committed
January 3, 2021
J
implement nt path conversion for windows
Jonathan Marler committed
May 12, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 6, 2021
I
std/mem: add sliceTo(), deprecate spanZ(), lenZ()
Isaac Freund committed
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 28, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
April 25, 2021
J
#8454 Fix for std.mem.replacementSize adjacent matches bug. (#8455)
jumpnbrownweasel committed
April 23, 2021
A
std: fix compile errors caught by stage2 AstGen
Andrew Kelley committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley committed
March 20, 2021
N
std: Add reset to TokenIterator
Nuno Leiria committed
March 5, 2021
L
std: Prevent null pointer deref in mem.len{,Z}
LemonBoy committed
February 5, 2021
M
Add some bit set variants
Martin Wickham committed