Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce environment for import resolution | Nadrieril | 2020-02-09 | 1 | -31/+56 |
| | |||||
* | Remove extra types stored in Value | Nadrieril | 2020-02-09 | 3 | -47/+20 |
| | |||||
* | Remove most TyExpr from normalization | Nadrieril | 2020-02-09 | 16 | -126/+98 |
| | |||||
* | Add Hir as untyped alternative to TyExpr | Nadrieril | 2020-02-09 | 5 | -65/+133 |
| | |||||
* | Remove move type propagation through Value | Nadrieril | 2020-02-09 | 5 | -237/+86 |
| | |||||
* | Remove most reliance on types stored in Value | Nadrieril | 2020-02-09 | 5 | -67/+88 |
| | |||||
* | Upgrade Rust toolchain | Nadrieril | 2020-02-09 | 3 | -4/+1 |
| | |||||
* | Merge pull request #130 from Nadrieril/improve-tests | Nadrieril Feneanar | 2020-02-09 | 173 | -184/+633 |
|\ | | | | | Improve the test harness | ||||
| * | Track error output of parsing and binary decoding tests | Nadrieril | 2020-02-09 | 63 | -7/+325 |
| | | |||||
| * | Remove distinction between failure and error tests | Nadrieril | 2020-02-09 | 2 | -40/+4 |
| | | |||||
| * | Add option to overwrite test files | Nadrieril | 2020-02-09 | 2 | -48/+136 |
| | | |||||
| * | Move ui outputs to a sensible place | Nadrieril | 2020-02-09 | 109 | -16/+11 |
| | | |||||
| * | Massively deduplicate test harness | Nadrieril | 2020-02-09 | 4 | -159/+199 |
| | | |||||
| * | Track output of import errors | Nadrieril | 2020-02-09 | 4 | -0/+44 |
|/ | |||||
* | Add forgotten test outputs | Nadrieril | 2020-02-06 | 6 | -0/+40 |
| | |||||
* | Merge pull request #129 from Nadrieril/missing-features | Nadrieril Feneanar | 2020-02-06 | 14 | -106/+361 |
|\ | | | | | Implement some missing features | ||||
| * | Implement some record simplifications | Nadrieril | 2020-02-06 | 2 | -13/+98 |
| | | |||||
| * | Normalize toMap | Nadrieril | 2020-02-05 | 4 | -19/+55 |
| | | |||||
| * | Typecheck record completion | Nadrieril | 2020-02-05 | 2 | -38/+51 |
| | | |||||
| * | Typecheck projection by type | Nadrieril | 2020-02-05 | 2 | -12/+25 |
| | | |||||
| * | Implement typechecking of toMap | Nadrieril | 2020-02-04 | 11 | -26/+134 |
|/ | |||||
* | Merge pull request #128 from Nadrieril/nice-errors-everywhere | Nadrieril Feneanar | 2020-02-04 | 85 | -183/+484 |
|\ | | | | | Add basic pretty type errors to all errors | ||||
| * | Workaround panic in a serde_dhall example | Nadrieril | 2020-02-04 | 1 | -2/+4 |
| | | | | | | | | | | Unsure what's causing it, most probably mixing of spans from different inputs | ||||
| * | Add basic pretty type errors to all errors | Nadrieril | 2020-02-04 | 84 | -181/+480 |
|/ | |||||
* | Add local test files on top of dhall-lang tests | Nadrieril | 2020-02-02 | 6 | -54/+68 |
| | |||||
* | Merge pull request #127 from Nadrieril/nicer-type-errors | Nadrieril Feneanar | 2020-02-02 | 27 | -144/+539 |
|\ | | | | | Enable multiple locations for type errors | ||||
| * | Tweak errors | Nadrieril | 2020-02-02 | 9 | -65/+63 |
| | | |||||
| * | Use Spans consistently by value | Nadrieril | 2020-02-02 | 5 | -23/+19 |
| | | |||||
| * | Fix spans for unions and records | Nadrieril | 2020-02-02 | 4 | -21/+28 |
| | | |||||
| * | Let rustfmt format string literals | Nadrieril | 2020-02-02 | 2 | -43/+45 |
| | | |||||
| * | More errors | Nadrieril | 2020-02-02 | 12 | -35/+140 |
| | | |||||
| * | More nice errors plus some refactor | Nadrieril | 2020-02-02 | 15 | -174/+272 |
| | | |||||
| * | Implement once nice error using annotate_snippets | Nadrieril | 2020-02-01 | 11 | -27/+216 |
|/ | |||||
* | Rewrite normalization and typechecking with environments (#126) | Nadrieril Feneanar | 2020-01-31 | 109 | -3371/+3154 |
|\ | | | | | Rewrite normalization and typechecking with environments | ||||
| * | Fix module paths in serde_dhall | Nadrieril | 2020-01-31 | 2 | -2/+2 |
| | | |||||
| * | Factor out custom Lazy struct | Nadrieril | 2020-01-31 | 3 | -35/+83 |
| | | |||||
| * | Use Rc equality to shortcut Value equality | Nadrieril | 2020-01-30 | 1 | -2/+1 |
| | | |||||
| * | Tweak ConstantClosure | Nadrieril | 2020-01-30 | 2 | -25/+21 |
| | | |||||
| * | Eval Thunk by move | Nadrieril | 2020-01-30 | 1 | -4/+3 |
| | | |||||
| * | Get rid of all the manual Ref borrows | Nadrieril | 2020-01-30 | 2 | -149/+75 |
| | | |||||
| * | Use OnceCell to enable returning &ValKind | Nadrieril | 2020-01-30 | 4 | -71/+64 |
| | | |||||
| * | Replace Form with a pair of RefCells, in preparation for OnceCell | Nadrieril | 2020-01-30 | 1 | -88/+71 |
| | | |||||
| * | Move Form::PartialExpr into Thunk | Nadrieril | 2020-01-30 | 1 | -36/+46 |
| | | |||||
| * | Only the Form must be in a RefCell | Nadrieril | 2020-01-30 | 1 | -61/+67 |
| | | |||||
| * | Avoid unnecessary allocations of `Value`s | Nadrieril | 2020-01-30 | 5 | -25/+25 |
| | | |||||
| * | Clarify normalization to ensure we only nze once | Nadrieril | 2020-01-30 | 4 | -58/+55 |
| | | |||||
| * | Move Thunk value into ValueInternal | Nadrieril | 2020-01-30 | 2 | -35/+32 |
| | | |||||
| * | Prepare ValueInternal with new `Form`s | Nadrieril | 2020-01-30 | 1 | -53/+50 |
| | | |||||
| * | Factor out text literals in Value | Nadrieril | 2020-01-30 | 3 | -83/+110 |
| | | | | | | | | This allows encapsulating invariants properly and reducing clutter | ||||
| * | Remove type parameter from ValueKind | Nadrieril | 2020-01-30 | 4 | -35/+21 |
| | |