index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
mem.zig
Age
Commit message (
Expand
)
Author
2022-02-07
std: Allow `mem.zeroes` to work at comptime with extern union
Evan Haas
2022-02-01
stage1: avoid anytype fields for type info
Andrew Kelley
2022-01-29
Merge pull request #9915 from zzyxyzz/indexOfMinMax
Veikka Tuominen
2022-01-28
Rename mem.bswapAllFields to byteSwapAllFields
John Schmidt
2022-01-27
Add std.mem.minMax() and std.mem.IndexOfMinMax()
Mikhail Popov
2022-01-27
std.mem: Add functions to find the index of the mimimum/maximum value in a sl...
Mikhail Popov
2022-01-26
Update the documentation for std.mem.sliceTo for readability
Josh Hannaford
2021-12-27
std: Skip `comptime` struct fields in `mem.zeroes()` (#10406)
Ali Chraghi
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: split free out from resize
Lee Cannon
2021-11-30
allocgate: utilize a *const vtable field
Lee Cannon
2021-11-30
allocgate: fix failing tests
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: dont use a dummy temporary for stateless allocators
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-25
std.mem.indexOfPos should return start_index when needle length is zero (#10220)
Fabio Arnold
2021-11-21
Fix type error for u8 in writeIntSlice
Trioct
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-22
FIX resize() for non u8 element types. (#9806)
Coleman Broaddus
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-11
Update mem.split/mem.tokenize doc comments
Ryan Liptak
2021-08-06
Make mem.split and mem.tokenize generic instead of assuming u8
Ryan Liptak
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-06-25
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-06
fix doc comments copy paste typo
Andrew Kelley
2021-06-06
std: Add helpers to safely align pointers
LemonBoy
2021-06-01
os/bits: remove duplicate `sockaddr_storage` for dragonfly
Kenta Iwasaki
2021-06-01
x/os/net: remove unnecessary comptime prefix in resolveScopeID()
Kenta Iwasaki
2021-05-28
make writeIntSlice functions work for signed integers
Matthew Borkowski
2021-05-22
fix Boyer-Moore-Horspool algorithm in indexOfPos and lastIndexOf when element...
Matthew Borkowski
2021-05-22
Merge pull request #7664 from marler8997/fixWindowsPaths
Andrew Kelley
2021-05-22
fix accidental quadratic dependence on haystack length in replace and replace...
Matthew Borkowski
2021-05-21
handle relative paths with too many ".."
Jonathan Marler
2021-05-20
have collapseRepeats return slice intead of just len
Jonathan Marler
2021-05-20
implement nt path conversion for windows
Jonathan Marler
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
std/mem: add sliceTo(), deprecate spanZ(), lenZ()
Isaac Freund
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-25
#8454 Fix for std.mem.replacementSize adjacent matches bug. (#8455)
jumpnbrownweasel
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-03-20
std: Add reset to TokenIterator
Nuno Leiria
2021-03-07
std: Prevent null pointer deref in mem.len{,Z}
LemonBoy
[next]