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
juice
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
2019-07-19
remove coroutines implementation and promise type
Andrew Kelley
2019-07-19
slightly simpler implementation
Andrew Kelley
2019-07-19
Switch old switch / @TagType() to use inferred enums
Benjamin Feng
2019-07-19
Generate parse error from &&
Benjamin Feng
2019-07-19
Tokenize '&&' as AmpersandAmpersand
Benjamin Feng
2019-07-18
zig build: add valgrind cli options
Andrew Kelley
2019-07-17
fixed slice length in getEnvVarOwned
dimenus
2019-07-16
cleanups
Andrew Kelley
2019-07-16
Merge branch 'main-return-!u8' of https://github.com/SamTebbs33/zig into SamT...
Andrew Kelley
2019-07-15
Merge pull request #2892 from ziglang/install-with-zig-build
Andrew Kelley
2019-07-15
avoid shipping junk files
Andrew Kelley
2019-07-15
fix documentation of assert
Nick Erdmann
2019-07-15
fix build on windows
Andrew Kelley
2019-07-15
std.unicode.utf8ToUtf16Le: improve performance
Andrew Kelley
2019-07-15
move lib dirs to lib subdir
Andrew Kelley
2019-07-15
fix the build on macos
Andrew Kelley
2019-07-15
fix the build on linux
Andrew Kelley
2019-07-15
fix the build on windows
Andrew Kelley
2019-07-15
implement std.fs.File.updateTimes for windows
Andrew Kelley
2019-07-15
std.fs.updateFile: make path if necessary
Andrew Kelley
2019-07-15
move some of the installation from cmake to zig build
Andrew Kelley
2019-07-13
Intentional wraparound used +
andersfr
2019-07-13
Proper use of @truncate instead of @intCast
andersfr
2019-07-13
Better testing and bugfix in hashUint* functions
andersfr
2019-07-13
Ported CityHash and Murmur hashing algorithms to native zig
andersfr
2019-07-12
Merge pull request #2868 from ziglang/windows-libc
Andrew Kelley
2019-07-12
handle mingw libc defs better
Andrew Kelley
2019-07-12
update zig build system for mingw static lib conventions
Andrew Kelley
2019-07-12
std: add new linux 5.2 constants
daurnimator
2019-07-10
add some more windows defs
Andrew Kelley
2019-07-10
mingw: building and linking msvcrt-os.lib
Andrew Kelley
2019-07-09
zig build: add standardTargetOptions and deprecate setTarget
Andrew Kelley
2019-07-08
zig build: install .pdb files along with binaries
Andrew Kelley
2019-07-08
cap getdents length argument to INT_MAX
Andrew Kelley
2019-07-08
std.os.getrandom does a libc version check
Andrew Kelley
2019-07-07
expose glibc version in builtin
Andrew Kelley
2019-07-07
add -target-glibc to cli help and zig build
Andrew Kelley
2019-07-07
zig build: add setLibCFile API
Andrew Kelley
2019-07-07
Merge pull request #2837 from daurnimator/linux-AT_
Andrew Kelley
2019-07-07
std: MAP_FAILED is a libc concept on linux
daurnimator
2019-07-07
std: Make linux MAP_ definitions match kernel
daurnimator
2019-07-07
std: Linux AT_ constants are the same across architectures
daurnimator
2019-07-06
Make anyerror not a keyword
hryx
2019-07-06
Merge pull request #2823 from hryx/unicode-escape
Andrew Kelley
2019-07-06
Prevent unreachable when file ends with struct field
hryx
2019-07-05
zig fmt ignores "zig fmt: off" directive for whitespace fixes
Andrew Kelley
2019-07-05
zig fmt: fix whitespace
Andrew Kelley
2019-07-05
code formatting
Andrew Kelley
2019-07-05
add std.os.windows.subsystem
Andrew Kelley
2019-07-05
std.os.abort no longer calls msvcrt abort() when linking libc
Andrew Kelley
[next]