diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-09-24 08:44:14 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-09-24 08:44:14 +0800 |
commit | c64f8732c72fdcc4e0599c1fe07573de90828731 (patch) | |
tree | 127679c9b42dc234d81f0465d0907063be7a1edb | |
parent | 34618de6453c69b495ef253803e5bd2ecf322ffc (diff) | |
download | mrust-c64f8732c72fdcc4e0599c1fe07573de90828731.tar.gz |
Readme - Little updates
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -17,6 +17,10 @@ Linux - `make RUSTCSRC` - Downloads the rustc source tarball - `make -f minicargo.mk` - Builds `mrustc` and `minicargo`, then builds `libstd`, `libtest`, finally `rustc` +Windows +-------- +(NOTE: Incomplete, doesn't yet compile executables and missing helper scripts) +- Open `vsproject/mrustc.sln` and build minicargo Building Requirements ===================== @@ -37,6 +41,7 @@ Short-Term Plans === - Fix currently-failing tests (mostly in type inferrence) - Fix all known TODOs in MIR generation (still some possible leaks) +- Fix compilation errors encountered when compilin `cargo` Medium-Term Goals === @@ -49,3 +54,5 @@ Progress - Generates working executables (most of the test suite) - Compiles `rustc` that can compile the standard library and "hello, world" +Note: All progress is against the nightly build specified in `rust-nightly-date` + |