| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup | Nadrieril | 2019-08-20 | 1 | -1/+1 |
| | | |||||
| * | Merge TypedValue and Value | Nadrieril | 2019-08-19 | 1 | -8/+8 |
| | | |||||
| * | Use TypedValue instead of Typed in normalize and typecheck | Nadrieril | 2019-08-19 | 1 | -41/+10 |
| | | | | | | Now Typed is only used in dhall::phase, similarly to Parsed/Resolved/Normalized | ||||
| * | s/to_valuef/to_whnf/ and avoid cloning ValueFs when possible | Nadrieril | 2019-08-19 | 1 | -6/+9 |
| | | |||||
| * | s/Thunk/Value/ | Nadrieril | 2019-08-17 | 1 | -13/+13 |
| | | |||||
| * | s/Value/ValueF/ | Nadrieril | 2019-08-16 | 1 | -6/+6 |
| | | |||||
| * | Try to minimize untyped TypedThunks | Nadrieril | 2019-08-16 | 1 | -2/+5 |
| | | |||||
| * | Remove dead code | Nadrieril | 2019-08-16 | 1 | -8/+0 |
| | | |||||
| * | Reduce api surface of dhall crate | Nadrieril | 2019-08-16 | 1 | -23/+18 |
| | | | | | Helps detect unused code | ||||
| * | Use `!` type instead of custom empty type | Nadrieril | 2019-08-16 | 1 | -3/+3 |
| | | |||||
| * | Implement Hash for ParsedSubExpr | Nadrieril | 2019-08-13 | 1 | -0/+16 |
| | | |||||
| * | Store Imports in their own node instead of in Embed | Nadrieril | 2019-08-13 | 1 | -3/+5 |
| | | |||||
| * | Stop tracking the absence of Embed values at the type level | Nadrieril | 2019-08-13 | 1 | -2/+2 |
| | | |||||
| * | No need to track the absence of `Span`s at the type level | Nadrieril | 2019-08-13 | 1 | -5/+5 |
| | | |||||
| * | s/TypeThunk/TypedThunk/g | Nadrieril | 2019-08-13 | 1 | -8/+8 |
| | | |||||
| * | Swap Typed and TypeThunk | Nadrieril | 2019-08-13 | 1 | -70/+25 |
| | | |||||
| * | Remove dhall::expr!() macro | Nadrieril | 2019-08-10 | 1 | -3/+0 |
| | | | | | It's a lot of hassle for not a lot of benefit | ||||
| * | Implement binary encoding | Nadrieril | 2019-05-12 | 1 | -4/+11 |
| | | | | | Closes #39 | ||||
| * | Merge Type and Typed | Nadrieril | 2019-05-09 | 1 | -55/+14 |
| | | |||||
| * | Fix missing methods for tests | Nadrieril | 2019-05-09 | 1 | -0/+8 |
| | | |||||
| * | Make visibilities more consistent | Nadrieril | 2019-05-09 | 1 | -32/+32 |
| | | |||||
| * | Rewrite Deserialize trait around new Value and Type | Nadrieril | 2019-05-09 | 1 | -7/+1 |
| | | |||||
| * | Rewrite the StaticType trait and everything around it | Nadrieril | 2019-05-09 | 1 | -46/+11 |
| | | |||||
| * | Tweak Typed | Nadrieril | 2019-05-09 | 1 | -15/+16 |
| | | |||||
| * | Reduce the distance between Type and Typed | Nadrieril | 2019-05-09 | 1 | -22/+19 |
| | | |||||
| * | Make shift fallible and improve shift ergonomics | Nadrieril | 2019-05-09 | 1 | -9/+9 |
| | | |||||
| * | Typecheck merge | Nadrieril | 2019-05-08 | 1 | -0/+3 |
| | | |||||
| * | Implement normalization for record merging operators | Nadrieril | 2019-05-08 | 1 | -0/+3 |
| | | |||||
| * | Unify typecheck and normalization contexts | Nadrieril | 2019-05-07 | 1 | -3/+0 |
| | | |||||
| * | Promote shift and subst_shift to traits | Nadrieril | 2019-05-07 | 1 | -29/+40 |
| | | |||||
| * | Move AlphaVar and AlphaLabel into a new module | Nadrieril | 2019-05-07 | 1 | -1/+2 |
| | | |||||
| * | Unify Type, TypeInternal and Typed | Nadrieril | 2019-05-07 | 1 | -95/+36 |
| | | |||||
| * | Move main datatypes into their own modules | Nadrieril | 2019-05-06 | 1 | -2/+8 |
| | | |||||
| * | Consolidate errors in the error module | Nadrieril | 2019-05-06 | 1 | -5/+3 |
| | | |||||
| * | Reorganize dhall into a phase structure | Nadrieril | 2019-05-06 | 1 | -0/+389 |
