| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tweak: handle empty lists in typeck | Nadrieril | 2020-01-17 | 2 | -20/+14 |
| | | |||||
| * | Simplify a bit | Nadrieril | 2020-01-17 | 3 | -33/+42 |
| | | |||||
| * | Remove Shift/Subst traits | Nadrieril | 2020-01-17 | 6 | -227/+115 |
| | | |||||
| * | Simplify Shift and Subst instances | Nadrieril | 2020-01-17 | 3 | -273/+39 |
| | | |||||
| * | Remove binder ids | Nadrieril | 2020-01-17 | 5 | -156/+28 |
| | | | | | The underlying purpose of them turned out to be unsound | ||||
| * | Use binder ids to reconstruct variables in expr output | Nadrieril | 2020-01-17 | 5 | -40/+75 |
| | | |||||
| * | Simplify Value::to_expr | Nadrieril | 2020-01-17 | 2 | -78/+52 |
| | | |||||
| * | Use binder ids for Value equality | Nadrieril | 2020-01-17 | 2 | -8/+74 |
| | | |||||
| * | Store corresponding binder id in AlphaVar | Nadrieril | 2020-01-17 | 2 | -11/+16 |
| | | |||||
| * | Assign a unique id to each binder | Nadrieril | 2020-01-17 | 2 | -5/+25 |
| | | |||||
| * | Introduce a notion of binder | Nadrieril | 2020-01-17 | 5 | -46/+56 |
| | | |||||
| * | Implement traverse_ref for ValueKind | Nadrieril | 2020-01-17 | 6 | -2/+169 |
| | | |||||
| * | Parameterize ValueKind by its subnodes | Nadrieril | 2020-01-17 | 4 | -23/+29 |
| | | |||||
| * | Revert "Implement PartialEq manually for ValueKind" | Nadrieril | 2020-01-17 | 1 | -64/+1 |
| | | | | | This reverts commit 88c31554561bd7a600560af0e6bc97c48649f43f. | ||||
| * | Implement PartialEq manually for ValueKind | Nadrieril | 2020-01-17 | 1 | -1/+64 |
| | | |||||
| * | Construct T/Build closures in Expr space | Nadrieril | 2020-01-17 | 3 | -64/+58 |
| | | |||||
| * | Tiny clarification | Nadrieril | 2020-01-17 | 1 | -13/+10 |
| | | |||||
| * | s/TypecheckContext/TyCtx/ | Nadrieril | 2020-01-17 | 4 | -30/+19 |
| | | |||||
| * | Make TypecheckContext a named struct | Nadrieril | 2020-01-17 | 1 | -9/+11 |
| | | |||||
| * | TypecheckContext doesn't need Rc | Nadrieril | 2020-01-17 | 1 | -14/+18 |
| | | | | | It's almost never cloned anymore | ||||
| * | TypecheckContext doesn't need PartialEq | Nadrieril | 2020-01-17 | 1 | -9/+0 |
| | | |||||
| * | release | Nadrieril | 2020-01-16 | 1 | -1/+1 |
| | | |||||
| * | Deserialize more types | Nadrieril | 2020-01-16 | 1 | -0/+4 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-12-27 | 1 | -8/+7 |
| | | |||||
| * | Ensure normalization respects var names on the nose | Nadrieril | 2019-12-24 | 2 | -18/+13 |
| | | |||||
| * | Ensure inferred type is always in normal form | Nadrieril | 2019-12-24 | 4 | -7/+19 |
| | | |||||
| * | Ensure the output of type inference matches the spec variable names | Nadrieril | 2019-12-24 | 2 | -9/+9 |
| | | |||||
| * | Release new version | Nadrieril | 2019-12-24 | 1 | -1/+1 |
| | | |||||
| * | Extend merge to work on Optionals | Nadrieril | 2019-12-24 | 5 | -5/+47 |
| | | |||||
| * | Add debug output to unhandled type error message | Nadrieril | 2019-12-24 | 1 | -1/+1 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-12-23 | 1 | -10/+18 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-12-23 | 2 | -13/+14 |
| | | |||||
| * | Add two new Integer builtins | Nadrieril | 2019-12-23 | 5 | -0/+20 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 1 | -77/+42 |
| | | |||||
| * | rustfmt | Nadrieril | 2019-12-22 | 2 | -7/+8 |
| | | |||||
| * | Implement parsing for record completion | Nadrieril | 2019-12-22 | 9 | -8/+52 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 1 | -0/+2 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 2 | -1/+10 |
| | | |||||
| * | Bump dhall version | Nadrieril | 2019-12-21 | 1 | -1/+1 |
| | | |||||
| * | Generate parser manually to make the crate publishable | Nadrieril | 2019-12-21 | 1 | -3/+9 |
| | | |||||
| * | Prepare for publishing on crates.io | Nadrieril | 2019-12-21 | 1 | -0/+1 |
| | | |||||
| * | Simplify iterator impls for DupTreeMap | Nadrieril | 2019-12-20 | 1 | -172/+115 |
| | | |||||
| * | Use smallvec instead of custom struct | Nadrieril | 2019-12-20 | 1 | -77/+22 |
| | | |||||
| * | Move ValueKind into value.rs | Nadrieril | 2019-12-20 | 8 | -279/+269 |
| | | |||||
| * | Reorder value.rs | Nadrieril | 2019-12-20 | 1 | -81/+81 |
| | | |||||
| * | Fix some comments | Nadrieril | 2019-12-20 | 2 | -11/+4 |
| | | |||||
| * | Remove Expr::as_mut | Nadrieril | 2019-12-20 | 1 | -9/+6 |
| | | |||||
| * | s/RawExpr/UnspannedExpr/ | Nadrieril | 2019-12-20 | 5 | -14/+19 |
| | | |||||
| * | Reorganize printer | Nadrieril | 2019-12-20 | 1 | -135/+132 |
| | | |||||
| * | Use a named struct instead of a tuple in Expr | Nadrieril | 2019-12-20 | 1 | -10/+19 |
| | | |||||
