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-10-30
std.heap.PageAllocator: add check for large allocation
Andrew Kelley
2022-10-28
Merge pull request #13221 from topolarity/packed-mem
Andrew Kelley
2022-10-28
Enhance indexOfIgnoreCase with Boyer-Moore-Horspool algorithm
Zhora Trush
2022-10-28
std.mem: Skip `read/writePackedInt` test on WASM32/64
Cody Tapscott
2022-10-28
std.mem: Add readPackedInt, writePackedInt, etc.
Cody Tapscott
2022-09-20
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-08-24
docs: remove confusion about align[For|Back]ward
Jonas Gollenz
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-05
std.mem.zeroes: Zero sized structs with uninitialized members (#12246)
N00byEdge
2022-07-26
std.mem: add `reset` to `SplitBackwardsIterator` and `SplitIterator`
r00ster
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-12
std: update test cases to reflect new packed struct semantics
Andrew Kelley
2022-07-03
std: disable tests regressed from LLVM 14
Andrew Kelley
2022-06-29
mem: add splitBackwards (#11908)
Motiejus Jakštys
2022-06-28
std.mem: add peek() to TokenIterator(T)
Ben Fiedler
2022-06-18
value: handle slices in canMutateComptimeVarState
Veikka Tuominen
2022-06-12
Merge pull request #11837 from Vexu/stage2
Andrew Kelley
2022-06-12
std.mem.zeroes: remove call to std.meta
Andrew Kelley
2022-06-12
std: disable failing tests, add zig2 build test-std to CI
Veikka Tuominen
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-04-21
std.mem: add concatWithSentinel
Yusuf Bham
2022-03-28
std.mem.zeroInit: Fix behaviour with empty initialiser
ominitay
2022-03-09
std.mem: remove redundant namespaces in test names
Andrew Kelley
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
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
[next]