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
/
buf_map.zig
Age
Commit message (
Expand
)
Author
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-12-13
fixups
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-05-04
Made container methods that can be const, const
Jimmi Holst Christensen
2018-05-03
Unified API
Braedon
2018-04-11
simplify and fix BufMap logic
Andrew Kelley
2018-04-05
fix use-after-free in BufMap.set()
Ben Noordhuis
2018-03-06
ptrCast builtin now gives an error for removing const qualifier
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-12-12
self-hosted: cleanup build looking for llvm-config
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-04-23
blocks check that their statements are void
Josh Wolfe
2017-04-21
update syntax for try and nullable unwrapping
Andrew Kelley
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-06
Update zig build system to support user defined options
Andrew Kelley
2017-04-04
zig build system improvements, add some std API
Andrew Kelley