summaryrefslogtreecommitdiff
path: root/dhall_core (follow)
Commit message (Expand)AuthorAgeFilesLines
* oopsNadrieril2019-04-121-2/+4
* Capture `Span`s in the AST and thread them through Parsed and ResolvedNadrieril2019-04-122-81/+153
* Avoid use of ExprF::as_ref when not neededNadrieril2019-04-112-75/+41
* Respect import boundariesNadrieril2019-04-111-20/+46
* `Some` is not a builtin, it's a keywordNadrieril2019-04-113-3/+0
* Remove premature #[inline(always)]Nadrieril2019-04-111-12/+0
* Add basic deserialization supportNadrieril2019-04-112-1/+3
* Circumvent https://github.com/rust-lang/rust/issues/59803Nadrieril2019-04-081-1/+0
* clippyNadrieril2019-04-084-12/+13
* Avoid constructing exprs manually when possibleNadrieril2019-04-071-0/+2
* Add Sort type universeNadrieril2019-04-061-0/+1
* Massage import loading into new APINadrieril2019-04-061-0/+39
* Factor out the recursion when possible in typecheckNadrieril2019-04-061-0/+21
* Upgrade map to traverseNadrieril2019-04-062-46/+102
* subst_shift in a single passNadrieril2019-04-061-17/+13
* Factor out shift/subst/shift danceNadrieril2019-04-061-0/+10
* rustfmtNadrieril2019-04-061-2/+4
* Merge branch 'master' into exprfNadrieril2019-04-062-167/+192
|\
| * Revert end_of_line handling to upstreamNadrieril2019-04-041-3/+1
| * Import union rules from upstream grammarNadrieril2019-04-041-9/+21
| * Handle Some as in upstream grammarNadrieril2019-04-041-21/+22
| * Factor literal-expression back inNadrieril2019-04-041-1/+1
| * Tweak double literalsNadrieril2019-04-041-6/+8
| * Factor back in some rule branchesNadrieril2019-04-041-45/+48
| * Tweak matching on Some/NoneNadrieril2019-04-042-21/+28
| * Roll rc through parser to enable matchingNadrieril2019-04-041-93/+95
| * renameNadrieril2019-04-041-5/+5
* | Give up on laziness and greatly simplify normalizationNadrieril2019-04-061-10/+53
* | Refactor and clarify various map methodsNadrieril2019-04-012-119/+254
* | Make Expr generic in LabelNadrieril2019-03-312-12/+14
* | Generalize type of mapNadrieril2019-03-311-5/+7
* | Remove evil Deref implNadrieril2019-03-312-11/+16
* | Move recursion out of ExprNadrieril2019-03-314-152/+141
* | Make SubExpr a newtypeNadrieril2019-03-313-18/+44
|/
* Integrate the special patterns from match_children!() into iter_patternsNadrieril2019-03-272-130/+39
* Rename match_pair!() to match_children!()Nadrieril2019-03-271-8/+8
* Manually rustfmt like a naziNadrieril2019-03-271-90/+213
* Derive DhallType for structsNadrieril2019-03-262-12/+0
* Lay groundwork for DhallType derivingNadrieril2019-03-242-0/+12
* Parse multiline strings correctlyNadrieril2019-03-242-20/+50
* Parser import hash and headersNadrieril2019-03-243-18/+54
* Disallow builtins as bound variablesNadrieril2019-03-241-4/+12
* Fix printer putting unnecessary parensNadrieril2019-03-241-1/+1
* Refactor printerNadrieril2019-03-244-229/+246
* Handle merge and record projectionNadrieril2019-03-233-9/+32
* Remove various -raw suffixesNadrieril2019-03-231-47/+47
* Inline various rules in grammarNadrieril2019-03-231-2/+2
* Improve error ergonomics in parserNadrieril2019-03-231-60/+55
* Handle double overflows in parserNadrieril2019-03-231-4/+9
* Parse unicode escapes in stringNadrieril2019-03-233-37/+47