diff options
author | John Hodge <tpg@mutabah.net> | 2016-10-10 14:34:41 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-10-10 14:34:41 +0800 |
commit | 4de1db49a0a4538cd761811861a31c16df004424 (patch) | |
tree | 3d6dc76653d35ca1638bfc007295f8ef0b14e02c | |
parent | ad3aa433cbf65b0f710192029414aaa5857402dd (diff) | |
download | mrust-4de1db49a0a4538cd761811861a31c16df004424.tar.gz |
Short-term TODO
-rw-r--r-- | Notes/todo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt index f461f9cd..c5e8005c 100644 --- a/Notes/todo.txt +++ b/Notes/todo.txt @@ -1,6 +1,7 @@ TODO: +- Get all run-pass and run-fail tests passing resolve + - Requires getting libtest to compile - Audit TODOs in codebase -- Test compile against a no_std program - MIR Optimisations - HIR Optimisation (remove dead code in `if true/if false` branches) - Convert enum variants to point to structs for the data type |