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
/
binary.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-15
Handle empty optionals correctly
Nadrieril
1
-2
/
+2
2019-04-13
Fix `let` parsing
Nadrieril
1
-0
/
+1
2019-04-08
clippy
Nadrieril
1
-15
/
+15
2019-04-07
Fix
Nadrieril
1
-0
/
+1
2019-03-31
Move recursion out of Expr
Nadrieril
1
-2
/
+2
2019-03-31
Make SubExpr a newtype
Nadrieril
1
-2
/
+1
2019-03-24
Improve decoder errors on unknown inputs
Nadrieril
1
-6
/
+2
2019-03-24
Parser import hash and headers
Nadrieril
1
-5
/
+30
2019-03-22
Parse a lot more of the import types
Nadrieril
1
-10
/
+83
2019-03-22
Improve binary decoding errors
Nadrieril
1
-14
/
+25
2019-03-21
Improve import handling in parser
Nadrieril
1
-0
/
+15
2019-03-21
Follow the spec for handling Doubles
Nadrieril
1
-1
/
+1
2019-03-21
Represent Optional literals more faithfully
Nadrieril
1
-3
/
+3
2019-03-21
Rename Record/Union to RecordType/UnionType
Nadrieril
1
-2
/
+2
2019-03-18
Split List literal between empty and non-empty
Nadrieril
1
-2
/
+2
2019-03-17
Use Rc consistently everywhere
Nadrieril
1
-5
/
+4
2019-03-16
Use Rc instead of Box in AST to allow structural sharing
Nadrieril
1
-1
/
+2
2019-03-16
Use Box more uniformly in AST
Nadrieril
1
-72
/
+73
2019-03-16
Store an Option in OptionalLit instead of a vec
Nadrieril
1
-5
/
+5
2019-03-15
Store a vec in App
Nadrieril
1
-10
/
+8
2019-03-14
Handle and parse interpolated strings
Nadrieril
1
-3
/
+15
2019-03-14
Implement binary decoding
Nadrieril
1
-0
/
+213