diff options
author | John Hodge <tpg@mutabah.net> | 2016-08-18 08:07:57 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-08-18 08:07:57 +0800 |
commit | 5511349eb94867c2314569089128a1f6088cf818 (patch) | |
tree | 4ebea879788be03420fc7c37e8503d99cafe5a6f | |
parent | 1c8db13e4a9d1d3aabe1333197e4e07301fb8bf4 (diff) | |
download | mrust-5511349eb94867c2314569089128a1f6088cf818.tar.gz |
Add rough TODO
-rw-r--r-- | Notes/todo.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt new file mode 100644 index 00000000..c0695ad5 --- /dev/null +++ b/Notes/todo.txt @@ -0,0 +1,7 @@ +TODO: +- Drops in MIR +- MIR print +- MIR Validation pass +- Fix parser against rustc tests and tifflin +- Save HIR+MIR into crate metadata +- Method and type monomorphisation |