summaryrefslogtreecommitdiff
path: root/dhall_core/Cargo.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-06Finally get rid of old parserNadrieril1-7/+0
2019-03-06Remove doctest noise from cargo testNadrieril1-0/+3
2019-03-06Split-off core into its own crateNadrieril1-1/+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