summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: use errors instead of panics to signify test failureNadrieril2020-06-243-74/+96
|
* refactor: remove old test harnessNadrieril2020-06-244-710/+16
|
* refactor: refactor spec tests a bitNadrieril2020-06-241-189/+177
|
* test: write custom test harness for testsNadrieril2020-06-243-2/+695
|
* fix: panic on remote import on wasmNadrieril2020-06-242-10/+5
| | | | Sadly we would need proper async support for that to work
* chore: remove unused dependencies using cargo-udepsNadrieril2020-06-241-1/+0
|
* chore: upgrade dependencies using cargo-outdatedNadrieril2020-06-241-2/+2
|
* chore: reduce crate size using cargo-dietNadrieril2020-06-241-0/+1
|
* fix(ci): grammar sync test fails spuriously on ciNadrieril2020-06-201-0/+1
|
* fix: assuage clippy on ciNadrieril2020-06-201-3/+3
|
* Release dhall version 0.5.3Nadrieril2020-05-302-2/+2
|
* Commit grammar file locallyNadrieril2020-05-303-1/+966
| | | | | The crate publishing process does not allow access to files outside the current crate.
* Use dhall.abnf directly instead of via symlinkNadrieril2020-05-302-3/+2
| | | | Because windows doesn't support symlinks properly
* Refactor cache path resolutionNadrieril2020-05-301-62/+21
|
* Fix cache path resolution on wasmNadrieril2020-05-301-0/+7
|
* Make reqwest build on wasmNadrieril2020-05-303-6/+23
|
* test: Add remaining tests for cachefteychene2020-05-151-0/+398
|
* fixup! test: Add some unit tests for cachefteychene2020-05-151-30/+55
|
* fixup! test: Add some unit tests for cachefteychene2020-05-151-56/+32
|
* fixup! fixup! Release serde_dhall version 0.5.2fteychene2020-05-151-31/+55
|
* test: Add some unit tests for cachefteychene2020-05-152-12/+122
|
* fixup! Release serde_dhall version 0.5.2fteychene2020-05-153-55/+68
|
* feat: Add cache resolution on resolvefteychene2020-05-156-33/+211
|
* Release dhall version 0.5.2Nadrieril2020-04-122-2/+2
|
* Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril2020-04-103-5/+11
|
* Move Label escaping out of its Display implNadrieril2020-04-093-21/+35
|
* Remove potentially problematic change detection in build.rsNadrieril2020-04-091-6/+1
|
* Release dhall version 0.5.1Nadrieril2020-04-092-2/+2
|
* Force a version of pest_generator that uses quote 1.0Nadrieril2020-04-091-1/+1
|
* ClippyNadrieril2020-04-071-3/+3
|
* Split operations module into submodulesNadrieril2020-04-074-397/+414
|
* Implement remaining record simplificationNadrieril2020-04-072-12/+22
|
* Swap diff order in tests for UI filesNadrieril2020-04-071-1/+1
| | | | It was super confusing
* Move duplicate field checking to parserNadrieril2020-04-0723-402/+131
|
* 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
|