diff options
author | John Hodge <tpg@mutabah.net> | 2016-08-19 11:49:34 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-08-19 11:49:34 +0800 |
commit | aa0b8bed94b126ebf1281095500af27cb26e0aaf (patch) | |
tree | 4428b5cf6df9a43a7c46c63962802a493ce718f0 | |
parent | 5fc0bd9970a6d69051cfc7c483277fbdad73521a (diff) | |
download | mrust-aa0b8bed94b126ebf1281095500af27cb26e0aaf.tar.gz |
TODO - Update list with recent progress
-rw-r--r-- | Notes/todo.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt index c0695ad5..daee5d0b 100644 --- a/Notes/todo.txt +++ b/Notes/todo.txt @@ -1,7 +1,8 @@ TODO: -- Drops in MIR - MIR print +- Drops in MIR - MIR Validation pass -- Fix parser against rustc tests and tifflin - Save HIR+MIR into crate metadata - Method and type monomorphisation +- Test compile against a no_std program +- MIR Optimisations |