summaryrefslogtreecommitdiff
path: root/Cargo.lock (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update dependenciesNadrieril2019-04-141-30/+30
* Use upstream pestNadrieril2019-04-141-11/+2
* Clarify role of dhall_generated_parser crateNadrieril2019-04-131-10/+10
* Remove some leftover dependenciesNadrieril2019-04-121-8/+0
* Ditch quick_error because it doesn't support generic parametersNadrieril2019-04-111-7/+0
* Cleanup error handlingNadrieril2019-04-101-0/+7
* Prepare for serde supportNadrieril2019-04-101-3/+18
* Derive DhallType for structsNadrieril2019-03-261-4/+5
* Parse multiline strings correctlyNadrieril2019-03-241-0/+30
* Extract the core of parser macros into a separate crateNadrieril2019-03-191-0/+5
* Handle and parse interpolated stringsNadrieril2019-03-141-0/+69
* Implement binary decodingNadrieril2019-03-141-0/+30
* Set rustup toolchain to nightlyNadrieril2019-03-111-0/+2
* Generate pest file manually in the hopes to reduce spurious recompilationsNadrieril2019-03-081-11/+2
* Use upstream pestNadrieril2019-03-071-6/+14
* Finally get rid of old parserNadrieril2019-03-061-564/+0
* Merge dhall_normalize back into dhall; that was unnecessaryNadrieril2019-03-061-15/+1
* Add proc_macro the generated dhall expressionsNadrieril2019-03-061-0/+11
* Split-off normalization into its own crateNadrieril2019-03-061-0/+14
* Split-off core into its own crateNadrieril2019-03-061-0/+11
* Handle errors in parserNadrieril2019-03-031-0/+1