summaryrefslogtreecommitdiff
path: root/Cargo.lock (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-31Introduce option builderNadrieril1-0/+2
2020-03-31Upgrade annotate-snippets versionNadrieril1-3/+3
2020-03-18Update to latest pest_consume to remove spurious clippy warningNadrieril1-6/+6
2020-03-18Cut releaseNadrieril1-5/+5
2020-03-17Upgrade some dependenciesNadrieril1-5/+14
2020-03-17Update dependenciesNadrieril1-288/+204
2020-03-05Implement remote imports and cleanup import chainingNadrieril1-0/+963
2020-02-21Move improved_slice_patterns to its own repoNadrieril1-4/+0
2020-02-21Forgot to commit Cargo.lockNadrieril1-3/+3
2020-02-01Implement once nice error using annotate_snippetsNadrieril1-0/+7
2020-01-30Use OnceCell to enable returning &ValKindNadrieril1-0/+7
2020-01-30Remove use of take_mutNadrieril1-7/+0
2020-01-16releaseNadrieril1-3/+3
2019-12-24Release new versionNadrieril1-3/+3
2019-12-22Update abnf dependency in the hopes of fixing a bugNadrieril1-8/+79
2019-12-21FixNadrieril1-2/+2
2019-12-21Generate parser manually to make the crate publishableNadrieril1-0/+2
2019-12-21Bump abnf_to_pest versionNadrieril1-2/+2
2019-12-20Update dependenciesNadrieril1-55/+64
2019-12-20Use smallvec instead of custom structNadrieril1-1/+7
2019-12-20Remove unused dependenciesNadrieril1-50/+0
2019-12-17Remove dhall_syntax crateNadrieril1-16/+0
2019-12-17Move pest file generation to dhall/build.rsNadrieril1-0/+1
2019-12-15Move contents of dhall_syntax to dhallNadrieril1-1/+6
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