summaryrefslogtreecommitdiff
path: root/dhall/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-311-1/+1
* Introduce option builderNadrieril2020-03-313-5/+14
* Move Value, SimpleValue and SimpleType to serdeNadrieril2020-03-313-230/+4
* Brutally make all of dhall pubNadrieril2020-03-3127-120/+120
* 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-312-12/+4
* Add coverage gathering with grcovNadrieril2020-03-201-7/+17
* Remove more unnecessary parens in printerNadrieril2020-03-203-10/+35
* Commit output of printerNadrieril2020-03-201-23/+23
* Parse RFC3986 URLsNadrieril2020-03-202-2/+22
* Update to latest pest_consume to remove spurious clippy warningNadrieril2020-03-181-1/+0
* Cut releaseNadrieril2020-03-181-1/+1
* Remove never_type featureNadrieril2020-03-174-19/+19
* Run clippyNadrieril2020-03-1716-126/+172
* Implement record punsNadrieril2020-03-114-1/+9
* Add support for `with` keywordNadrieril2020-03-103-1/+44
* Implement conservative sanity checkingNadrieril2020-03-053-56/+77
* Cache imports correctlyNadrieril2020-03-053-21/+21
* Implement remote imports and cleanup import chainingNadrieril2020-03-059-117/+185
* Implement remote `as Location` resolutionNadrieril2020-03-052-2/+13
* Implement `as Text` importsNadrieril2020-03-052-4/+22
* Refactor resolve a bitNadrieril2020-03-051-80/+76
* Implement `missing` and `env:VAR` importsNadrieril2020-03-053-8/+20
* Add a lot of import testsNadrieril2020-03-051-1/+1
* Run tests from repo root as specified in specNadrieril2020-03-051-1/+7
* Implement `as Location` importsNadrieril2020-03-053-59/+102
* Implement some normalization simplificationsNadrieril2020-03-052-77/+81
* Normalization for ProjectionByExprBasile Henry2020-03-022-4/+35
* Cut releaseNadrieril2020-02-211-1/+1
* Add support for dotted field syntaxNadrieril2020-02-202-2/+14
* Add support for duplicate record fieldsNadrieril2020-02-204-21/+46
* 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