summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix clippy warningsNadrieril2020-04-053-9/+9
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-311-1/+1
* Ensure version numbers are kept in syncNadrieril2020-03-312-0/+5
* Introduce option builderNadrieril2020-03-314-6/+15
* Move Value, SimpleValue and SimpleType to serdeNadrieril2020-03-313-230/+4
* Brutally make all of dhall pubNadrieril2020-03-3128-124/+125
* Revert "Start overengineering SimpleVal/Ty"Nadrieril2020-03-311-120/+31
* Start overengineering SimpleVal/TyNadrieril2020-03-311-31/+120
* Nir::normalize isn't usefulNadrieril2020-03-314-90/+3
* Improve handling of builtin types in NirNadrieril2020-03-315-86/+66
* Move conversion to SimpleVal/Ty to simple moduleNadrieril2020-03-313-84/+84
* Use dhall::Value more in serdeNadrieril2020-03-311-1/+1
* Remove top-level Expr aliasesNadrieril2020-03-318-45/+32
* Rename LitKind to NumKindNadrieril2020-03-3111-101/+101
* Limit dependency on NormalizedNadrieril2020-03-312-84/+42
* Remove Normalized and friends from public APINadrieril2020-03-313-31/+20
* Add new Value type in APINadrieril2020-03-312-6/+62
* Add SimpleType to mirror SimpleValueNadrieril2020-03-313-3/+103
* Add SimpleValue type to facilitate deserializationNadrieril2020-03-313-2/+71
* Fix indexing for spans that go to the end of the inputNadrieril2020-03-311-5/+7
* Upgrade annotate-snippets versionNadrieril2020-03-31114-124/+116
* Add coverage gathering with grcovNadrieril2020-03-202-9/+19
* Reduce duplication in build.rsNadrieril2020-03-201-37/+40
* Remove more unnecessary parens in printerNadrieril2020-03-2020-27/+52
* Commit output of printerNadrieril2020-03-20242-38/+289
* Parse RFC3986 URLsNadrieril2020-03-205-28/+27
* Update to latest pest_consume to remove spurious clippy warningNadrieril2020-03-181-1/+0
* Cut releaseNadrieril2020-03-182-2/+2
* Remove never_type featureNadrieril2020-03-174-19/+19
* Upgrade some dependenciesNadrieril2020-03-171-3/+3
* 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
* 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