Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-06 | Move api-related modules into an api module | Nadrieril | 1 | -53/+0 | |
2019-05-06 | Reorganize dhall into a phase structure | Nadrieril | 1 | -1/+1 | |
2019-05-04 | Remove dummy lifetimes | Nadrieril | 1 | -5/+5 | |
2019-05-02 | Instead of possibly nonexistent Type, treat Sort specially | Nadrieril | 1 | -1/+1 | |
2019-04-23 | Avoid duplicating work when matching on Pi types | Nadrieril | 1 | -1/+1 | |
2019-04-16 | Naming tweaks | Nadrieril | 1 | -2/+2 | |
2019-04-14 | Namespace deserialization functions in a `de` submodule | Nadrieril | 1 | -1/+1 | |
Closes #73 | |||||
2019-04-13 | Document all of the API | Nadrieril | 1 | -0/+7 | |
Closes #64 | |||||
2019-04-11 | Thread lifetimes through other newtypes | Nadrieril | 1 | -6/+6 | |
Closes #55 | |||||
2019-04-11 | Add lifetime parameters to Parsed and Resolved | Nadrieril | 1 | -4/+4 | |
Future-proofing | |||||
2019-04-11 | Add basic deserialization support | Nadrieril | 1 | -1/+1 | |
Closes #13 | |||||
2019-04-10 | Allow providing type for typechecking in API | Nadrieril | 1 | -2/+5 | |
2019-04-10 | Cleanup error handling | Nadrieril | 1 | -3/+3 | |
Closes #41 | |||||
2019-04-10 | Split traits module into submodules | Nadrieril | 1 | -0/+43 | |