summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-02-19 23:32:39 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-02-19 23:32:39 +0800
commit432bbf0f4f10b0d1fbc07b5b33c9a4a72cd949b1 (patch)
treed13477735fe7fc9bbd32bd01424f165b284c017e
parent4242a60c7f5c6d425b1221b92cfc11d3d34dcdd7 (diff)
downloadmrust-432bbf0f4f10b0d1fbc07b5b33c9a4a72cd949b1.tar.gz
README - Progress update
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 271aeeb7..b4704238 100644
--- a/README.md
+++ b/README.md
@@ -26,10 +26,10 @@ Current Features
Short-Term Plans
===
- Parse and Typecheck all run-pass tests
+- Compile a running rustc
Medium-Term Goals
===
-- Compile rustc
- Extensive MIR optimisations
- Propagate lifetime annotations so that MIR can include a borrow checker
@@ -38,5 +38,6 @@ Progress
===
- Compiles the standard library into loadable MIR
- Compiles the "hello, world" test into compilable and running C code
-- Compiles `rustc` through to failing to link
+- Compiles `rustc`
+ - Generated code is likely not correct