summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-20Remove unused dependenciesNadrieril1-3/+0
2019-12-17Move pest file generation to dhall/build.rsNadrieril1-0/+2
2019-12-15Move contents of dhall_syntax to dhallNadrieril1-4/+10
2019-08-18Rework ValueInternal and clarify invariants around ValueFNadrieril1-0/+1
2019-08-13Add new error type for serde_dhallNadrieril1-1/+1
2019-08-13Move api into its own crateNadrieril1-1/+0
2019-05-04Rename dhall_generator to dhall_proc_macrosNadrieril1-1/+1
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-1/+1
2019-05-03No need for extra stack in tests anymoreNadrieril1-1/+0
2019-04-25Revert "Try property testing against reference implementation"Nadrieril1-1/+0
2019-04-25Try property testing against reference implementationNadrieril1-0/+1
2019-04-20CleanupNadrieril1-3/+0
2019-04-20Improve test failure ergonomicsNadrieril1-0/+1
2019-04-20Avoid a lot of unnecessary cloning in apply_builtinNadrieril1-0/+1
2019-04-12Remove some leftover dependenciesNadrieril1-1/+0
2019-04-12Clarify licenseNadrieril1-0/+1
2019-04-11Ditch quick_error because it doesn't support generic parametersNadrieril1-1/+0
2019-04-11Add basic deserialization supportNadrieril1-3/+0
2019-04-10Cleanup error handlingNadrieril1-0/+1
2019-04-10Prepare for serde supportNadrieril1-0/+1
2019-03-24Parse multiline strings correctlyNadrieril1-0/+4
2019-03-24Generate parser tests list automaticallyNadrieril1-0/+1
2019-03-19Add travis integrationNadrieril1-0/+3
2019-03-14Handle and parse interpolated stringsNadrieril1-0/+3
2019-03-14Implement binary decodingNadrieril1-0/+1
2019-03-06Merge dhall_normalize back into dhall; that was unnecessaryNadrieril1-1/+1
2019-03-06Remove doctest noise from cargo testNadrieril1-0/+3
2019-03-06Split-off normalization into its own crateNadrieril1-0/+1
2019-03-06Split-off core into its own crateNadrieril1-7/+1
2019-03-03Add myself to authors in Cargo.tomlNadrieril1-1/+1
2019-03-03Handle errors in parserNadrieril1-0/+1
2019-03-02Move part of parser into its own crate to limit recompilation timesNadrieril1-2/+1
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-3/+1
2019-03-01Improve pest file layoutNadrieril1-0/+1
2019-02-28Auto-generate pest file from spec abnfNadrieril1-0/+2
2019-02-28Start rewriting parser in pestNadrieril1-0/+2
2019-02-27Switch to Rust 2018 editionNadrieril1-0/+1
2019-02-27Revert "Try to update to latest nom"Nadrieril1-1/+1
2019-02-27Try to update to latest nomNadrieril1-1/+1
2019-02-27Update dependenciesNadrieril1-4/+4
2017-09-08fixed some clippy warningsAndre Bogus1-2/+2
2017-03-10Colored error messagesNanoTech1-0/+1
2017-03-10rustc-style error messagesNanoTech1-0/+1