summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-11-27 14:51:28 +0800
committerJohn Hodge <tpg@mutabah.net>2016-11-27 14:51:28 +0800
commit08169ab0dfcaf1b1faa87033c8afe47e3614d778 (patch)
tree19b6e569d0cfd61d8e5ff8830aef9fc6fd7ba0c9
parent12eed21f60917924cf19a10254e6c836f430b2ca (diff)
downloadmrust-08169ab0dfcaf1b1faa87033c8afe47e3614d778.tar.gz
Update TODO and status
-rw-r--r--Notes/todo.txt1
-rw-r--r--README.md1
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)
diff --git a/README.md b/README.md
index c65c6e6b..83c677b5 100644
--- a/README.md
+++ b/README.md
@@ -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