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
/
ast
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-18
Add Expr visitor and improve tyexpr_to_expr
Nadrieril
2
-46
/
+40
2020-01-18
Introduce intermediate representation that stores typed expr
Nadrieril
1
-1
/
+1
2020-01-17
Replace all bulk shifting by a single shift
Nadrieril
1
-26
/
+0
2020-01-17
Implement bulk shifting
Nadrieril
1
-4
/
+29
2020-01-17
Simplify Shift and Subst instances
Nadrieril
1
-3
/
+0
2020-01-17
Remove binder ids
Nadrieril
1
-0
/
+9
2020-01-17
Implement traverse_ref for ValueKind
Nadrieril
2
-2
/
+3
2020-01-16
Deserialize more types
Nadrieril
1
-0
/
+4
2019-12-23
Add two new Integer builtins
Nadrieril
1
-0
/
+2
2019-12-22
Implement parsing for record completion
Nadrieril
2
-0
/
+9
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
Remove Expr::as_mut
Nadrieril
1
-9
/
+6
2019-12-20
s/RawExpr/UnspannedExpr/
Nadrieril
1
-5
/
+5
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
2
-35
/
+36
2019-12-19
Rename syntax::core to syntax::ast
Nadrieril
8
-0
/
+1569