summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-15test: Add some unit tests for cachefteychene1-0/+1
2020-04-12Release dhall version 0.5.2Nadrieril1-1/+1
2020-04-09Release dhall version 0.5.1Nadrieril1-1/+1
2020-04-09Force a version of pest_generator that uses quote 1.0Nadrieril1-1/+1
2020-04-05Add semantic-hash testsNadrieril1-0/+1
2020-04-05Release dhall version 0.5.0Nadrieril1-1/+1
2020-04-05Release abnf_to_pest version 0.5.0Nadrieril1-1/+1
2020-04-05Setup cargo-releaseNadrieril1-1/+2
2020-03-31Ensure version numbers are kept in syncNadrieril1-0/+1
2020-03-31Introduce option builderNadrieril1-1/+1
2020-03-31Upgrade annotate-snippets versionNadrieril1-1/+1
2020-03-18Cut releaseNadrieril1-1/+1
2020-03-17Upgrade some dependenciesNadrieril1-3/+3
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