summaryrefslogtreecommitdiff
path: root/dhall/src/ctxt.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resolve imports and alternatives outside of the ast traversalNadrieril2020-12-071-64/+139
|
* Thread cx everywhere else imports are readNadrieril2020-12-071-0/+6
|
* Tag cx ids with the cx lifetimeNadrieril2020-12-071-15/+27
| | | | To make sure we don't let ids escape and we don't mix scopes.
* Thread cx through normalizationNadrieril2020-12-071-6/+6
|
* Thread cx through typecheckNadrieril2020-12-071-0/+8
|
* Improve ergonomics of `Ctxt`Nadrieril2020-12-071-45/+46
|
* Make global store of imports and import resultsNadrieril2020-12-071-0/+109