Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor out the recursion when possible in typecheck | Nadrieril | 2019-04-06 | 1 | -125/+131 |
| | |||||
* | Normalize only as needed while typechecking | Nadrieril | 2019-04-06 | 1 | -17/+17 |
| | |||||
* | type_with always normalizes | Nadrieril | 2019-04-06 | 1 | -49/+35 |
| | |||||
* | Avoid early returns in type_with | Nadrieril | 2019-04-06 | 1 | -41/+38 |
| | |||||
* | Split dhall_expr!() into 2 | Nadrieril | 2019-04-06 | 1 | -0/+2 |
| | |||||
* | Normalize output of type inference | Nadrieril | 2019-04-06 | 1 | -4/+4 |
| | |||||
* | Ensure all type errors carry normalized types | Nadrieril | 2019-04-06 | 1 | -7/+4 |
| | |||||
* | Remove an unnecessary normalization | Nadrieril | 2019-04-06 | 1 | -2/+1 |
| | |||||
* | Factor out shift/subst/shift dance | Nadrieril | 2019-04-06 | 2 | -14/+4 |
| | |||||
* | Merge branch 'master' into exprf | Nadrieril | 2019-04-06 | 1 | -1/+1 |
|\ | |||||
| * | Get keyword rule from upstream | Nadrieril | 2019-04-04 | 1 | -1/+1 |
| | | |||||
* | | Give up on laziness and greatly simplify normalization | Nadrieril | 2019-04-06 | 2 | -233/+206 |
| | | |||||
* | | Refactor and clarify various map methods | Nadrieril | 2019-04-01 | 1 | -1/+1 |
| | | |||||
* | | Make Expr generic in Label | Nadrieril | 2019-03-31 | 1 | -1/+1 |
| | | |||||
* | | Remove evil Deref impl | Nadrieril | 2019-03-31 | 2 | -3/+3 |
| | | |||||
* | | Move recursion out of Expr | Nadrieril | 2019-03-31 | 3 | -8/+8 |
| | | |||||
* | | Make SubExpr a newtype | Nadrieril | 2019-03-31 | 4 | -78/+70 |
|/ | |||||
* | Remove some redundant namespacing | Nadrieril | 2019-03-31 | 2 | -31/+32 |
| | |||||
* | Manually rustfmt like a nazi | Nadrieril | 2019-03-27 | 1 | -2/+12 |
| | |||||
* | Derive DhallType for structs | Nadrieril | 2019-03-26 | 2 | -0/+79 |
| | |||||
* | Lay groundwork for DhallType deriving | Nadrieril | 2019-03-24 | 1 | -1/+0 |
| | |||||
* | Correctly namespace interpolations in dhall_expr!() | Nadrieril | 2019-03-24 | 2 | -3/+0 |
| | |||||
* | Improve decoder errors on unknown inputs | Nadrieril | 2019-03-24 | 1 | -6/+2 |
| | |||||
* | Parser import hash and headers | Nadrieril | 2019-03-24 | 2 | -6/+31 |
| | |||||
* | Handle merge and record projection | Nadrieril | 2019-03-23 | 1 | -5/+36 |
| | |||||
* | oops | Nadrieril | 2019-03-22 | 1 | -7/+7 |
| | |||||
* | Parse a lot more of the import types | Nadrieril | 2019-03-22 | 2 | -10/+84 |
| | |||||
* | Improve binary decoding errors | Nadrieril | 2019-03-22 | 1 | -14/+25 |
| | |||||
* | Improve import handling in parser | Nadrieril | 2019-03-21 | 3 | -1/+34 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-21 | 1 | -11/+3 |
| | |||||
* | Follow the spec for handling Doubles | Nadrieril | 2019-03-21 | 1 | -1/+1 |
| | |||||
* | Represent Optional literals more faithfully | Nadrieril | 2019-03-21 | 3 | -39/+20 |
| | |||||
* | Rename Record/Union to RecordType/UnionType | Nadrieril | 2019-03-21 | 2 | -7/+7 |
| | |||||
* | Reorganize dhall_core a bit | Nadrieril | 2019-03-21 | 3 | -6/+6 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-19 | 1 | -14/+20 |
| | |||||
* | Implement a few more primitives | Nadrieril | 2019-03-18 | 2 | -17/+44 |
| | |||||
* | Split List literal between empty and non-empty | Nadrieril | 2019-03-18 | 3 | -29/+38 |
| | |||||
* | tweaks | Nadrieril | 2019-03-18 | 1 | -4/+14 |
| | |||||
* | Split off builtin application normalization for clarity | Nadrieril | 2019-03-18 | 1 | -168/+149 |
| | |||||
* | Improve normalization ergonomics | Nadrieril | 2019-03-18 | 1 | -145/+150 |
| | |||||
* | Improve ergonomics of typechecking | Nadrieril | 2019-03-18 | 1 | -354/+248 |
| | |||||
* | Considerably simplify subst, shift and typechecking | Nadrieril | 2019-03-18 | 3 | -237/+87 |
| | |||||
* | Clean up some mess relating to Clone bounds | Nadrieril | 2019-03-17 | 2 | -13/+13 |
| | |||||
* | Use Rc consistently everywhere | Nadrieril | 2019-03-17 | 4 | -427/+545 |
| | |||||
* | Use Rc instead of Box in AST to allow structural sharing | Nadrieril | 2019-03-16 | 3 | -7/+10 |
| | | | | Closes #29 | ||||
* | Use Box more uniformly in AST | Nadrieril | 2019-03-16 | 3 | -102/+107 |
| | | | | Closes #28 | ||||
* | Store an Option in OptionalLit instead of a vec | Nadrieril | 2019-03-16 | 3 | -31/+24 |
| | | | | Closes #21 | ||||
* | rustfmt | Nadrieril | 2019-03-15 | 1 | -26/+24 |
| | |||||
* | Get rid of box patterns | Nadrieril | 2019-03-15 | 2 | -14/+13 |
| | | | | Closes #27 | ||||
* | Store a vec in App | Nadrieril | 2019-03-15 | 3 | -161/+147 |
| | | | | Closes #26 |