Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-04-10 | Mild cleanup imports | Nadrieril | 1 | -14/+12 |
2019-04-10 | Cleanup error handling | Nadrieril | 1 | -39/+15 |
2019-04-10 | s/load_from/parse/ | Nadrieril | 1 | -4/+4 |
2019-04-07 | Restrict public API | Nadrieril | 1 | -14/+1 |
2019-04-06 | Move binary decoding to new API | Nadrieril | 1 | -9/+40 |
2019-04-06 | Massage import loading into new API | Nadrieril | 1 | -39/+56 |
2019-04-06 | s/DhallError/ImportError/ | Nadrieril | 1 | -10/+10 |
2019-03-31 | Remove evil Deref impl | Nadrieril | 1 | -2/+2 |
2019-03-24 | Parser import hash and headers | Nadrieril | 1 | -1/+1 |
2019-03-22 | Parse a lot more of the import types | Nadrieril | 1 | -0/+1 |
2019-03-21 | Improve import handling in parser | Nadrieril | 1 | -0/+9 |
2019-03-21 | Reorganize dhall_core a bit | Nadrieril | 1 | -4/+4 |
2019-03-09 | Obey clippy lints | Nadrieril | 1 | -2/+1 |
2019-03-09 | Remove the pervasive Label type parameter | Nadrieril | 1 | -6/+4 |
2019-03-09 | Use new Label type everywhere | Nadrieril | 1 | -6/+5 |
2019-03-09 | Use new Label type instead of &str in parser | Nadrieril | 1 | -1/+1 |
2019-03-09 | A whole new bunch of tests now pass ! | Nadrieril | 1 | -0/+1 |
2019-03-09 | Recursive imports work ! | Nadrieril | 1 | -2/+2 |
2019-03-09 | First import works ! | Nadrieril | 1 | -4/+82 |
2019-03-08 | Rename Expr back to its true name | Nadrieril | 1 | -3/+3 |
2019-03-08 | Finally get rid of all the &'i str | Nadrieril | 1 | -8/+7 |
2019-03-06 | rustfmt | Nadrieril | 1 | -3/+4 |
2019-03-06 | Start parsing imports | Nadrieril | 1 | -0/+11 |