summaryrefslogtreecommitdiff
path: root/Cargo.lock (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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