Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use generic Shift/Subst impls | Nadrieril | 2019-08-16 | 3 | -192/+186 |
| | |||||
* | Store type in Thunk | Nadrieril | 2019-08-16 | 2 | -58/+71 |
| | |||||
* | Remove Const-optimization for now | Nadrieril | 2019-08-16 | 1 | -14/+5 |
| | |||||
* | s/Value/ValueF/ | Nadrieril | 2019-08-16 | 8 | -339/+345 |
| | |||||
* | Try to minimize untyped TypedThunks | Nadrieril | 2019-08-16 | 4 | -41/+57 |
| | |||||
* | fixup! No need for generic Context anymore | Nadrieril | 2019-08-16 | 1 | -1/+1 |
| | |||||
* | Free variables don't exist anymore | Nadrieril | 2019-08-16 | 1 | -21/+13 |
| | |||||
* | No need for generic Context anymore | Nadrieril | 2019-08-16 | 1 | -75/+38 |
| | |||||
* | Remove dead code | Nadrieril | 2019-08-16 | 8 | -115/+29 |
| | |||||
* | Typecheck before normalizing in tests | Nadrieril | 2019-08-16 | 3 | -17/+21 |
| | |||||
* | Avoid capture when typechecking union constructor | Nadrieril | 2019-08-16 | 1 | -2/+1 |
| | |||||
* | Reduce api surface of dhall crate | Nadrieril | 2019-08-16 | 11 | -106/+92 |
| | | | | Helps detect unused code | ||||
* | dhall_proc_macros actually does not depend on dhall_syntax anymore | Nadrieril | 2019-08-16 | 3 | -3/+0 |
| | |||||
* | Use `!` type instead of custom empty type | Nadrieril | 2019-08-16 | 5 | -18/+9 |
| | |||||
* | rustfmt | Nadrieril | 2019-08-15 | 1 | -2/+1 |
| | |||||
* | Disable some unused unstable features | Nadrieril | 2019-08-15 | 6 | -12/+4 |
| | |||||
* | Fix variable substitution | Nadrieril | 2019-08-15 | 1 | -4/+2 |
| | | | | I have no idea how this didn't get caught before | ||||
* | Merge pull request #103 from Nadrieril/precedence-climbing | Nadrieril Feneanar | 2019-08-15 | 5 | -199/+229 |
|\ | | | | | Use precedence climbing to parse expressions with operators | ||||
| * | Include precedence parsing in parser macros | Nadrieril | 2019-08-15 | 2 | -133/+188 |
| | | |||||
| * | No need for manual stack handling in parser anymore | Nadrieril | 2019-08-15 | 1 | -142/+96 |
| | | |||||
| * | Use precedence climbing to parse expressions with operators | Nadrieril | 2019-08-15 | 4 | -126/+147 |
|/ | | | | This speeds up parsing around 30% | ||||
* | Custom Debug impls to improve debug legibility | Nadrieril | 2019-08-15 | 2 | -3/+37 |
| | |||||
* | Remove special closures from Value | Nadrieril | 2019-08-15 | 3 | -136/+62 |
| | | | | Instead construct their values directly | ||||
* | Fix bug in shifting contexts | Nadrieril | 2019-08-15 | 1 | -1/+10 |
| | |||||
* | Fix typo in normalization | Nadrieril | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #102 from Nadrieril/inline-headers | Nadrieril Feneanar | 2019-08-14 | 17 | -498/+343 |
|\ | | | | | Implement inline headers parsing | ||||
| * | Implement inline headers parsing | Nadrieril | 2019-08-13 | 10 | -117/+119 |
| | | |||||
| * | Implement Hash for ParsedSubExpr | Nadrieril | 2019-08-13 | 4 | -29/+58 |
| | | |||||
| * | The syntax has very little sharing; no need for Rc anymore | Nadrieril | 2019-08-13 | 1 | -11/+5 |
| | | |||||
| * | Store Imports in their own node instead of in Embed | Nadrieril | 2019-08-13 | 8 | -33/+61 |
| | | |||||
| * | Cleanup visitor code | Nadrieril | 2019-08-13 | 1 | -139/+54 |
| | | |||||
| * | Considerably simplify Embed handling | Nadrieril | 2019-08-13 | 7 | -138/+48 |
| | | |||||
| * | Stop tracking the absence of Embed values at the type level | Nadrieril | 2019-08-13 | 9 | -65/+32 |
|/ | |||||
* | No need to track the absence of `Span`s at the type level | Nadrieril | 2019-08-13 | 9 | -180/+126 |
| | |||||
* | Typos | Nadrieril | 2019-08-13 | 1 | -2/+2 |
| | |||||
* | s/TypeThunk/TypedThunk/g | Nadrieril | 2019-08-13 | 6 | -89/+99 |
| | |||||
* | Swap Typed and TypeThunk | Nadrieril | 2019-08-13 | 2 | -91/+129 |
| | |||||
* | Merge pull request #100 from Nadrieril/api | Nadrieril Feneanar | 2019-08-13 | 13 | -314/+358 |
|\ | | | | | Rework API | ||||
| * | Rework API to resemble that of serde_json | Nadrieril | 2019-08-13 | 4 | -103/+122 |
| | | |||||
| * | Merge `Type` and `Value` in serde_dhall | Nadrieril | 2019-08-13 | 4 | -73/+50 |
| | | | | | | | | There was no point in separating them | ||||
| * | Add new error type for serde_dhall | Nadrieril | 2019-08-13 | 4 | -32/+52 |
| | | |||||
| * | Move api into its own crate | Nadrieril | 2019-08-13 | 12 | -146/+174 |
|/ | |||||
* | Remove grammar workaround | Nadrieril | 2019-08-12 | 3 | -23/+1 |
| | |||||
* | Remove ensure_... macros in typecheck | Nadrieril | 2019-08-12 | 1 | -115/+89 |
| | | | | They weren't worth it | ||||
* | Fix a test | Nadrieril | 2019-08-12 | 2 | -2/+0 |
| | |||||
* | Remove dhall::expr!() macro | Nadrieril | 2019-08-10 | 8 | -295/+137 |
| | | | | It's a lot of hassle for not a lot of benefit | ||||
* | Tweak Codecov configuration | Nadrieril | 2019-08-10 | 1 | -0/+5 |
| | |||||
* | Merge pull request #98 from Nadrieril/catchup-spec | Nadrieril Feneanar | 2019-08-10 | 16 | -131/+146 |
|\ | | | | | Catchup spec | ||||
| * | Update dhall-lang submodule | Nadrieril | 2019-08-10 | 4 | -5/+24 |
| | | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-08-08 | 3 | -0/+4 |
| | |