summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-09-24 23:04:47 +0800
committerJohn Hodge <tpg@mutabah.net>2016-09-24 23:04:47 +0800
commitfdb8db152bd911166ce3eed038b0997ba96025ca (patch)
treeb7aac4a00b8fa5db47603b8b39cb3c8c63c0c02d
parent7fa72647893f4661b701da4344e8b40645fbb0e6 (diff)
downloadmrust-fdb8db152bd911166ce3eed038b0997ba96025ca.tar.gz
README - Update with progress
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 00d4f7cd..4460640d 100644
--- a/README.md
+++ b/README.md
@@ -35,5 +35,6 @@ Medium-Term Goals
Progress
===
-- Compiles: `libcore` and `liballoc` through to emitting serialised HIR+MIR
+- Compiles the following standard library crates through to emitting serialised HIR+MIR
+ - `libcore`, `liballoc`, `librustc_unicode`, and `libcollections`