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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-13
Implement inline headers parsing
Nadrieril
1
-31
/
+19
2019-08-13
Implement Hash for ParsedSubExpr
Nadrieril
1
-23
/
+18
2019-08-13
Store Imports in their own node instead of in Embed
Nadrieril
1
-10
/
+14
2019-08-13
No need to track the absence of `Span`s at the type level
Nadrieril
1
-24
/
+21
2019-08-10
Update dhall-lang submodule
Nadrieril
1
-0
/
+13
2019-08-08
Add support for dependent types
Nadrieril
1
-0
/
+7
2019-08-07
Flatten nested let bindings
Nadrieril
1
-6
/
+40
2019-08-07
Add binary-decode tests
Nadrieril
1
-0
/
+21
2019-08-07
Remove union literals from the language
Nadrieril
1
-9
/
+3
2019-08-07
Various parsing tweaks
Nadrieril
1
-3
/
+3
2019-08-06
Generalize empty list annotations
Nadrieril
1
-2
/
+6
2019-08-06
Prepare for https://github.com/dhall-lang/dhall-lang/pull/630
Nadrieril
1
-2
/
+9
2019-08-06
RFC3986 URLs
Nadrieril
1
-1
/
+7
2019-08-06
rustfmt
Nadrieril
1
-7
/
+10
2019-08-06
Remove old-style optional literals
Nadrieril
1
-7
/
+9
2019-08-06
Inline headers
Nadrieril
1
-15
/
+14
2019-08-03
Update dhall-lang submodule
Nadrieril
1
-12
/
+12
2019-05-12
Finish implementing binary encoding
Nadrieril
1
-6
/
+8
2019-05-12
Implement binary encoding
Nadrieril
1
-20
/
+291
2019-05-10
Write a custom map type that allows duplicates
Nadrieril
1
-29
/
+38
2019-05-09
Detect duplicate record fields in typecheck
Nadrieril
1
-32
/
+29
2019-05-08
Rename the record combining operators internally
Nadrieril
1
-3
/
+3
2019-05-06
Consolidate errors in the error module
Nadrieril
1
-8
/
+9
2019-05-06
Reorganize dhall into a phase structure
Nadrieril
1
-0
/
+0
2019-05-04
Revert "Make SubExpr generic in the variable labels type"
Nadrieril
1
-13
/
+9
2019-05-04
Make SubExpr generic in the variable labels type
Nadrieril
1
-9
/
+13
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-2
/
+2
2019-05-02
Update dhall-lang submodule
Nadrieril
1
-1
/
+1
2019-04-20
An empty optional value is purely semantic
Nadrieril
1
-1
/
+1
2019-04-19
Make App() only store one argument
Nadrieril
1
-6
/
+6
2019-04-16
Prepare for nullary union variants
Nadrieril
1
-2
/
+20
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
[next]