summaryrefslogtreecommitdiff
path: root/Cargo.lock (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-20improved_slice_patterns now returns ownership on errorNadrieril1-2/+3
2019-04-15Seriously, trailing slash?Nadrieril1-2/+2
2019-04-15Keep rule order in `abnf_to_pest`Nadrieril1-0/+7
2019-04-15Use upstream abnf crateNadrieril1-4/+4
2019-04-14improved_slice_patterns: publish new versionNadrieril1-2/+2
2019-04-14improved_slice_patterns: prepare for publishingNadrieril1-2/+2
2019-04-14Rename iter_patterns to improved_slice_patternsNadrieril1-2/+2
2019-04-14Update dependenciesNadrieril1-30/+30
2019-04-14Use upstream pestNadrieril1-11/+2
2019-04-13Clarify role of dhall_generated_parser crateNadrieril1-10/+10
2019-04-12Remove some leftover dependenciesNadrieril1-8/+0
2019-04-11Ditch quick_error because it doesn't support generic parametersNadrieril1-7/+0
2019-04-10Cleanup error handlingNadrieril1-0/+7
2019-04-10Prepare for serde supportNadrieril1-3/+18
2019-03-26Derive DhallType for structsNadrieril1-4/+5
2019-03-24Parse multiline strings correctlyNadrieril1-0/+30
2019-03-19Extract the core of parser macros into a separate crateNadrieril1-0/+5
2019-03-14Handle and parse interpolated stringsNadrieril1-0/+69
2019-03-14Implement binary decodingNadrieril1-0/+30
2019-03-11Set rustup toolchain to nightlyNadrieril1-0/+2
2019-03-08Generate pest file manually in the hopes to reduce spurious recompilationsNadrieril1-11/+2
2019-03-07Use upstream pestNadrieril1-6/+14
2019-03-06Finally get rid of old parserNadrieril1-564/+0
2019-03-06Merge dhall_normalize back into dhall; that was unnecessaryNadrieril1-15/+1
2019-03-06Add proc_macro the generated dhall expressionsNadrieril1-0/+11
2019-03-06Split-off normalization into its own crateNadrieril1-0/+14
2019-03-06Split-off core into its own crateNadrieril1-0/+11
2019-03-03Handle errors in parserNadrieril1-0/+1
2019-03-02Move part of parser into its own crate to limit recompilation timesNadrieril1-15/+15
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-16/+23
2019-03-01Improve pest file layoutNadrieril1-0/+16
2019-02-28Auto-generate pest file from spec abnfNadrieril1-0/+27
2019-02-28Start rewriting parser in pestNadrieril1-4/+122
2019-02-27Revert "Try to update to latest nom"Nadrieril1-16/+18
2019-02-27Try to update to latest nomNadrieril1-18/+16
2019-02-27Update dependenciesNadrieril1-134/+509
2017-09-08fixed some clippy warningsAndre Bogus1-120/+147
2017-03-10Colored error messagesNanoTech1-0/+10
2017-03-10rustc-style error messagesNanoTech1-0/+7