summaryrefslogtreecommitdiff
path: root/Cargo.lock (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-13Merge dhall_generated_parser into dhall_syntaxNadrieril1-9/+1
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-6/+6
2019-09-18Extract pest_consume into its own crateNadrieril1-5/+8
2019-09-11Add an example to pest_consumeNadrieril1-0/+1
2019-09-10Tentatively derive pest::Parser normallyNadrieril1-2/+12
2019-09-10Use proc_macro_hack to avoid the need for the proc_macro_hygiene featureNadrieril1-0/+13
2019-09-09Move pest_consume macros into their own crateNadrieril1-1/+10
2019-09-09Move pest_consume into its own crateNadrieril1-0/+9
2019-09-03cargo upgrade and fix proc_macro2 version conflictNadrieril1-124/+100
2019-09-01Change parser macros to use a function-like syntaxNadrieril1-0/+7
2019-09-01Rewrite the make_parser macro as a proc_macroNadrieril1-3/+39
2019-08-31Don't URL-decode path segmentsNadrieril1-3/+3
2019-08-27Rework parse macros to avoid the large ParsedValue enumNadrieril1-1/+0
2019-08-18Rework ValueInternal and clarify invariants around ValueFNadrieril1-0/+1
2019-08-16dhall_proc_macros actually does not depend on dhall_syntax anymoreNadrieril1-1/+0
2019-08-13Move api into its own crateNadrieril1-1/+10
2019-08-03Update dhall-lang submoduleNadrieril1-0/+7
2019-05-10Write a custom map type that allows duplicatesNadrieril1-0/+8
2019-05-04Rename dhall_generator to dhall_proc_macrosNadrieril1-2/+2
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-13/+13
2019-05-03No need for extra stack in tests anymoreNadrieril1-31/+0
2019-05-02Update dhall-lang submoduleNadrieril1-0/+7
2019-04-25Revert "Try property testing against reference implementation"Nadrieril1-267/+0
2019-04-25Try property testing against reference implementationNadrieril1-0/+267
2019-04-20Improve test failure ergonomicsNadrieril1-0/+31
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