summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add clippy to CINadrieril2020-03-171-10/+27
* Run clippyNadrieril2020-03-1718-129/+178
* Merge pull request #140 from Nadrieril/Nadrieril-patch-1Nadrieril Feneanar2020-03-173-23/+51
|\
| * Disable Travis CINadrieril2020-03-171-21/+0
| * Circumvent weird rustfmt inconsistencyNadrieril2020-03-171-2/+5
| * Setup Github actionsNadrieril2020-03-171-0/+46
|/
* Merge pull request #143 from Nadrieril/record-punsNadrieril Feneanar2020-03-1712-25/+32
|\
| * Update READMENadrieril2020-03-171-0/+1
| * Standard PR got mergedNadrieril2020-03-171-0/+0
| * Upstream the `with` grammar tweakNadrieril2020-03-123-15/+2
| * Implement record punsNadrieril2020-03-118-11/+30
|/
* Merge pull request #142 from Nadrieril/upstream-testsNadrieril Feneanar2020-03-10150-210/+3
|\
| * Upstream all local testsNadrieril2020-03-10150-210/+3
|/
* Merge pull request #141 from Nadrieril/withNadrieril Feneanar2020-03-1010-4/+69
|\
| * Add support for `with` keywordNadrieril2020-03-1010-4/+69
|/
* Merge pull request #139 from Nadrieril/missing-featuresNadrieril Feneanar2020-03-05183-306/+1805
|\
| * Forgot to commit test outputNadrieril2020-03-051-0/+1
| * Update READMENadrieril2020-03-051-4/+11
| * Implement conservative sanity checkingNadrieril2020-03-054-58/+77
| * Cache imports correctlyNadrieril2020-03-055-25/+22
| * Implement remote imports and cleanup import chainingNadrieril2020-03-0514-122/+1156
| * 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-057-20/+25
| * 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