summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-10 14:34:41 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-10 14:34:41 +0800
commit4de1db49a0a4538cd761811861a31c16df004424 (patch)
tree3d6dc76653d35ca1638bfc007295f8ef0b14e02c
parentad3aa433cbf65b0f710192029414aaa5857402dd (diff)
downloadmrust-4de1db49a0a4538cd761811861a31c16df004424.tar.gz
Short-term TODO
-rw-r--r--Notes/todo.txt3
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