summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update dhall-lang submoduleNadrieril2019-12-233-13/+22
|
* Update dhall-lang submoduleNadrieril2019-12-231-1/+7
|
* Add two new Integer builtinsNadrieril2019-12-235-0/+20
|
* Update dhall-lang submoduleNadrieril2019-12-221-0/+13
|
* Update abnf dependency in the hopes of fixing a bugNadrieril2019-12-222-7/+5
|
* Update dhall-lang submoduleNadrieril2019-12-221-77/+42
|
* rustfmtNadrieril2019-12-222-7/+8
|
* Implement parsing for record completionNadrieril2019-12-2210-8/+68
|
* Update dhall-lang submoduleNadrieril2019-12-223-6/+4
|
* Update dhall-lang submoduleNadrieril2019-12-225-1/+15
|
* Put test builders in a vecNadrieril2019-12-221-79/+33
|
* Bump dhall versionNadrieril2019-12-212-2/+2
|
* Generate parser manually to make the crate publishableNadrieril2019-12-214-6/+37
|
* TypoNadrieril2019-12-211-1/+1
|
* Bump abnf_to_pest versionNadrieril2019-12-211-1/+1
|
* Prepare for publishing on crates.ioNadrieril2019-12-213-3/+16
|
* Simplify iterator impls for DupTreeMapNadrieril2019-12-201-172/+115
|
* Use smallvec instead of custom structNadrieril2019-12-202-78/+23
|
* Remove unused dependenciesNadrieril2019-12-201-3/+0
|
* Move ValueKind into value.rsNadrieril2019-12-208-279/+269
|
* Reorder value.rsNadrieril2019-12-201-81/+81
|
* Fix some commentsNadrieril2019-12-202-11/+4
|
* Remove Expr::as_mutNadrieril2019-12-201-9/+6
|
* s/RawExpr/UnspannedExpr/Nadrieril2019-12-205-14/+19
|
* Reorganize printerNadrieril2019-12-201-135/+132
|
* Use a named struct instead of a tuple in ExprNadrieril2019-12-201-10/+19
|
* Remove an unused implNadrieril2019-12-201-7/+1
|
* Reorganize ast::exprNadrieril2019-12-201-75/+76
|
* s/ExprF/ExprKind/Nadrieril2019-12-2011-148/+156
|
* Move error module to root of crateNadrieril2019-12-2012-10/+10
|
* Move out conversion from value back to ast to its own fileNadrieril2019-12-195-91/+125
|
* Rename ValueF to ValueKindNadrieril2019-12-199-513/+523
|
* Rename syntax::core to syntax::astNadrieril2019-12-1911-14/+13
|
* Remove unused syntax::context moduleNadrieril2019-12-193-82/+0
|
* TypoNadrieril2019-12-171-1/+1
|
* Split binary decoding and encoding into separate filesNadrieril2019-12-174-319/+328
|
* Split syntax module between text and binaryNadrieril2019-12-176-4/+7
|
* Specialize parsingNadrieril2019-12-172-87/+66
|
* Move binary encoding/decoding to syntax/Nadrieril2019-12-174-2/+3
|
* Move pest file generation to dhall/build.rsNadrieril2019-12-176-3/+283
|
* Move contents of dhall_syntax to dhallNadrieril2019-12-1514-7/+3118
|
* Refer to semantics module properlyNadrieril2019-12-1512-46/+44
|
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-1511-74/+63
|
* fixup! Reexport dhall_syntax as a module in dhallNadrieril2019-12-152-3/+5
|
* Move contents of dhall under a semantics submoduleNadrieril2019-12-1514-3/+5
|
* Reexport dhall_syntax as a module in dhallNadrieril2019-12-1512-41/+45
|
* Add more detail to TypeMismatch errorNadrieril2019-11-116-3/+59
|
* rustfmtNadrieril2019-11-112-3/+9
|
* Remove unused error textsNadrieril2019-11-1134-1765/+0
| | | | | Those were copied from dhall-haskell back before I (Nadrieril) forked dhall-rust from Nanotech. They have never been used.
* typoNadrieril2019-11-111-2/+2
|