| Commit message (Expand) | Author | Files | Lines |
2019-08-20 | Cleanup | Nadrieril | 3 | -36/+59 |
2019-08-20 | Standardize records of mixed kinds | Nadrieril | 1 | -51/+17 |
2019-08-20 | Reuse work to avoid complicated recursion in record merging | Nadrieril | 2 | -150/+25 |
2019-08-20 | Tweak Ok/Err handling in typecheck | Nadrieril | 1 | -157/+128 |
2019-08-19 | Merge TypedValue and Value | Nadrieril | 3 | -166/+117 |
2019-08-19 | Reduce untyped construction of Values | Nadrieril | 2 | -43/+62 |
2019-08-19 | Use TypedValue instead of Typed in normalize and typecheck | Nadrieril | 3 | -262/+187 |
2019-08-19 | s/to_valuef/to_whnf/ and avoid cloning ValueFs when possible | Nadrieril | 3 | -158/+149 |
2019-08-18 | Rework ValueInternal and clarify invariants around ValueF | Nadrieril | 1 | -8/+21 |
2019-08-17 | s/Thunk/Value/ | Nadrieril | 3 | -150/+152 |
2019-08-16 | s/Value/ValueF/ | Nadrieril | 3 | -184/+188 |
2019-08-16 | Try to minimize untyped TypedThunks | Nadrieril | 2 | -25/+36 |
2019-08-16 | Remove dead code | Nadrieril | 3 | -34/+6 |
2019-08-16 | Typecheck before normalizing in tests | Nadrieril | 1 | -4/+1 |
2019-08-16 | Avoid capture when typechecking union constructor | Nadrieril | 1 | -2/+1 |
2019-08-16 | Reduce api surface of dhall crate | Nadrieril | 6 | -46/+41 |
2019-08-16 | Use `!` type instead of custom empty type | Nadrieril | 1 | -3/+3 |
2019-08-15 | Disable some unused unstable features | Nadrieril | 3 | -4/+3 |
2019-08-15 | Remove special closures from Value | Nadrieril | 1 | -42/+55 |
2019-08-13 | Implement inline headers parsing | Nadrieril | 2 | -35/+23 |
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 | 2 | -3/+1 |
2019-08-13 | Stop tracking the absence of Embed values at the type level | Nadrieril | 3 | -19/+17 |
2019-08-13 | No need to track the absence of `Span`s at the type level | Nadrieril | 4 | -39/+36 |
2019-08-13 | s/TypeThunk/TypedThunk/g | Nadrieril | 3 | -41/+49 |
2019-08-13 | Swap Typed and TypeThunk | Nadrieril | 1 | -70/+25 |
2019-08-12 | Remove ensure_... macros in typecheck | Nadrieril | 1 | -115/+89 |
2019-08-10 | Remove dhall::expr!() macro | Nadrieril | 2 | -29/+81 |
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 | 3 | -23/+56 |
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 | 1 | -2/+2 |
2019-08-07 | Add binary-decode tests | Nadrieril | 1 | -0/+21 |
2019-08-07 | Add truncated Natural subtraction | Nadrieril | 2 | -0/+11 |
2019-08-07 | Remove union literals from the language | Nadrieril | 3 | -25/+3 |
2019-08-07 | Various parsing tweaks | Nadrieril | 1 | -3/+3 |
2019-08-06 | Generalize empty list annotations | Nadrieril | 1 | -2/+6 |
2019-08-06 | Prepare for https://github.com/dhall-lang/dhall-lang/pull/630 | Nadrieril | 3 | -42/+66 |
2019-08-06 | rustfmt | Nadrieril | 1 | -1/+2 |
2019-08-06 | Auto-generate typechecking tests list | Nadrieril | 1 | -395/+0 |
2019-08-06 | Change some tests | Nadrieril | 1 | -0/+5 |
2019-08-06 | RFC3986 URLs | Nadrieril | 1 | -1/+7 |
2019-08-06 | Add some tests | Nadrieril | 1 | -0/+10 |
2019-08-06 | Add some new tests and implement import alternatives | Nadrieril | 2 | -3/+3 |
2019-08-06 | rustfmt | Nadrieril | 1 | -7/+10 |
2019-08-06 | Update dhall-lang submodule | Nadrieril | 1 | -0/+2 |
2019-08-06 | Remove old-style optional literals | Nadrieril | 3 | -37/+16 |