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-self-hosted
/
errmsg.zig
Age
Commit message (
Expand
)
Author
2019-12-08
update self-hosted compiler to new format API
Andrew Kelley
2019-11-07
self hosted compiler: use enum literals
Vexu
2019-05-26
clean up references to os
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-02
fix regressions
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-03
self-hosted: watch files and trigger a rebuild
Andrew Kelley
2018-08-02
WIP: Channel.getOrNull
Andrew Kelley
2018-07-23
self-hosted: fix error messages not cleaning up correctly
Andrew Kelley
2018-07-22
self-hosted can compile libc hello world
Andrew Kelley
2018-07-13
self-hosted: basic IR pass2
Andrew Kelley
2018-07-10
self-hosted: first passing test
Andrew Kelley
2018-06-20
remove std.mem.Allocator.construct and other fixups
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
Add --color CLI option to zig fmt
Andrew Kelley