diff options
author | John Hodge <tpg@mutabah.net> | 2016-11-27 14:51:28 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-11-27 14:51:28 +0800 |
commit | 08169ab0dfcaf1b1faa87033c8afe47e3614d778 (patch) | |
tree | 19b6e569d0cfd61d8e5ff8830aef9fc6fd7ba0c9 /Notes | |
parent | 12eed21f60917924cf19a10254e6c836f430b2ca (diff) | |
download | mrust-08169ab0dfcaf1b1faa87033c8afe47e3614d778.tar.gz |
Update TODO and status
Diffstat (limited to 'Notes')
-rw-r--r-- | Notes/todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt index cea7f538..4d4c1173 100644 --- a/Notes/todo.txt +++ b/Notes/todo.txt @@ -2,7 +2,6 @@ TODO: - Implement asm! macro fully - Get all run-pass and run-fail tests passing resolve - Lots of fixes to do here -- "Compile" rustc - Audit TODOs in codebase - MIR Optimisations - Assignment elision (e.g. remove intermediate temporaries assigned to RETURN) |