diff options
author | John Hodge <tpg@mutabah.net> | 2016-09-24 23:04:47 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-09-24 23:04:47 +0800 |
commit | fdb8db152bd911166ce3eed038b0997ba96025ca (patch) | |
tree | b7aac4a00b8fa5db47603b8b39cb3c8c63c0c02d | |
parent | 7fa72647893f4661b701da4344e8b40645fbb0e6 (diff) | |
download | mrust-fdb8db152bd911166ce3eed038b0997ba96025ca.tar.gz |
README - Update with progress
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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`
|