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
/
std
/
segmented_list.zig
Age
Commit message (
Expand
)
Author
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2018-11-19
Add SegmentedList.shrink
Wink Saville
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-08-03
when decls don't change, don't regenerate them
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-17
Merge remote-tracking branch 'origin/master' into pointer-reform
Andrew Kelley
2018-05-17
fix std.SegmentedList.Iterator.set
Andrew Kelley
2018-05-17
zig fmt: fix comment after if before another if
Andrew Kelley
2018-05-13
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-10
partial conversion to post-fix pointer deref using zig fmt
Andrew Kelley
2018-05-07
rework std.zig.parser
Andrew Kelley
2018-05-07
add std.SegmentedList.Iterator.prev
Andrew Kelley
2018-05-07
add std.SegmentedList.Iterator
Andrew Kelley
2018-05-07
std.SegmentedList: cleaner separation of capacity functions
Andrew Kelley
2018-05-07
SegmentedList: fixups from review comments
Andrew Kelley
2018-05-07
std.SegmentedList implementation
Andrew Kelley