summaryrefslogtreecommitdiff
path: root/dhall_core/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename dhall_core to dhall_syntaxNadrieril2019-05-041-28/+0
* Document roughly the dhall subcratesNadrieril2019-04-141-0/+5
* Rewrite map methods with Visitor traitsNadrieril2019-04-141-0/+1
* Circumvent https://github.com/rust-lang/rust/issues/59803Nadrieril2019-04-081-1/+0
* clippyNadrieril2019-04-081-1/+2
* Integrate the special patterns from match_children!() into iter_patternsNadrieril2019-03-271-0/+1
* Derive DhallType for structsNadrieril2019-03-261-2/+0
* Lay groundwork for DhallType derivingNadrieril2019-03-241-0/+2
* Reorganize dhall_core a bitNadrieril2019-03-211-2/+11
* Cleanup parser codeNadrieril2019-03-201-1/+0
* Obsolete old parser macros; performance is now deadNadrieril2019-03-201-1/+1
* Handle simple parsing cases with new macrosNadrieril2019-03-201-0/+2
* Get rid of box patternsNadrieril2019-03-151-1/+0
* Revert "Start rewriting parser with slice patterns"Nadrieril2019-03-151-1/+0
* Start rewriting parser with slice patternsNadrieril2019-03-151-0/+1
* Obey clippy lintsNadrieril2019-03-091-0/+5
* Use new Label type instead of &str in parserNadrieril2019-03-091-1/+0
* Finally get rid of old parserNadrieril2019-03-061-3/+0
* rustfmtNadrieril2019-03-061-1/+1
* Move context to dhall_coreNadrieril2019-03-061-0/+1
* Split-off core into its own crateNadrieril2019-03-061-0/+10