summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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