| Commit message (Expand) | Author | Files | Lines |
2019-05-06 | Move api-related modules into an api module | Nadrieril | 4 | -240/+0 |
2019-05-06 | Consolidate errors in the error module | Nadrieril | 1 | -2/+2 |
2019-05-06 | Reorganize dhall into a phase structure | Nadrieril | 3 | -9/+6 |
2019-05-06 | Merge TypedInternal and Typed | Nadrieril | 1 | -1/+1 |
2019-05-04 | Revert "Make SubExpr generic in the variable labels type" | Nadrieril | 1 | -7/+7 |
2019-05-04 | Make SubExpr generic in the variable labels type | Nadrieril | 1 | -7/+7 |
2019-05-04 | Remove dummy lifetimes | Nadrieril | 3 | -33/+33 |
2019-05-04 | rustfmt | Nadrieril | 1 | -1/+1 |
2019-05-04 | Rename dhall_generator to dhall_proc_macros | Nadrieril | 1 | -1/+1 |
2019-05-04 | Rename dhall_core to dhall_syntax | Nadrieril | 2 | -2/+2 |
2019-05-02 | Instead of possibly nonexistent Type, treat Sort specially | Nadrieril | 3 | -26/+8 |
2019-05-02 | Store Thunk in Normalized | Nadrieril | 1 | -1/+3 |
2019-05-02 | Tweaks | Nadrieril | 1 | -1/+1 |
2019-04-29 | Don't need to store original expression in TypeError | Nadrieril | 1 | -11/+0 |
2019-04-23 | Silence warnings | Nadrieril | 1 | -0/+2 |
2019-04-23 | Avoid duplicating work when matching on Pi types | Nadrieril | 2 | -1/+2 |
2019-04-22 | Temporarily simplify functions depending on TypeInternal | Nadrieril | 1 | -9/+12 |
2019-04-21 | Factor out context handling | Nadrieril | 1 | -5/+6 |
2019-04-18 | Remove obsolete dhall_expr!() macro | Nadrieril | 1 | -14/+14 |
2019-04-18 | Remove more duplication | Nadrieril | 1 | -1/+1 |
2019-04-16 | Remove higher-kinded type noise in Type | Nadrieril | 1 | -4/+4 |
2019-04-16 | Naming tweaks | Nadrieril | 1 | -2/+2 |
2019-04-14 | Namespace deserialization functions in a `de` submodule | Nadrieril | 1 | -1/+1 |
2019-04-13 | Document all of the API | Nadrieril | 2 | -7/+33 |
2019-04-11 | Thread lifetimes through other newtypes | Nadrieril | 3 | -36/+37 |
2019-04-11 | Add lifetime parameters to Parsed and Resolved | Nadrieril | 1 | -4/+4 |
2019-04-11 | Remove type parameter from TypeError | Nadrieril | 1 | -6/+6 |
2019-04-11 | Respect import boundaries | Nadrieril | 1 | -1/+1 |
2019-04-11 | Abstract get_type() into a trait | Nadrieril | 2 | -0/+58 |
2019-04-11 | Handle untyped case differently from the type of Sort | Nadrieril | 1 | -1/+1 |
2019-04-11 | Add basic deserialization support | Nadrieril | 2 | -1/+25 |
2019-04-10 | Allow providing type for typechecking in API | Nadrieril | 1 | -2/+5 |
2019-04-10 | Cleanup error handling | Nadrieril | 1 | -3/+3 |
2019-04-10 | Split traits module into submodules | Nadrieril | 3 | -0/+151 |