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
/
src
/
error.cpp
Age
Commit message (
Expand
)
Author
2019-10-23
move types from builtin to std
Andrew Kelley
2019-08-29
await does not force async if callee is blocking
Andrew Kelley
2019-08-29
comparing against zero participates in lazy values
Andrew Kelley
2019-05-15
fix static builds of zig from requiring c compiler
Andrew Kelley
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-02
better error message when os_file_overwrite fails
Andrew Kelley
2019-03-07
fix .d file processing and use -MV to quote spaces
Andrew Kelley
2019-03-07
better behavior when cache dir unavailable
Andrew Kelley
2019-02-26
windows returns EINVAL for fopen when there is an asterisk in the name
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-25
`@cImport` works with `--cache on`
Andrew Kelley
2019-02-23
better libc detection (#1996)
Andrew Kelley
2018-11-26
stage1: better file path handling
Andrew Kelley
2018-11-06
limit integer types to maximum bit width of 65535
Andrew Kelley
2018-09-12
windows os.cpp implementations
Andrew Kelley
2018-09-10
caching is working
Andrew Kelley
2018-09-09
basic compiler id hash working
Andrew Kelley
2017-11-29
fix build broken by previous commit
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-04-28
zig puts temporary object files in zig-cache folder
Andrew Kelley
2016-12-04
add missing copyright notices
Andrew Kelley
2016-04-12
add error for dividing by zero in static function evaluation
Andrew Kelley
2015-12-01
add test for bad import
Andrew Kelley
2015-11-30
refactor code to prepare for multiple files
Andrew Kelley
2015-11-30
add directive to specify root export version
Andrew Kelley
2015-11-05
experiment with being a linker
Andrew Kelley