summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOliver Schneider <oli-obk@users.noreply.github.com>2017-03-29 14:47:15 +0200
committerGitHub <noreply@github.com>2017-03-29 14:47:15 +0200
commit8768dd08c6afaee82eb8bd7f90ebb5eb1a8a9833 (patch)
treefd3cdfc81835b47cc3eac9aa1b9ed8786c15abd5 /README.md
parentd6d0092548f27df7030445076d35f742f29f99c6 (diff)
downloadmrust-8768dd08c6afaee82eb8bd7f90ebb5eb1a8a9833.tar.gz
Correctly indent lists for github to pick it up
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b4704238..bcb93b8b 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@ Current Features
- Resolves all paths to absolute forms
- Converts name-resolved AST into a more compact "HIR" (simplified module and expression tree)
- Hackily evaluates constants
- - Constant evaluation is done by using duck-typing, which is then validated by the Type Check pass
- - This is how rustc did (or still does?) const eval before MIR
+ - Constant evaluation is done by using duck-typing, which is then validated by the Type Check pass
+ - This is how rustc did (or still does?) const eval before MIR
- Type inference and checking
- Closure and operator desugaring
- MIR generation (with partial validation pass)
@@ -39,5 +39,5 @@ Progress
- Compiles the standard library into loadable MIR
- Compiles the "hello, world" test into compilable and running C code
- Compiles `rustc`
- - Generated code is likely not correct
+ - Generated code is likely not correct