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