Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize dhall into a phase structure | Nadrieril | 2019-05-06 | 1 | -170/+0 |
* | Remove dummy lifetimes | Nadrieril | 2019-05-04 | 1 | -46/+40 |
* | Rename dhall_core to dhall_syntax | Nadrieril | 2019-05-04 | 1 | -3/+3 |
* | Remove more duplication | Nadrieril | 2019-04-18 | 1 | -4/+4 |
* | Error on import cycles | Basile Henry | 2019-04-15 | 1 | -6/+32 |
* | clippy | Nadrieril | 2019-04-14 | 1 | -3/+3 |
* | Add import tests | Nadrieril | 2019-04-14 | 1 | -0/+28 |
* | Naming nitpick | Nadrieril | 2019-04-14 | 1 | -5/+5 |
* | Cache imports | Basile Henry | 2019-04-14 | 1 | -12/+34 |
* | Restrict public API to its most minimal expression | Nadrieril | 2019-04-12 | 1 | -0/+3 |
* | Capture `Span`s in the AST and thread them through Parsed and Resolved | Nadrieril | 2019-04-12 | 1 | -6/+5 |
* | Thread lifetimes through other newtypes | Nadrieril | 2019-04-11 | 1 | -10/+11 |
* | Add lifetime parameters to Parsed and Resolved | Nadrieril | 2019-04-11 | 1 | -13/+14 |
* | Respect import boundaries | Nadrieril | 2019-04-11 | 1 | -6/+6 |
* | Ditch quick_error because it doesn't support generic parameters | Nadrieril | 2019-04-11 | 1 | -7/+4 |
* | 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 |
* | s/load_from/parse/ | Nadrieril | 2019-04-10 | 1 | -4/+4 |
* | Restrict public API | Nadrieril | 2019-04-07 | 1 | -14/+1 |
* | 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 |
* | 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 |
* | Remove the pervasive Label type parameter | Nadrieril | 2019-03-09 | 1 | -6/+4 |
* | 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 |