Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | TypecheckContext doesn't need PartialEq | Nadrieril | 2020-01-17 | 1 | -9/+0 | |
* | release | Nadrieril | 2020-01-16 | 2 | -2/+2 | |
* | Deserialize more types | Nadrieril | 2020-01-16 | 1 | -0/+4 | |
* | Update dhall-lang submodule | Nadrieril | 2019-12-27 | 4 | -23/+9 | |
* | Ensure normalization respects var names on the nose | Nadrieril | 2019-12-24 | 3 | -18/+14 | |
* | 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 | 2 | -2/+2 | |
* | Note waiting for release of abnf | Nadrieril | 2019-12-24 | 1 | -1/+1 | |
* | Extend merge to work on Optionals | Nadrieril | 2019-12-24 | 10 | -12/+64 | |
* | Add debug output to unhandled type error message | Nadrieril | 2019-12-24 | 79 | -79/+79 | |
* | Update dhall-lang submodule | Nadrieril | 2019-12-23 | 1 | -10/+18 | |
* | Update dhall-lang submodule | Nadrieril | 2019-12-23 | 3 | -13/+22 | |
* | Update dhall-lang submodule | Nadrieril | 2019-12-23 | 1 | -1/+7 | |
* | Add two new Integer builtins | Nadrieril | 2019-12-23 | 5 | -0/+20 | |
* | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 1 | -0/+13 | |
* | Update abnf dependency in the hopes of fixing a bug | Nadrieril | 2019-12-22 | 2 | -7/+5 | |
* | 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 | 10 | -8/+68 | |
* | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 3 | -6/+4 | |
* | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 5 | -1/+15 | |
* | Put test builders in a vec | Nadrieril | 2019-12-22 | 1 | -79/+33 | |
* | Bump dhall version | Nadrieril | 2019-12-21 | 2 | -2/+2 | |
* | Generate parser manually to make the crate publishable | Nadrieril | 2019-12-21 | 4 | -6/+37 | |
* | Typo | Nadrieril | 2019-12-21 | 1 | -1/+1 | |
* | Bump abnf_to_pest version | Nadrieril | 2019-12-21 | 1 | -1/+1 | |
* | Prepare for publishing on crates.io | Nadrieril | 2019-12-21 | 3 | -3/+16 | |
* | Simplify iterator impls for DupTreeMap | Nadrieril | 2019-12-20 | 1 | -172/+115 | |
* | Use smallvec instead of custom struct | Nadrieril | 2019-12-20 | 2 | -78/+23 | |
* | Remove unused dependencies | Nadrieril | 2019-12-20 | 1 | -3/+0 | |
* | 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 | |
* | Remove an unused impl | Nadrieril | 2019-12-20 | 1 | -7/+1 | |
* | Reorganize ast::expr | Nadrieril | 2019-12-20 | 1 | -75/+76 | |
* | s/ExprF/ExprKind/ | Nadrieril | 2019-12-20 | 11 | -148/+156 | |
* | Move error module to root of crate | Nadrieril | 2019-12-20 | 12 | -10/+10 | |
* | Move out conversion from value back to ast to its own file | Nadrieril | 2019-12-19 | 5 | -91/+125 | |
* | Rename ValueF to ValueKind | Nadrieril | 2019-12-19 | 9 | -513/+523 | |
* | Rename syntax::core to syntax::ast | Nadrieril | 2019-12-19 | 11 | -14/+13 | |
* | Remove unused syntax::context module | Nadrieril | 2019-12-19 | 3 | -82/+0 |