summaryrefslogtreecommitdiff
path: root/dhall_syntax/Cargo.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-13Merge dhall_generated_parser into dhall_syntaxNadrieril1-0/+4
2019-12-13Derive Parser in dhall_syntax directlyNadrieril1-1/+0
2019-11-11dhall_syntax doesn't use dhall_proc_macrosNadrieril1-1/+0
2019-09-20Update pest_consume dependencyNadrieril1-0/+1
2019-09-18Extract pest_consume into its own crateNadrieril1-2/+1
2019-09-10Tentatively derive pest::Parser normallyNadrieril1-0/+1
2019-09-09Move pest_consume into its own crateNadrieril1-0/+1
2019-09-01Change parser macros to use a function-like syntaxNadrieril1-0/+1
2019-09-01Rewrite the make_parser macro as a proc_macroNadrieril1-0/+1
2019-08-31Don't URL-decode path segmentsNadrieril1-1/+1
2019-08-27Rework parse macros to avoid the large ParsedValue enumNadrieril1-1/+0
2019-08-03Update dhall-lang submoduleNadrieril1-0/+1
2019-05-10Write a custom map type that allows duplicatesNadrieril1-0/+2
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-1/+1
2019-05-02Update dhall-lang submoduleNadrieril1-0/+1
2019-04-20improved_slice_patterns now returns ownership on errorNadrieril1-1/+1
2019-04-14Use crates.io improved_slice_patterns on top of path depNadrieril1-1/+1
2019-04-14Rename iter_patterns to improved_slice_patternsNadrieril1-1/+1
2019-04-14Use upstream pestNadrieril1-1/+1
2019-04-13Clarify role of dhall_generated_parser crateNadrieril1-1/+1
2019-04-12Remove some leftover dependenciesNadrieril1-1/+0
2019-04-12Clarify licenseNadrieril1-0/+1
2019-03-19Extract the core of parser macros into a separate crateNadrieril1-0/+1
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