summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike <barbeque@users.noreply.github.com>2019-11-02 19:48:51 -0600
committerJohn Hodge (Mutabah) <acessdev@gmail.com>2019-11-03 10:07:05 +0800
commitd09e89de7418c7e34c4514ac4f6a8af69931562f (patch)
tree1351cf0fdfbed34f236999d80fd85c630b6a9dd5
parent4d1a508a808b66146ef1071af225262a2fc2ff5d (diff)
downloadmrust-d09e89de7418c7e34c4514ac4f6a8af69931562f.tar.gz
Touch up readme
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3f2691b3..bf17eefc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Mutabah's Rust Compiler
+# Mutabah's Rust Compiler
_In-progress_ alternative rust compiler. Capable of building a fully-working copy of rustc, but not yet suitable for everyday use.
@@ -40,7 +40,7 @@ Linux
-----
- `make RUSTCSRC` - Downloads the rustc source tarball (1.19.0 by default)
- `make -f minicargo.mk` - Builds `mrustc` and `minicargo`, then builds `libstd`, `libtest`, finally `rustc` and `cargo`
-- `make -C run_rustc` - Build libstd and a "hello, world" using the above-built rustc
+- `make -C run_rustc` - Build `libstd` and a "hello, world" using the above-built rustc
BSD
---
@@ -111,7 +111,7 @@ Plans
Short-term
----------
-- Fix currently-failing tests (mostly in type inferrence)
+- Fix currently-failing tests (mostly in type inference)
- Fix all known TODOs in MIR generation (still some possible leaks)
Medium-term