index
:
dhall_rust
derive-macro
substitutions
working copy forked from https://github.com/Nadrieril/dhall-rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dhall
/
src
/
phase
/
binary.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename SubExpr to Expr, and Expr to RawExpr
Nadrieril
2019-08-28
1
-27
/
+22
*
Reduce api surface of dhall crate
Nadrieril
2019-08-16
1
-2
/
+2
*
Implement inline headers parsing
Nadrieril
2019-08-13
1
-31
/
+19
*
Implement Hash for ParsedSubExpr
Nadrieril
2019-08-13
1
-23
/
+18
*
Store Imports in their own node instead of in Embed
Nadrieril
2019-08-13
1
-10
/
+14
*
No need to track the absence of `Span`s at the type level
Nadrieril
2019-08-13
1
-24
/
+21
*
Update dhall-lang submodule
Nadrieril
2019-08-10
1
-0
/
+13
*
Add support for dependent types
Nadrieril
2019-08-08
1
-0
/
+7
*
Flatten nested let bindings
Nadrieril
2019-08-07
1
-6
/
+40
*
Add binary-decode tests
Nadrieril
2019-08-07
1
-0
/
+21
*
Remove union literals from the language
Nadrieril
2019-08-07
1
-9
/
+3
*
Various parsing tweaks
Nadrieril
2019-08-07
1
-3
/
+3
*
Generalize empty list annotations
Nadrieril
2019-08-06
1
-2
/
+6
*
Prepare for https://github.com/dhall-lang/dhall-lang/pull/630
Nadrieril
2019-08-06
1
-2
/
+9
*
RFC3986 URLs
Nadrieril
2019-08-06
1
-1
/
+7
*
rustfmt
Nadrieril
2019-08-06
1
-7
/
+10
*
Remove old-style optional literals
Nadrieril
2019-08-06
1
-7
/
+9
*
Inline headers
Nadrieril
2019-08-06
1
-15
/
+14
*
Update dhall-lang submodule
Nadrieril
2019-08-03
1
-12
/
+12
*
Finish implementing binary encoding
Nadrieril
2019-05-12
1
-6
/
+8
*
Implement binary encoding
Nadrieril
2019-05-12
1
-20
/
+291
*
Write a custom map type that allows duplicates
Nadrieril
2019-05-10
1
-29
/
+38
*
Detect duplicate record fields in typecheck
Nadrieril
2019-05-09
1
-32
/
+29
*
Rename the record combining operators internally
Nadrieril
2019-05-08
1
-3
/
+3
*
Consolidate errors in the error module
Nadrieril
2019-05-06
1
-8
/
+9
*
Reorganize dhall into a phase structure
Nadrieril
2019-05-06
1
-0
/
+363