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
Age
Commit message (
Expand
)
Author
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-19
fix incorrect --help text
Andrew Kelley
2018-11-19
Add SegmentedList.shrink
Wink Saville
2018-11-19
std/rand: fix ziggurat next_f64 call
Marc Tiehuis
2018-11-18
add std.meta.intToEnum
Andrew Kelley
2018-11-18
atomic.Int.set
Josh Wolfe
2018-11-18
Fix setsockopt syscall on linux
Duncan
2018-11-17
aarch64 improvements
Andrew Kelley
2018-11-17
rename `section` keyword to `linksection`
Andrew Kelley
2018-11-16
Fixed typos
Vallentin
2018-11-16
camelCase std.rb.set_child to std.rb.setChild
Matthew O'Connor
2018-11-16
std/fmt/index.zig: support printing hex bytes on slices;
kristopher tate
2018-11-16
Change rb functions to use snakeCase.
Matthew O'Connor
2018-11-15
more fixes related to readStruct API
Andrew Kelley
2018-11-15
Fixed failure using readStruct and gave async readStruct the same sig
Jimmi HC
2018-11-15
Have readStruct in stream return a value instead of taking a pointer
Jimmi HC
2018-11-15
Added NullOutStream and CountingOutStream (#1722)
Jimmi Holst Christensen
2018-11-15
disable windows test until coroutines rewrite lands
Andrew Kelley
2018-11-15
zig fmt: add --check flag
Andrew Kelley
2018-11-14
test for readIntBE/LE
Josh Wolfe
2018-11-14
io read/write int be/le optimizations
Josh Wolfe
2018-11-14
implement mem.writeIntLE, mem.writeIntBE
Josh Wolfe
2018-11-14
address port getter
Josh Wolfe
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-08
made colored output more consistent (#1706)
emekoi
2018-11-07
std.build.Builder: mutable env_map
Andrew Kelley
2018-11-03
os.crypto: support for HmacBlake2s256 variety;
kristopher tate
2018-11-02
support building static self hosted compiler on macos
Andrew Kelley
2018-10-31
cleanups
Andrew Kelley
2018-10-31
Merge branch 'add-test-for-atomic-Queue-dump' of https://github.com/winksavil...
Andrew Kelley
2018-10-27
fixed comments
emekoi
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-24
fix "std" not found error in meta/trait
tgschultz
2018-10-24
fix error where "std" isn't found in meta/trait
tgschultz
2018-10-20
Fixed code still using old ptr syntax
Jimmi Holst Christensen
2018-10-20
Specify 16-byte stack alignment in _start on FreeBSD
Greg V
2018-10-20
Support more of std on FreeBSD
Greg V
2018-10-20
Add /usr/local/lib path for libxml2 and link libc++ on FreeBSD
Greg V
2018-10-20
Various fcntl flags are also machine-independent on FreeBSD
Greg V
2018-10-20
System call numbers on FreeBSD are machine-independent
Greg V
2018-10-20
Add freebsd to more things
Greg V
2018-10-20
Fix os/freebsd files
Greg V
2018-10-20
freebsd: Fix argc resolution in _start
Marc Tiehuis
2018-10-20
Get freebsd std compiling again
Marc Tiehuis
2018-10-20
Add initial freebsd stdlib functionality
Marc Tiehuis
2018-10-19
Ran fmt on last PR
Jimmi Holst Christensen
2018-10-19
Add std.meta (#1662)
tgschultz
2018-10-16
std.io: fix compile error when InStream has empty error set
Andrew Kelley
2018-10-15
fix windows
Andrew Kelley
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
[next]