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
/
syntax
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-20
Simplify iterator impls for DupTreeMap
Nadrieril
1
-172
/
+115
2019-12-20
Use smallvec instead of custom struct
Nadrieril
1
-77
/
+22
2019-12-20
Fix some comments
Nadrieril
1
-2
/
+2
2019-12-20
Remove Expr::as_mut
Nadrieril
1
-9
/
+6
2019-12-20
s/RawExpr/UnspannedExpr/
Nadrieril
4
-11
/
+16
2019-12-20
Reorganize printer
Nadrieril
1
-135
/
+132
2019-12-20
Use a named struct instead of a tuple in Expr
Nadrieril
1
-10
/
+19
2019-12-20
Remove an unused impl
Nadrieril
1
-7
/
+1
2019-12-20
Reorganize ast::expr
Nadrieril
1
-75
/
+76
2019-12-20
s/ExprF/ExprKind/
Nadrieril
6
-58
/
+61
2019-12-20
Move error module to root of crate
Nadrieril
2
-2
/
+2
2019-12-19
Rename syntax::core to syntax::ast
Nadrieril
11
-14
/
+13
2019-12-19
Remove unused syntax::context module
Nadrieril
3
-82
/
+0
2019-12-17
Typo
Nadrieril
1
-1
/
+1
2019-12-17
Split binary decoding and encoding into separate files
Nadrieril
4
-319
/
+328
2019-12-17
Split syntax module between text and binary
Nadrieril
6
-4
/
+7
2019-12-17
Specialize parsing
Nadrieril
2
-87
/
+66
2019-12-17
Move binary encoding/decoding to syntax/
Nadrieril
2
-0
/
+749
2019-12-17
Move pest file generation to dhall/build.rs
Nadrieril
1
-1
/
+1
2019-12-15
Move contents of dhall_syntax to dhall
Nadrieril
12
-0
/
+3107