diff options
-rw-r--r-- | Notes/todo.txt | 1 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt index cea7f538..4d4c1173 100644 --- a/Notes/todo.txt +++ b/Notes/todo.txt @@ -2,7 +2,6 @@ TODO: - Implement asm! macro fully - Get all run-pass and run-fail tests passing resolve - Lots of fixes to do here -- "Compile" rustc - Audit TODOs in codebase - MIR Optimisations - Assignment elision (e.g. remove intermediate temporaries assigned to RETURN) @@ -38,4 +38,5 @@ Progress ===
- Compiles the following standard library crates through to emitting serialised HIR+MIR
- `libcore`, `liballoc`, `librustc_unicode`, `libcollections`, `liblibc`, AND `libstd`
+- `librustc_driver` compiles to serialised MIR
|