summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-05Implement remote imports and cleanup import chainingNadrieril1-0/+2
2020-02-21Cut releaseNadrieril1-1/+1
2020-02-01Implement once nice error using annotate_snippetsNadrieril1-1/+2
2020-01-30Use OnceCell to enable returning &ValKindNadrieril1-0/+1
2020-01-30Remove use of take_mutNadrieril1-1/+0
2020-01-16releaseNadrieril1-1/+1
2019-12-24Release new versionNadrieril1-1/+1
2019-12-22Update abnf dependency in the hopes of fixing a bugNadrieril1-1/+1
2019-12-21Bump dhall versionNadrieril1-1/+1
2019-12-21Generate parser manually to make the crate publishableNadrieril1-0/+2
2019-12-21Bump abnf_to_pest versionNadrieril1-1/+1
2019-12-21Prepare for publishing on crates.ioNadrieril1-3/+5
2019-12-20Use smallvec instead of custom structNadrieril1-1/+1
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