| Commit message (Expand) | Author | Files | Lines |
2019-08-19 | Tweak Value API | Nadrieril | 1 | -28/+19 |
2019-08-19 | Merge TypedValue and Value | Nadrieril | 7 | -354/+232 |
2019-08-19 | Reduce untyped construction of Values | Nadrieril | 5 | -108/+113 |
2019-08-19 | Use TypedValue instead of Typed in normalize and typecheck | Nadrieril | 8 | -334/+255 |
2019-08-19 | s/to_valuef/to_whnf/ and avoid cloning ValueFs when possible | Nadrieril | 7 | -192/+182 |
2019-08-18 | Merge ValueInternal and TypedValueInternal | Nadrieril | 1 | -111/+79 |
2019-08-18 | Rework ValueInternal and clarify invariants around ValueF | Nadrieril | 3 | -78/+84 |
2019-08-17 | s/Thunk/Value/ | Nadrieril | 8 | -925/+927 |
2019-08-16 | Share type alongside the value in a thunk | Nadrieril | 2 | -40/+110 |
2019-08-16 | Use generic Shift/Subst impls | Nadrieril | 3 | -192/+186 |
2019-08-16 | Store type in Thunk | Nadrieril | 2 | -58/+71 |
2019-08-16 | Remove Const-optimization for now | Nadrieril | 1 | -14/+5 |
2019-08-16 | s/Value/ValueF/ | Nadrieril | 7 | -337/+343 |
2019-08-16 | Try to minimize untyped TypedThunks | Nadrieril | 3 | -32/+42 |
2019-08-16 | fixup! No need for generic Context anymore | Nadrieril | 1 | -1/+1 |
2019-08-16 | Free variables don't exist anymore | Nadrieril | 1 | -21/+13 |
2019-08-16 | No need for generic Context anymore | Nadrieril | 1 | -75/+38 |
2019-08-16 | Remove dead code | Nadrieril | 7 | -114/+27 |
2019-08-16 | Typecheck before normalizing in tests | Nadrieril | 2 | -16/+17 |
2019-08-16 | Avoid capture when typechecking union constructor | Nadrieril | 1 | -2/+1 |
2019-08-16 | Reduce api surface of dhall crate | Nadrieril | 10 | -98/+86 |
2019-08-16 | Use `!` type instead of custom empty type | Nadrieril | 1 | -3/+3 |
2019-08-15 | rustfmt | Nadrieril | 1 | -2/+1 |
2019-08-15 | Disable some unused unstable features | Nadrieril | 5 | -11/+4 |
2019-08-15 | Fix variable substitution | Nadrieril | 1 | -4/+2 |
2019-08-15 | Custom Debug impls to improve debug legibility | Nadrieril | 2 | -3/+37 |
2019-08-15 | Remove special closures from Value | Nadrieril | 3 | -136/+62 |
2019-08-15 | Fix bug in shifting contexts | Nadrieril | 1 | -1/+10 |
2019-08-14 | Fix typo in normalization | Nadrieril | 1 | -1/+1 |
2019-08-13 | Implement inline headers parsing | Nadrieril | 3 | -39/+27 |
2019-08-13 | Implement Hash for ParsedSubExpr | Nadrieril | 2 | -23/+34 |
2019-08-13 | Store Imports in their own node instead of in Embed | Nadrieril | 4 | -13/+25 |
2019-08-13 | Considerably simplify Embed handling | Nadrieril | 4 | -10/+4 |
2019-08-13 | Stop tracking the absence of Embed values at the type level | Nadrieril | 5 | -30/+28 |
2019-08-13 | No need to track the absence of `Span`s at the type level | Nadrieril | 4 | -39/+36 |
2019-08-13 | Typos | Nadrieril | 1 | -2/+2 |
2019-08-13 | s/TypeThunk/TypedThunk/g | Nadrieril | 5 | -86/+96 |
2019-08-13 | Swap Typed and TypeThunk | Nadrieril | 2 | -91/+129 |
2019-08-13 | Add new error type for serde_dhall | Nadrieril | 1 | -12/+0 |
2019-08-13 | Move api into its own crate | Nadrieril | 6 | -436/+16 |
2019-08-12 | Remove ensure_... macros in typecheck | Nadrieril | 1 | -115/+89 |
2019-08-10 | Remove dhall::expr!() macro | Nadrieril | 5 | -42/+126 |
2019-08-10 | Update dhall-lang submodule | Nadrieril | 1 | -0/+13 |
2019-08-08 | Update dhall-lang submodule | Nadrieril | 1 | -0/+1 |
2019-08-08 | Add support for dependent types | Nadrieril | 7 | -26/+83 |
2019-08-07 | Update dhall-lang submodule | Nadrieril | 1 | -0/+3 |
2019-08-07 | Flatten nested let bindings | Nadrieril | 1 | -6/+40 |
2019-08-07 | Remove an annoying redundancy in the test harness | Nadrieril | 2 | -15/+3 |
2019-08-07 | Add binary-decode tests | Nadrieril | 2 | -1/+53 |
2019-08-07 | Add truncated Natural subtraction | Nadrieril | 2 | -0/+11 |