summaryrefslogtreecommitdiff
path: root/dhall_core/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of box patternsNadrieril2019-03-151-1/+0
| | | | Closes #27
* Revert "Start rewriting parser with slice patterns"Nadrieril2019-03-151-1/+0
| | | | This reverts commit 9d033adb111dd5b5008a9430c8425d3152dabee5.
* Start rewriting parser with slice patternsNadrieril2019-03-151-0/+1
|
* Obey clippy lintsNadrieril2019-03-091-0/+5
| | | | Closes #14
* 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