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
getAppDataDir
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2018-06-27
Fix up some std.rand syntax #1161 (#1162)
tgschultz
2018-06-27
add f16 type
Ben Noordhuis
2018-06-25
std.zig.ast: fix incorrect impl of FnProto.firstToken
Andrew Kelley
2018-06-21
add casting docs, __extenddftf2, and __extendsftf2
Andrew Kelley
2018-06-21
Add float repr bit extraction functions
Marc Tiehuis
2018-06-20
remove std.mem.Allocator.construct and other fixups
Andrew Kelley
2018-06-20
zig fmt
Andrew Kelley
2018-06-21
std.mem.Allocator.construct: improve formatting;
kristopher tate
2018-06-21
std.mem.Allocator.construct: remove deprecation warning;
kristopher tate
2018-06-21
std: update stdlib to match updated allocator create signature; ref #733
kristopher tate
2018-06-21
std.mem: remove allocator create in favor of construct; ref #733
kristopher tate
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-19
remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`
Andrew Kelley
2018-06-18
remove error to/from int casting syntax; add `@errorToInt`/`@intToError`
Andrew Kelley
2018-06-18
standard library fixes
Andrew Kelley
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-18
remove bool to int syntax. add @boolToInt
Andrew Kelley
2018-06-18
update std.DynLib to use @intCast
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
std.Complex: use better arg passing convention and fix a TODO
Andrew Kelley
2018-06-16
Merge pull request #1109 from ziglang/pass-by-non-copying-value
Andrew Kelley
2018-06-16
posix read can return error.IsDir
Andrew Kelley
2018-06-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
2018-06-16
std.DynLib: open the fd with CLOEXEC
Andrew Kelley
2018-06-16
add basic std lib code for loading dynamic libraries
Andrew Kelley
2018-06-14
fix build on windows, broken by previous commit
Andrew Kelley
2018-06-14
std.os.path.dirname: return null instead of empty slice
Andrew Kelley
2018-06-14
Merge pull request #1105 from ziglang/i128-compiler-rt
Andrew Kelley
2018-06-14
Add windows x86_64 i128 abi workaround
Marc Tiehuis
2018-06-13
fix race condition bug in test harness of std.atomic
Andrew Kelley
2018-06-13
std.zig.ast: add test for iterate
Andrew Kelley
2018-06-13
Add i128 compiler-rt div/mul support
Marc Tiehuis
2018-06-12
better debugging for CI failures of std.atomic
Andrew Kelley
2018-06-12
zig fmt
Andrew Kelley
2018-06-12
implement std.os.Dir for windows
Andrew Kelley
2018-06-10
Added C string support to fmt by using "{s}". The format string requirement i...
tgschultz
2018-06-10
Add arbitrary-precision integer to std
Marc Tiehuis
2018-06-10
std.zig: update syntax for orelse keyword
Andrew Kelley
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-06-09
std/fmt: Use lowercase k for kilo in base 1000 (#1090)
marleck55
2018-06-09
clean up std.ArrayList
Andrew Kelley
2018-06-09
add set function to arraylist
Arthur Elliott
2018-06-08
Fix error handling in Buffer::fromOwnedSlice (#1082)
isaachier
2018-06-08
Fix json parser comma after empty object case
Marc Tiehuis
2018-06-06
fix std.os.windows.PathFileExists specified in the wrong DLL (#1066)
Andrew Kelley
2018-06-06
Fix const-ness of buffer in replaceContents method (#1065)
isaachier
2018-06-06
Add json.TokenStream (#1062)
Marc Tiehuis
2018-06-06
Fix Log2Int type construction
Marc Tiehuis
2018-06-06
Pointer Reform: update @typeInfo
Andrew Kelley
[next]