summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clippyNadrieril2020-03-1717-128/+177
|
* Circumvent weird rustfmt inconsistencyNadrieril2020-03-171-2/+5
|
* Upstream the `with` grammar tweakNadrieril2020-03-123-15/+2
|
* Implement record punsNadrieril2020-03-116-2/+16
|
* Upstream all local testsNadrieril2020-03-10148-201/+3
| | | | See https://github.com/dhall-lang/dhall-lang/pull/933
* Add support for `with` keywordNadrieril2020-03-108-4/+68
|
* Forgot to commit test outputNadrieril2020-03-051-0/+1
|
* Implement conservative sanity checkingNadrieril2020-03-054-58/+77
|
* Cache imports correctlyNadrieril2020-03-055-25/+22
|
* Implement remote imports and cleanup import chainingNadrieril2020-03-0513-122/+193
|
* Implement remote `as Location` resolutionNadrieril2020-03-0524-12/+52
|
* Implement `as Text` importsNadrieril2020-03-057-16/+33
|
* Refactor resolve a bitNadrieril2020-03-051-80/+76
|
* Implement `missing` and `env:VAR` importsNadrieril2020-03-056-19/+24
|
* Add a lot of import testsNadrieril2020-03-0553-2/+96
|
* Run tests from repo root as specified in specNadrieril2020-03-0511-11/+17
|
* Implement `as Location` importsNadrieril2020-03-055-60/+104
|
* Run tests from dhall dirNadrieril2020-03-0510-10/+10
|
* Add a bunch of `as Location` unit testsNadrieril2020-03-0535-0/+50
|
* Update dhall-lang submoduleNadrieril2020-03-053-3/+15
|
* Add a bunch of testsNadrieril2020-03-0549-0/+70
|
* Allow some slow tests to only be run in release modeNadrieril2020-03-051-25/+36
|
* Implement some normalization simplificationsNadrieril2020-03-053-86/+83
|
* Normalization for ProjectionByExprBasile Henry2020-03-022-4/+35
|
* Enable ProjectionByType testsBasile Henry2020-03-021-8/+1
|
* Cut releaseNadrieril2020-02-212-2/+2
|
* OopsNadrieril2020-02-211-0/+6
|
* Update dhall-lang submoduleNadrieril2020-02-201-0/+3
|
* Add support for dotted field syntaxNadrieril2020-02-205-24/+16
|
* Disallow Natural literals with leading zerosNadrieril2020-02-201-0/+6
|
* Add support for duplicate record fieldsNadrieril2020-02-2011-31/+73
|
* Expose fewer pub thingsNadrieril2020-02-195-48/+13
|
* 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-184-40/+50
|
* Remove spans from NirNadrieril2020-02-171-15/+7
| | | | | That info was too unreliable: we need clean tracking mechanisms if we want to improve error messages
* 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-166-180/+217
|
* 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
|