summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement remote imports and cleanup import chainingNadrieril2020-03-051-0/+2
|
* Cut releaseNadrieril2020-02-211-1/+1
|
* Implement once nice error using annotate_snippetsNadrieril2020-02-011-1/+2
|
* Use OnceCell to enable returning &ValKindNadrieril2020-01-301-0/+1
|
* Remove use of take_mutNadrieril2020-01-301-1/+0
|
* releaseNadrieril2020-01-161-1/+1
|
* Release new versionNadrieril2019-12-241-1/+1
|
* Update abnf dependency in the hopes of fixing a bugNadrieril2019-12-221-1/+1
|
* Bump dhall versionNadrieril2019-12-211-1/+1
|
* Generate parser manually to make the crate publishableNadrieril2019-12-211-0/+2
|
* Bump abnf_to_pest versionNadrieril2019-12-211-1/+1
|
* Prepare for publishing on crates.ioNadrieril2019-12-211-3/+5
|
* Use smallvec instead of custom structNadrieril2019-12-201-1/+1
|
* Remove unused dependenciesNadrieril2019-12-201-3/+0
|
* Move pest file generation to dhall/build.rsNadrieril2019-12-171-0/+2
|
* Move contents of dhall_syntax to dhallNadrieril2019-12-151-4/+10
|
* Rework ValueInternal and clarify invariants around ValueFNadrieril2019-08-181-0/+1
|
* Add new error type for serde_dhallNadrieril2019-08-131-1/+1
|
* Move api into its own crateNadrieril2019-08-131-1/+0
|
* Rename dhall_generator to dhall_proc_macrosNadrieril2019-05-041-1/+1
|
* Rename dhall_core to dhall_syntaxNadrieril2019-05-041-1/+1
|
* No need for extra stack in tests anymoreNadrieril2019-05-031-1/+0
|
* CleanupNadrieril2019-04-201-3/+0
|
* Improve test failure ergonomicsNadrieril2019-04-201-0/+1
|
* Avoid a lot of unnecessary cloning in apply_builtinNadrieril2019-04-201-0/+1
|
* Remove some leftover dependenciesNadrieril2019-04-121-1/+0
|
* Clarify licenseNadrieril2019-04-121-0/+1
| | | | Closes #61
* Ditch quick_error because it doesn't support generic parametersNadrieril2019-04-111-1/+0
|
* Add basic deserialization supportNadrieril2019-04-111-3/+0
| | | | Closes #13
* Cleanup error handlingNadrieril2019-04-101-0/+1
| | | | Closes #41
* Prepare for serde supportNadrieril2019-04-101-0/+1
|
* Parse multiline strings correctlyNadrieril2019-03-241-0/+4
| | | | Closes #24
* Generate parser tests list automaticallyNadrieril2019-03-241-0/+1
|
* Add travis integrationNadrieril2019-03-191-0/+3
|
* Handle and parse interpolated stringsNadrieril2019-03-141-0/+3
| | | | Closes #25
* Implement binary decodingNadrieril2019-03-141-0/+1
| | | | | Closes #2 Closes #23
* Merge dhall_normalize back into dhall; that was unnecessaryNadrieril2019-03-061-1/+1
|
* Remove doctest noise from cargo testNadrieril2019-03-061-0/+3
|
* Split-off normalization into its own crateNadrieril2019-03-061-0/+1
|
* Split-off core into its own crateNadrieril2019-03-061-7/+1
|
* Add myself to authors in Cargo.tomlNadrieril2019-03-031-1/+1
|
* Handle errors in parserNadrieril2019-03-031-0/+1
|
* Move part of parser into its own crate to limit recompilation timesNadrieril2019-03-021-2/+1
|
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-0/+18