summaryrefslogtreecommitdiff
path: root/Cargo.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Seriously, trailing slash?Nadrieril2019-04-151-2/+2
|
* Keep rule order in `abnf_to_pest`Nadrieril2019-04-151-0/+7
| | | | Closes #79
* 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
| | | | Closes #41
* Prepare for serde supportNadrieril2019-04-101-3/+18
|
* Derive DhallType for structsNadrieril2019-03-261-4/+5
|
* Parse multiline strings correctlyNadrieril2019-03-241-0/+30
| | | | Closes #24
* Extract the core of parser macros into a separate crateNadrieril2019-03-191-0/+5
|
* Handle and parse interpolated stringsNadrieril2019-03-141-0/+69
| | | | Closes #25
* Implement binary decodingNadrieril2019-03-141-0/+30
| | | | | Closes #2 Closes #23
* 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
|
* Move part of parser into its own crate to limit recompilation timesNadrieril2019-03-021-15/+15
|
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-16/+23
|
* Improve pest file layoutNadrieril2019-03-011-0/+16
|
* Auto-generate pest file from spec abnfNadrieril2019-02-281-0/+27
|
* Start rewriting parser in pestNadrieril2019-02-281-4/+122
|
* Revert "Try to update to latest nom"Nadrieril2019-02-271-16/+18
| | | | This reverts commit d5bc8da87f3fed99a010d867a3e34d2768caf768.
* Try to update to latest nomNadrieril2019-02-271-18/+16
|
* Update dependenciesNadrieril2019-02-271-134/+509
|
* fixed some clippy warningsAndre Bogus2017-09-081-120/+147
|
* Colored error messagesNanoTech2017-03-101-0/+10
|
* rustc-style error messagesNanoTech2017-03-101-0/+7
|
* Initial commitNanoTech2017-03-101-0/+274