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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
TypecheckContext doesn't need PartialEq
Nadrieril
1
-9
/
+0
2020-01-16
release
Nadrieril
2
-2
/
+2
2020-01-16
Deserialize more types
Nadrieril
1
-0
/
+4
2019-12-27
Update dhall-lang submodule
Nadrieril
4
-23
/
+9
2019-12-24
Ensure normalization respects var names on the nose
Nadrieril
3
-18
/
+14
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
2
-2
/
+2
2019-12-24
Note waiting for release of abnf
Nadrieril
1
-1
/
+1
2019-12-24
Extend merge to work on Optionals
Nadrieril
10
-12
/
+64
2019-12-24
Add debug output to unhandled type error message
Nadrieril
79
-79
/
+79
2019-12-23
Update dhall-lang submodule
Nadrieril
1
-10
/
+18
2019-12-23
Update dhall-lang submodule
Nadrieril
3
-13
/
+22
2019-12-23
Update dhall-lang submodule
Nadrieril
1
-1
/
+7
2019-12-23
Add two new Integer builtins
Nadrieril
5
-0
/
+20
2019-12-22
Update dhall-lang submodule
Nadrieril
1
-0
/
+13
2019-12-22
Update abnf dependency in the hopes of fixing a bug
Nadrieril
2
-7
/
+5
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
10
-8
/
+68
2019-12-22
Update dhall-lang submodule
Nadrieril
3
-6
/
+4
2019-12-22
Update dhall-lang submodule
Nadrieril
5
-1
/
+15
2019-12-22
Put test builders in a vec
Nadrieril
1
-79
/
+33
2019-12-21
Bump dhall version
Nadrieril
2
-2
/
+2
2019-12-21
Generate parser manually to make the crate publishable
Nadrieril
4
-6
/
+37
2019-12-21
Typo
Nadrieril
1
-1
/
+1
2019-12-21
Bump abnf_to_pest version
Nadrieril
1
-1
/
+1
2019-12-21
Prepare for publishing on crates.io
Nadrieril
3
-3
/
+16
2019-12-20
Simplify iterator impls for DupTreeMap
Nadrieril
1
-172
/
+115
2019-12-20
Use smallvec instead of custom struct
Nadrieril
2
-78
/
+23
2019-12-20
Remove unused dependencies
Nadrieril
1
-3
/
+0
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
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
[next]