aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/stage1.zig
AgeCommit message (Expand)Author
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-07self hosted compiler: use enum literalsVexu
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley
2019-10-22integrate stage1 progress display with semantic analysisAndrew Kelley
2019-10-20breaking: improve std.fs directory handling APIAndrew Kelley
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-10-17improve progress reportingAndrew Kelley
2019-10-17rework the progress module and integrate with stage1Andrew Kelley
2019-09-03changing occurrences of HashMap with []const u8 as keys for StringHashMapSahnvour
2019-08-13avoid the word "coroutine", they're "async functions"Andrew Kelley
2019-07-05zig fmt: fix whitespaceAndrew Kelley
2019-07-02enable segfault stack traces in stage1 compilerAndrew Kelley
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-30dep tokenizer: run zig fmt and move exports to canonical locationAndrew Kelley
2019-05-27new .d file parser for C compilationMichael Dusan
2019-05-26clean up references to osAndrew Kelley
2019-05-14clean up code now that #769 is implementedAndrew Kelley
2019-05-08self-hosted translate-c progress on function declsAndrew Kelley
2019-04-26fix missing semicolonShritesh Bhattarai
2019-04-26zig fmt is built directly into stage1 rather than child processAndrew Kelley
2019-04-26self-hosted translate-c emits a hello world ASTAndrew Kelley
2019-04-25translate-c: self-hosted implementation can detect C errorsAndrew Kelley
2019-04-25translate-c: unify API for self-hosted and C++ translate-cAndrew Kelley
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-04-17stage1 assertions always on, and have stack tracesAndrew Kelley
2019-04-16stage1 is now a hybrid of C++ and ZigAndrew Kelley