aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/README b/src/README
index 4d1b431a..3618ee18 100644
--- a/src/README
+++ b/src/README
@@ -1,4 +1,4 @@
-This is preliminary version of the Rust compiler.
+This is preliminary version of the Rust compiler(s).
Source layout:
@@ -11,8 +11,8 @@ boot/util - Ubiquitous helpers
boot/llvm - LLVM-based alternative back end
boot/driver - Compiler driver
-comp/ The self-hosted compiler (doesn't exist yet)
-comp/* - Same structure as in boot/
+comp/ The self-hosted compiler ("rustc": incomplete)
+comp/* - Similar structure as in boot/
rt/ The runtime system
rt/rust_*.cpp - The majority of the runtime services