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
2023-03-31
std.mem.reverseIterator: add nextPtr()
Carl Åstholm
2023-03-31
std.mem.reverseIterator: accept pointer to array
Carl Åstholm
2023-03-15
std.mem.copy: update to new for loop syntax
Andrew Kelley
2023-02-20
trim(Left|Right): clarify that values_to_strip is a set
Frank Denis
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2023-01-16
std: Handle field struct defaults in std.mem.zeroInit
Michael Bartnett
2023-01-01
cbe: add doNotOptimizeAwayC to handle not having __asm support in msvc
kcbanner
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-18
llvm: fix use of invalid alignment
Jacob Young
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-13
add std.mem.reverseIterator
Jonathan Marler
2022-12-12
std: added std.mem.window
Ronald Chen
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-12-09
Improve and remove duplicate doNotOptimizeAway() implementations (#13790)
Frank Denis
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-09
Handle sentinel slices in `std.mem.zeroes`
IntegratedQuantum
2022-11-05
Improve doc comments for two functions (#13456)
delitako
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
[next]