summaryrefslogtreecommitdiff
path: root/dhall_syntax/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove dhall_syntax crateNadrieril2019-12-171-1/+0
* Move pest file generation to dhall/build.rsNadrieril2019-12-171-0/+1
* Move contents of dhall_syntax to dhallNadrieril2019-12-151-22/+0
* Remove need for slice_patterns in pest_consumeNadrieril2019-09-171-1/+0
* Use proc_macro_hack to avoid the need for the proc_macro_hygiene featureNadrieril2019-09-101-1/+0
* Upgrade rust toolchainNadrieril2019-09-031-1/+0
* We don't use the try_blocks feature anymoreNadrieril2019-09-021-1/+0
* Use proper hygiene for `Parsers` and `Rule`Nadrieril2019-09-021-0/+1
* Avoid use of bind_by_move_pattern_guards featureNadrieril2019-09-021-1/+0
* Change parser macros to use a function-like syntaxNadrieril2019-09-011-0/+1
* Match on rules in parser instead of on ParsedValuesNadrieril2019-08-261-0/+1
* Use `!` type instead of custom empty typeNadrieril2019-08-161-0/+1
* Include precedence parsing in parser macrosNadrieril2019-08-151-0/+1
* Reorganize dhall_syntaxNadrieril2019-05-071-8/+2
* Rename dhall_core to dhall_syntaxNadrieril2019-05-041-0/+28