summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* improved_slice_patterns: prepare for publishingNadrieril2019-04-143-6/+10
|
* improved_slice_patterns: add READMENadrieril2019-04-141-0/+23
|
* improved_slice_patterns: relicenseNadrieril2019-04-141-1/+1
|
* improved_slice_patterns: Improve docsNadrieril2019-04-141-0/+21
|
* improved_slice_patterns: doctestsNadrieril2019-04-142-17/+26
|
* improved_slice_patterns: use doc commentsNadrieril2019-04-141-45/+45
|
* Rename iter_patterns to improved_slice_patternsNadrieril2019-04-146-6/+6
|
* Remove match_iter from iter_patternsNadrieril2019-04-141-32/+0
|
* Update dependenciesNadrieril2019-04-142-32/+32
|
* Document roughly the dhall subcratesNadrieril2019-04-143-0/+17
| | | | Closes #72
* Use upstream pestNadrieril2019-04-143-13/+4
|
* Add import testsNadrieril2019-04-142-0/+40
| | | | Closes #71
* Naming nitpickNadrieril2019-04-141-5/+5
|
* Merge pull request #68 from basile-henry/cache-importsNadrieril Feneanar2019-04-142-20/+42
|\ | | | | Cache imports
| * Cache importsBasile Henry2019-04-142-20/+42
| |
* | Document why Visitor is neededNadrieril2019-04-141-0/+12
|/
* Remove unused ExprF::as_refNadrieril2019-04-141-47/+0
|
* Improve visitor trait hierarchyNadrieril2019-04-142-87/+226
|
* Remove leftover commentNadrieril2019-04-141-42/+0
|
* Transform more mapping functions to use the Visitor traitNadrieril2019-04-143-74/+174
|
* Rewrite map methods with Visitor traitsNadrieril2019-04-143-110/+261
| | | | Closes #69
* Implement `let` type synonymsNadrieril2019-04-141-51/+25
|
* Fix a tiny normalization bugNadrieril2019-04-141-1/+1
|
* Rework Expr printer with better separation of concernsNadrieril2019-04-131-142/+136
|
* Implement ListAppend typecheckingNadrieril2019-04-131-2/+20
|
* Fix `let` parsingNadrieril2019-04-132-1/+2
|
* Improve error display on test failureNadrieril2019-04-131-10/+20
|
* Various typecheck improvementsNadrieril2019-04-131-83/+93
|
* Don't need dhall::expr!() for builtinsNadrieril2019-04-131-15/+20
|
* Split typecheck into two phasesNadrieril2019-04-131-202/+214
|
* Clarify role of dhall_generated_parser crateNadrieril2019-04-1310-19/+15
|
* docs: document import resolution rootNadrieril2019-04-131-4/+6
|
* Document all of the APINadrieril2019-04-134-10/+60
| | | | Closes #64
* Remove some leftover dependenciesNadrieril2019-04-123-10/+0
|
* Restrict public API to its most minimal expressionNadrieril2019-04-128-101/+111
|
* docs: mark blocks that do not contain Rust code as textNadrieril2019-04-121-1/+1
|
* Note nightlyness in READMENadrieril2019-04-121-0/+2
|
* Clarify licenseNadrieril2019-04-127-0/+10
| | | | Closes #61
* Remove Gabriel Gonzalez from the list of copyright holdersNadrieril2019-04-121-26/+0
| | | | Any code or comments that was his has been removed from this repository
* Remove any remains from the standard or `dhall-haskell`Nadrieril2019-04-122-147/+28
|
* Add myself to LICENSENadrieril2019-04-121-0/+24
|
* oopsNadrieril2019-04-121-2/+4
|
* Fix READMENadrieril2019-04-121-1/+1
|
* Merge branch 'lifetimes'Nadrieril2019-04-1214-316/+398
|\ | | | | | | Closes #55
| * Capture `Span`s in the AST and thread them through Parsed and ResolvedNadrieril2019-04-126-98/+165
| |
| * Avoid use of ExprF::as_ref when not neededNadrieril2019-04-112-75/+41
| |
| * Thread lifetimes through other newtypesNadrieril2019-04-119-157/+177
| | | | | | | | Closes #55
| * Add lifetime parameters to Parsed and ResolvedNadrieril2019-04-115-23/+52
|/ | | | Future-proofing
* Remove type parameter from TypeErrorNadrieril2019-04-113-28/+27
|
* Respect import boundariesNadrieril2019-04-116-69/+109
| | | | Closes #54