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
2019-03-31
Add __aeabi_mem{cmp,clr,set,cpy,move} to compiler-rt
vegecode
2019-03-31
Add memcmp to builtins
vegecode
2019-03-31
Veritcally align array literal columns
hryx
2019-03-30
Merge pull request #2112 from shritesh/param_decl_doc_comments
Andrew Kelley
2019-03-30
fmt: Fix param decl test
Shritesh Bhattarai
2019-03-30
Add doc_comments to param decl
Shritesh Bhattarai
2019-03-29
fix std.ascii type error and inverted logic
Rohlem
2019-03-29
add std.ascii to std.std test "std"
Rohlem
2019-03-29
fix tests for math.mulWide
Shawn Landden
2019-03-28
std.mulWide() whose return is twice as wide
Shawn Landden
2019-03-27
fix build on arm64
Shawn Landden
2019-03-26
Use linux.exit_group if not single threaded
Shritesh Bhattarai
2019-03-26
fmt: check for extra newline at end of file
Shritesh Bhattarai
2019-03-26
std.ascii: respond to review
Shawn Landden
2019-03-25
munmap allows address 0
Andrew Kelley
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-24
introduce the enum literal type
Andrew Kelley
2019-03-23
add compile error for ignoring error
Andrew Kelley
2019-03-23
character literals: allow unicode escapes
Andrew Kelley
2019-03-22
add mulXf3 to compiler-rt
Andrew Kelley
2019-03-22
std: add ascii with C ASCII character classes
Shawn Landden
2019-03-20
Merge remote-tracking branch 'origin/llvm8'
Andrew Kelley
2019-03-20
Merge pull request #2079 from Sahnvour/issue-2050
Andrew Kelley
2019-03-19
build.zig: allow run() on non-native target artifacts
Andrew Kelley
2019-03-19
better buffer length for formatIntUnsigned
Andrew Kelley
2019-03-18
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-18
libc: separate linux headers from musl/glibc
Andrew Kelley
2019-03-16
print a message instead of returning an error when debug info comes from a so...
Sahnvour
2019-03-16
avoid reading LineBlockFragmentHeader at all if the address is not in range, ...
Sahnvour
2019-03-16
allow pdb modules to have no C13 data, this happens if the module is stripped
Sahnvour
2019-03-16
correct padding handling between std.pdb.ModInfo entries in DbiStream
Sahnvour
2019-03-15
fix regressions on Windows from previous commit
Andrew Kelley
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-14
Add /lib/x86_64-linux-gnu or similar to default system library search paths
Akuli
2019-03-14
breaking: fix @typeInfo handling of global error set type
Andrew Kelley
2019-03-13
fix target_requires_pic and reloc_mode
Andrew Kelley
2019-03-13
breaking: remove --static; add -dynamic
Andrew Kelley
2019-03-13
this empty import workaround no longer necessary
Andrew Kelley
2019-03-13
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-11
zig build: do a better job of detecting system paths
Andrew Kelley
2019-03-11
remove the valgrind integration with std.mem.Allocator
Andrew Kelley
2019-03-11
Merge branch 'valgrind' of https://github.com/daurnimator/zig into daurnimato...
Andrew Kelley
2019-03-11
add test for spawning child process with empty environment
Andrew Kelley
2019-03-10
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-10
std.zig: `this` is no longer a keyword
Andrew Kelley
2019-03-10
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-09
Merge pull request #2038 from ziglang/caching
Andrew Kelley
2019-03-09
disable flaky event test until post coroutine rewrite
Andrew Kelley
2019-03-09
fix running things with zig build on Windows
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
[prev]
[next]