summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move BinOp and Builtin definitions in the relevant moduleNadrieril2020-04-0611-179/+180
|
* Move builtins module up a levelNadrieril2020-04-065-7/+6
|
* Extract operation-related code to a new moduleNadrieril2020-04-0612-881/+898
|
* Only need to store OpKind in NirNadrieril2020-04-062-82/+77
|
* Fix normalization bugNadrieril2020-04-061-49/+49
|
* oopsNadrieril2020-04-061-1/+1
|
* Avoid a few allocationsNadrieril2020-04-062-16/+20
|
* Factor our operations in normalizationNadrieril2020-04-062-300/+257
|
* Factor out operations in typecheckNadrieril2020-04-062-417/+438
|
* Split off operations from main expr enumNadrieril2020-04-0611-353/+424
|
* Fix import bugNadrieril2020-04-052-15/+12
|
* Check code hashes in importNadrieril2020-04-056-18/+55
|
* Add semantic-hash testsNadrieril2020-04-053-1/+32
|
* Release dhall version 0.5.0Nadrieril2020-04-052-2/+2
|
* Release abnf_to_pest version 0.5.0Nadrieril2020-04-051-1/+1
|
* Setup cargo-releaseNadrieril2020-04-051-1/+2
|
* 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
| | | | This reverts commit ee9ee1e0ae26bd7fe718a1f8cbe56370ccf969a7.
* Start overengineering SimpleVal/TyNadrieril2020-03-311-31/+120
|
* Nir::normalize isn't usefulNadrieril2020-03-314-90/+3
| | | | | It pretends to normalize but actually can't normalize under lambdas. The correct way to normalize a Nir is to convert it to Hir.
* 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
|