summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a lot of import testsNadrieril2020-03-0554-4/+99
* Run tests from repo root as specified in specNadrieril2020-03-0512-13/+19
* Implement `as Location` importsNadrieril2020-03-056-60/+105
* Run tests from dhall dirNadrieril2020-03-0511-12/+12
* Add a bunch of `as Location` unit testsNadrieril2020-03-0536-1/+51
* Make script more robust to missing foldersNadrieril2020-03-051-5/+8
* Update dhall-lang submoduleNadrieril2020-03-054-3/+15
* Add a bunch of testsNadrieril2020-03-0550-23/+70
* Prepare test bufferNadrieril2020-03-051-28/+23
* Enable script to add new testsNadrieril2020-03-051-3/+23
* Add script to generate missing test outputsNadrieril2020-03-051-0/+102
* Allow some slow tests to only be run in release modeNadrieril2020-03-051-25/+36
* Implement some normalization simplificationsNadrieril2020-03-053-86/+83
* Merge pull request #133 from basile-henry/record-projection-by-expressionNadrieril Feneanar2020-03-043-12/+36
|\
| * Normalization for ProjectionByExprBasile Henry2020-03-022-4/+35
| * Enable ProjectionByType testsBasile Henry2020-03-021-8/+1
|/
* Move improved_slice_patterns to its own repoNadrieril2020-02-215-361/+0
* Forgot to commit Cargo.lockNadrieril2020-02-211-3/+3
* Cut releaseNadrieril2020-02-215-7/+7
* OopsNadrieril2020-02-211-0/+6
* Merge pull request #132 from Nadrieril/catchup-specNadrieril Feneanar2020-02-2017-88/+110
|\
| * Update dhall-lang submoduleNadrieril2020-02-202-0/+3
| * Support spec v14Nadrieril2020-02-202-1/+2
| * Add support for dotted field syntaxNadrieril2020-02-207-24/+17
| * Disallow Natural literals with leading zerosNadrieril2020-02-203-0/+7
| * Add support for duplicate record fieldsNadrieril2020-02-2013-35/+78
| * Expose fewer pub thingsNadrieril2020-02-196-53/+18
| * Update spec to version 13Nadrieril2020-02-192-4/+14
* | Merge pull request #131 from Nadrieril/hirNadrieril Feneanar2020-02-1957-2480/+2237
|\|
| * Avoid re-typechecking after importNadrieril2020-02-197-15/+26
| * Discard import headers while we don't use themNadrieril2020-02-183-13/+10
| * Remove useless `normalize` option from ToExprOptionsNadrieril2020-02-183-26/+6
| * Borrow relevant Hir from TirNadrieril2020-02-185-40/+52
| * Remove spans from NirNadrieril2020-02-171-15/+7
| * Rename Value to NirNadrieril2020-02-1712-401/+377
| * Rename TyExpr to TirNadrieril2020-02-175-31/+29
| * Remove some unused codeNadrieril2020-02-171-24/+0
| * Factor out desugaring from resolveNadrieril2020-02-171-22/+31
| * Extract resolve-relevant envs togetherNadrieril2020-02-174-112/+118
| * Move hir and resolve into a moduleNadrieril2020-02-175-2/+6
| * Avoid recomputing universes in tckNadrieril2020-02-167-59/+97
| * Oops, leftover #![allow(dead_code)]Nadrieril2020-02-161-17/+1
| * Start requiring Universe to build a TypeNadrieril2020-02-167-180/+218
| * Introduce proper Type structNadrieril2020-02-155-57/+121
| * Desugar Completion during resolutionNadrieril2020-02-155-55/+49
| * Factor some tck code to avoid needing get_type_tyexprNadrieril2020-02-155-52/+88
| * OopsNadrieril2020-02-142-16/+14
| * TyExpr always carries a typeNadrieril2020-02-134-89/+68
| * Rework annotation and Sort handlingNadrieril2020-02-1316-87/+114
| * Simplify conversions to/from TyExprNadrieril2020-02-138-108/+108