aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/errmsg.zig
AgeCommit message (Expand)Author
2019-12-08update self-hosted compiler to new format APIAndrew Kelley
2019-11-07self hosted compiler: use enum literalsVexu
2019-05-26clean up references to osAndrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-02fix regressionsAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-03self-hosted: watch files and trigger a rebuildAndrew Kelley
2018-08-02WIP: Channel.getOrNullAndrew Kelley
2018-07-23self-hosted: fix error messages not cleaning up correctlyAndrew Kelley
2018-07-22self-hosted can compile libc hello worldAndrew Kelley
2018-07-13self-hosted: basic IR pass2Andrew Kelley
2018-07-10self-hosted: first passing testAndrew Kelley
2018-06-20remove std.mem.Allocator.construct and other fixupsAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30Add --color CLI option to zig fmtAndrew Kelley