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