Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | Make SubExpr a newtype | Nadrieril | 2019-03-31 | 3 | -18/+44 |
|/ | |||||
* | Integrate the special patterns from match_children!() into iter_patterns | Nadrieril | 2019-03-27 | 2 | -130/+39 |
* | Rename match_pair!() to match_children!() | Nadrieril | 2019-03-27 | 1 | -8/+8 |
* | Manually rustfmt like a nazi | Nadrieril | 2019-03-27 | 1 | -90/+213 |
* | Derive DhallType for structs | Nadrieril | 2019-03-26 | 2 | -12/+0 |
* | Lay groundwork for DhallType deriving | Nadrieril | 2019-03-24 | 2 | -0/+12 |
* | Parse multiline strings correctly | Nadrieril | 2019-03-24 | 2 | -20/+50 |
* | Parser import hash and headers | Nadrieril | 2019-03-24 | 3 | -18/+54 |
* | Disallow builtins as bound variables | Nadrieril | 2019-03-24 | 1 | -4/+12 |
* | Fix printer putting unnecessary parens | Nadrieril | 2019-03-24 | 1 | -1/+1 |
* | Refactor printer | Nadrieril | 2019-03-24 | 4 | -229/+246 |
* | Handle merge and record projection | Nadrieril | 2019-03-23 | 3 | -9/+32 |
* | Remove various -raw suffixes | Nadrieril | 2019-03-23 | 1 | -47/+47 |
* | Inline various rules in grammar | Nadrieril | 2019-03-23 | 1 | -2/+2 |
* | Improve error ergonomics in parser | Nadrieril | 2019-03-23 | 1 | -60/+55 |
* | Handle double overflows in parser | Nadrieril | 2019-03-23 | 1 | -4/+9 |
* | Parse unicode escapes in string | Nadrieril | 2019-03-23 | 3 | -37/+47 |
* | Handle quoted labels | Nadrieril | 2019-03-22 | 3 | -8/+21 |
* | Parse a lot more of the import types | Nadrieril | 2019-03-22 | 3 | -26/+129 |
* | Improve import handling in parser | Nadrieril | 2019-03-21 | 3 | -9/+32 |
* | Follow the spec for handling Doubles | Nadrieril | 2019-03-21 | 4 | -8/+49 |
* | oops | Nadrieril | 2019-03-21 | 4 | -0/+497 |
* | Represent Optional literals more faithfully | Nadrieril | 2019-03-21 | 2 | -20/+34 |
* | Rename Record/Union to RecordType/UnionType | Nadrieril | 2019-03-21 | 2 | -8/+8 |
* | Reorganize dhall_core a bit | Nadrieril | 2019-03-21 | 3 | -1079/+539 |
* | Parser macro tweaks | Nadrieril | 2019-03-20 | 1 | -6/+6 |
* | Cleanup parser | Nadrieril | 2019-03-20 | 1 | -91/+64 |
* | Reimplement shortcutting | Nadrieril | 2019-03-20 | 1 | -5/+13 |
* | Make parser implementation non-recursive | Nadrieril | 2019-03-20 | 1 | -103/+128 |