| Commit message (Expand) | Author | Age | Files | Lines |
* | Document roughly the dhall subcrates | Nadrieril | 2019-04-14 | 1 | -0/+5 |
* | Use upstream pest | Nadrieril | 2019-04-14 | 1 | -1/+1 |
* | Merge pull request #68 from basile-henry/cache-imports | Nadrieril Feneanar | 2019-04-14 | 1 | -8/+8 |
|\ |
|
| * | Cache imports | Basile Henry | 2019-04-14 | 1 | -8/+8 |
* | | Document why Visitor is needed | Nadrieril | 2019-04-14 | 1 | -0/+12 |
|/ |
|
* | Remove unused ExprF::as_ref | Nadrieril | 2019-04-14 | 1 | -47/+0 |
* | Improve visitor trait hierarchy | Nadrieril | 2019-04-14 | 2 | -87/+226 |
* | Remove leftover comment | Nadrieril | 2019-04-14 | 1 | -42/+0 |
* | Transform more mapping functions to use the Visitor trait | Nadrieril | 2019-04-14 | 2 | -73/+173 |
* | Rewrite map methods with Visitor traits | Nadrieril | 2019-04-14 | 3 | -110/+261 |
* | Rework Expr printer with better separation of concerns | Nadrieril | 2019-04-13 | 1 | -142/+136 |
* | Fix `let` parsing | Nadrieril | 2019-04-13 | 1 | -1/+1 |
* | Clarify role of dhall_generated_parser crate | Nadrieril | 2019-04-13 | 2 | -2/+2 |
* | Remove some leftover dependencies | Nadrieril | 2019-04-12 | 1 | -1/+0 |
* | docs: mark blocks that do not contain Rust code as text | Nadrieril | 2019-04-12 | 1 | -1/+1 |
* | Clarify license | Nadrieril | 2019-04-12 | 1 | -0/+1 |
* | Remove any remains from the standard or `dhall-haskell` | Nadrieril | 2019-04-12 | 1 | -145/+26 |
* | oops | Nadrieril | 2019-04-12 | 1 | -2/+4 |
* | Capture `Span`s in the AST and thread them through Parsed and Resolved | Nadrieril | 2019-04-12 | 2 | -81/+153 |
* | Avoid use of ExprF::as_ref when not needed | Nadrieril | 2019-04-11 | 2 | -75/+41 |
* | Respect import boundaries | Nadrieril | 2019-04-11 | 1 | -20/+46 |
* | `Some` is not a builtin, it's a keyword | Nadrieril | 2019-04-11 | 3 | -3/+0 |
* | Remove premature #[inline(always)] | Nadrieril | 2019-04-11 | 1 | -12/+0 |
* | Add basic deserialization support | Nadrieril | 2019-04-11 | 2 | -1/+3 |
* | Circumvent https://github.com/rust-lang/rust/issues/59803 | Nadrieril | 2019-04-08 | 1 | -1/+0 |
* | clippy | Nadrieril | 2019-04-08 | 4 | -12/+13 |
* | Avoid constructing exprs manually when possible | Nadrieril | 2019-04-07 | 1 | -0/+2 |
* | Add Sort type universe | Nadrieril | 2019-04-06 | 1 | -0/+1 |
* | Massage import loading into new API | Nadrieril | 2019-04-06 | 1 | -0/+39 |
* | Factor out the recursion when possible in typecheck | Nadrieril | 2019-04-06 | 1 | -0/+21 |
* | Upgrade map to traverse | Nadrieril | 2019-04-06 | 2 | -46/+102 |
* | subst_shift in a single pass | Nadrieril | 2019-04-06 | 1 | -17/+13 |
* | Factor out shift/subst/shift dance | Nadrieril | 2019-04-06 | 1 | -0/+10 |
* | rustfmt | Nadrieril | 2019-04-06 | 1 | -2/+4 |
* | Merge branch 'master' into exprf | Nadrieril | 2019-04-06 | 2 | -167/+192 |
|\ |
|
| * | Revert end_of_line handling to upstream | Nadrieril | 2019-04-04 | 1 | -3/+1 |
| * | Import union rules from upstream grammar | Nadrieril | 2019-04-04 | 1 | -9/+21 |
| * | Handle Some as in upstream grammar | Nadrieril | 2019-04-04 | 1 | -21/+22 |
| * | Factor literal-expression back in | Nadrieril | 2019-04-04 | 1 | -1/+1 |
| * | Tweak double literals | Nadrieril | 2019-04-04 | 1 | -6/+8 |
| * | Factor back in some rule branches | Nadrieril | 2019-04-04 | 1 | -45/+48 |
| * | Tweak matching on Some/None | Nadrieril | 2019-04-04 | 2 | -21/+28 |
| * | Roll rc through parser to enable matching | Nadrieril | 2019-04-04 | 1 | -93/+95 |
| * | rename | Nadrieril | 2019-04-04 | 1 | -5/+5 |
* | | Give up on laziness and greatly simplify normalization | Nadrieril | 2019-04-06 | 1 | -10/+53 |
* | | Refactor and clarify various map methods | Nadrieril | 2019-04-01 | 2 | -119/+254 |
* | | Make Expr generic in Label | Nadrieril | 2019-03-31 | 2 | -12/+14 |
* | | Generalize type of map | Nadrieril | 2019-03-31 | 1 | -5/+7 |
* | | Remove evil Deref impl | Nadrieril | 2019-03-31 | 2 | -11/+16 |
* | | Move recursion out of Expr | Nadrieril | 2019-03-31 | 4 | -152/+141 |