summaryrefslogtreecommitdiff
path: root/Cargo.lock (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement remote imports and cleanup import chainingNadrieril2020-03-051-0/+963
* Move improved_slice_patterns to its own repoNadrieril2020-02-211-4/+0
* Forgot to commit Cargo.lockNadrieril2020-02-211-3/+3
* Implement once nice error using annotate_snippetsNadrieril2020-02-011-0/+7
* Use OnceCell to enable returning &ValKindNadrieril2020-01-301-0/+7
* Remove use of take_mutNadrieril2020-01-301-7/+0
* releaseNadrieril2020-01-161-3/+3
* Release new versionNadrieril2019-12-241-3/+3
* Update abnf dependency in the hopes of fixing a bugNadrieril2019-12-221-8/+79
* FixNadrieril2019-12-211-2/+2
* Generate parser manually to make the crate publishableNadrieril2019-12-211-0/+2
* Bump abnf_to_pest versionNadrieril2019-12-211-2/+2
* Update dependenciesNadrieril2019-12-201-55/+64
* Use smallvec instead of custom structNadrieril2019-12-201-1/+7
* Remove unused dependenciesNadrieril2019-12-201-50/+0
* Remove dhall_syntax crateNadrieril2019-12-171-16/+0
* Move pest file generation to dhall/build.rsNadrieril2019-12-171-0/+1
* Move contents of dhall_syntax to dhallNadrieril2019-12-151-1/+6
* Merge dhall_generated_parser into dhall_syntaxNadrieril2019-12-131-9/+1
* Derive Parser in dhall_syntax directlyNadrieril2019-12-131-1/+0
* dhall_syntax doesn't use dhall_proc_macrosNadrieril2019-11-111-1/+0
* Update pest_consume dependencyNadrieril2019-09-201-6/+6
* Extract pest_consume into its own crateNadrieril2019-09-181-5/+8
* Add an example to pest_consumeNadrieril2019-09-111-0/+1
* Tentatively derive pest::Parser normallyNadrieril2019-09-101-2/+12
* Use proc_macro_hack to avoid the need for the proc_macro_hygiene featureNadrieril2019-09-101-0/+13
* Move pest_consume macros into their own crateNadrieril2019-09-091-1/+10
* Move pest_consume into its own crateNadrieril2019-09-091-0/+9
* cargo upgrade and fix proc_macro2 version conflictNadrieril2019-09-031-124/+100
* Change parser macros to use a function-like syntaxNadrieril2019-09-011-0/+7
* Rewrite the make_parser macro as a proc_macroNadrieril2019-09-011-3/+39
* Don't URL-decode path segmentsNadrieril2019-08-311-3/+3
* Rework parse macros to avoid the large ParsedValue enumNadrieril2019-08-271-1/+0
* Rework ValueInternal and clarify invariants around ValueFNadrieril2019-08-181-0/+1
* dhall_proc_macros actually does not depend on dhall_syntax anymoreNadrieril2019-08-161-1/+0
* Move api into its own crateNadrieril2019-08-131-1/+10
* Update dhall-lang submoduleNadrieril2019-08-031-0/+7
* Write a custom map type that allows duplicatesNadrieril2019-05-101-0/+8
* Rename dhall_generator to dhall_proc_macrosNadrieril2019-05-041-2/+2
* Rename dhall_core to dhall_syntaxNadrieril2019-05-041-13/+13
* No need for extra stack in tests anymoreNadrieril2019-05-031-31/+0
* Update dhall-lang submoduleNadrieril2019-05-021-0/+7
* Improve test failure ergonomicsNadrieril2019-04-201-0/+31
* improved_slice_patterns now returns ownership on errorNadrieril2019-04-201-2/+3
* Seriously, trailing slash?Nadrieril2019-04-151-2/+2
* Keep rule order in `abnf_to_pest`Nadrieril2019-04-151-0/+7
* Use upstream abnf crateNadrieril2019-04-151-4/+4
* improved_slice_patterns: publish new versionNadrieril2019-04-141-2/+2
* improved_slice_patterns: prepare for publishingNadrieril2019-04-141-2/+2
* Rename iter_patterns to improved_slice_patternsNadrieril2019-04-141-2/+2