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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
Simplify Value::to_expr
Nadrieril
2
-78
/
+52
2020-01-17
Use binder ids for Value equality
Nadrieril
2
-8
/
+74
2020-01-17
Store corresponding binder id in AlphaVar
Nadrieril
2
-11
/
+16
2020-01-17
Assign a unique id to each binder
Nadrieril
2
-5
/
+25
2020-01-17
Introduce a notion of binder
Nadrieril
5
-46
/
+56
2020-01-17
Implement traverse_ref for ValueKind
Nadrieril
6
-2
/
+169
2020-01-17
Parameterize ValueKind by its subnodes
Nadrieril
4
-23
/
+29
2020-01-17
Revert "Implement PartialEq manually for ValueKind"
Nadrieril
1
-64
/
+1
2020-01-17
Implement PartialEq manually for ValueKind
Nadrieril
1
-1
/
+64
2020-01-17
Construct T/Build closures in Expr space
Nadrieril
3
-64
/
+58
2020-01-17
Tiny clarification
Nadrieril
1
-13
/
+10
2020-01-17
s/TypecheckContext/TyCtx/
Nadrieril
4
-30
/
+19
2020-01-17
Make TypecheckContext a named struct
Nadrieril
1
-9
/
+11
2020-01-17
TypecheckContext doesn't need Rc
Nadrieril
1
-14
/
+18
2020-01-17
TypecheckContext doesn't need PartialEq
Nadrieril
1
-9
/
+0
2020-01-16
release
Nadrieril
1
-1
/
+1
2020-01-16
Deserialize more types
Nadrieril
1
-0
/
+4
2019-12-27
Update dhall-lang submodule
Nadrieril
1
-8
/
+7
2019-12-24
Ensure normalization respects var names on the nose
Nadrieril
2
-18
/
+13
2019-12-24
Ensure inferred type is always in normal form
Nadrieril
4
-7
/
+19
2019-12-24
Ensure the output of type inference matches the spec variable names
Nadrieril
2
-9
/
+9
2019-12-24
Release new version
Nadrieril
1
-1
/
+1
2019-12-24
Extend merge to work on Optionals
Nadrieril
5
-5
/
+47
2019-12-24
Add debug output to unhandled type error message
Nadrieril
1
-1
/
+1
2019-12-23
Update dhall-lang submodule
Nadrieril
1
-10
/
+18
2019-12-23
Update dhall-lang submodule
Nadrieril
2
-13
/
+14
2019-12-23
Add two new Integer builtins
Nadrieril
5
-0
/
+20
2019-12-22
Update dhall-lang submodule
Nadrieril
1
-77
/
+42
2019-12-22
rustfmt
Nadrieril
2
-7
/
+8
2019-12-22
Implement parsing for record completion
Nadrieril
9
-8
/
+52
2019-12-22
Update dhall-lang submodule
Nadrieril
1
-0
/
+2
2019-12-22
Update dhall-lang submodule
Nadrieril
2
-1
/
+10
2019-12-21
Bump dhall version
Nadrieril
1
-1
/
+1
2019-12-21
Generate parser manually to make the crate publishable
Nadrieril
1
-3
/
+9
2019-12-21
Prepare for publishing on crates.io
Nadrieril
1
-0
/
+1
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
Move ValueKind into value.rs
Nadrieril
8
-279
/
+269
2019-12-20
Reorder value.rs
Nadrieril
1
-81
/
+81
2019-12-20
Fix some comments
Nadrieril
2
-11
/
+4
2019-12-20
Remove Expr::as_mut
Nadrieril
1
-9
/
+6
2019-12-20
s/RawExpr/UnspannedExpr/
Nadrieril
5
-14
/
+19
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
11
-148
/
+156
2019-12-20
Move error module to root of crate
Nadrieril
12
-10
/
+10
2019-12-19
Move out conversion from value back to ast to its own file
Nadrieril
5
-91
/
+125
2019-12-19
Rename ValueF to ValueKind
Nadrieril
9
-513
/
+523
[next]