| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Test type error messages | Nadrieril | 2019-11-11 | 1 | -8/+34 | 
| | | |||||
| * | Generate import tests automatically | Nadrieril | 2019-11-11 | 1 | -16/+15 | 
| | | |||||
| * | Remove unused "typecheck" tests | Nadrieril | 2019-11-11 | 1 | -21/+0 | 
| | | |||||
| * | Rework test harness to prepare for new types of tests | Nadrieril | 2019-08-30 | 1 | -176/+147 | 
| | | |||||
| * | clippy | Nadrieril | 2019-08-27 | 1 | -1/+2 | 
| | | |||||
| * | Tweak tests to avoid double compilation | Nadrieril | 2019-08-26 | 1 | -0/+7 | 
| | | |||||
| * | No need for Cow in return type of get_type | Nadrieril | 2019-08-20 | 1 | -1/+1 | 
| | | |||||
| * | Use TypedValue instead of Typed in normalize and typecheck | Nadrieril | 2019-08-19 | 1 | -1/+1 | 
| | | | | | | 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 | -1/+1 | 
| | | |||||
| * | Typecheck before normalizing in tests | Nadrieril | 2019-08-16 | 1 | -12/+16 | 
| | | |||||
| * | Disable some unused unstable features | Nadrieril | 2019-08-15 | 1 | -1/+1 | 
| | | |||||
| * | Add support for dependent types | Nadrieril | 2019-08-08 | 1 | -0/+1 | 
| | | |||||
| * | Remove an annoying redundancy in the test harness | Nadrieril | 2019-08-07 | 1 | -13/+1 | 
| | | |||||
| * | Add binary-decode tests | Nadrieril | 2019-08-07 | 1 | -1/+32 | 
| | | |||||
| * | Forbid surrogate pairs and non-characters | Nadrieril | 2019-08-07 | 1 | -0/+2 | 
| | | |||||
| * | Split-off printer and binary encoding tests from parser tests | Nadrieril | 2019-05-12 | 1 | -37/+59 | 
| | | |||||
| * | Include success or failure prefix in test filtering | Nadrieril | 2019-05-12 | 1 | -8/+2 | 
| | | |||||
| * | Implement binary encoding | Nadrieril | 2019-05-12 | 1 | -7/+33 | 
| | | | | | Closes #39 | ||||
| * | Rewrite Deserialize trait around new Value and Type | Nadrieril | 2019-05-09 | 1 | -1/+1 | 
| | | |||||
| * | Generate normalization tests automatically | Nadrieril | 2019-05-09 | 1 | -0/+5 | 
| | | |||||
| * | Unify Type, TypeInternal and Typed | Nadrieril | 2019-05-07 | 1 | -1/+0 | 
| | | |||||
| * | Reorganize dhall into a phase structure | Nadrieril | 2019-05-06 | 1 | -1/+1 | 
| | | |||||
| * | Implement alpha-normalization | Nadrieril | 2019-05-05 | 1 | -1/+8 | 
| | | | | | Closes #12 | ||||
| * | No need for extra stack in tests anymore | Nadrieril | 2019-05-03 | 1 | -12/+6 | 
| | | |||||
| * | Instead of possibly nonexistent Type, treat Sort specially | Nadrieril | 2019-05-02 | 1 | -6/+3 | 
| | | |||||
| * | Store a Thunk in Typed | Nadrieril | 2019-04-30 | 1 | -2/+1 | 
| | | |||||
| * | Avoid duplicating work when matching on Pi types | Nadrieril | 2019-04-23 | 1 | -3/+6 | 
| | | |||||
| * | Embrace TypeInternal as a semantic value | Nadrieril | 2019-04-21 | 1 | -1/+1 | 
| | | |||||
| * | Improve test failure ergonomics | Nadrieril | 2019-04-20 | 1 | -10/+5 | 
| | | |||||
| * | Improve test error ergonomics | Nadrieril | 2019-04-16 | 1 | -2/+8 | 
| | | |||||
| * | Remove higher-kinded type noise in Type | Nadrieril | 2019-04-16 | 1 | -1/+1 | 
| | | |||||
| * | Handle empty optionals correctly | Nadrieril | 2019-04-15 | 1 | -1/+1 | 
| | | | | | Closes #78 | ||||
| * | Namespace deserialization functions in a `de` submodule | Nadrieril | 2019-04-14 | 1 | -1/+1 | 
| | | | | | Closes #73 | ||||
| * | clippy | Nadrieril | 2019-04-14 | 1 | -3/+1 | 
| | | |||||
| * | Add import tests | Nadrieril | 2019-04-14 | 1 | -0/+12 | 
| | | | | | Closes #71 | ||||
| * | Improve error display on test failure | Nadrieril | 2019-04-13 | 1 | -10/+20 | 
| | | |||||
| * | Restrict public API to its most minimal expression | Nadrieril | 2019-04-12 | 1 | -1/+1 | 
| | | |||||
| * | Add lifetime parameters to Parsed and Resolved | Nadrieril | 2019-04-11 | 1 | -1/+2 | 
| | | | | | Future-proofing | ||||
| * | Abstract get_type() into a trait | Nadrieril | 2019-04-11 | 1 | -2/+3 | 
| | | |||||
| * | Handle untyped case differently from the type of Sort | Nadrieril | 2019-04-11 | 1 | -1/+1 | 
| | | | | | Closes #59 | ||||
| * | Simplify test harness | Nadrieril | 2019-04-10 | 1 | -114/+92 | 
| | | |||||
| * | Allow providing type for typechecking in API | Nadrieril | 2019-04-10 | 1 | -12/+11 | 
| | | |||||
| * | Mild cleanup imports | Nadrieril | 2019-04-10 | 1 | -4/+4 | 
| | | |||||
| * | Cleanup error handling | Nadrieril | 2019-04-10 | 1 | -12/+9 | 
| | | | | | Closes #41 | ||||
| * | s/load_from/parse/ | Nadrieril | 2019-04-10 | 1 | -15/+15 | 
| | | |||||
| * | Limit public API | Nadrieril | 2019-04-08 | 1 | -2/+4 | 
| | | | | | Closes #53 | ||||
| * | Move spec tests into the relevant files | Nadrieril | 2019-04-08 | 1 | -0/+176 | 
