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_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Slowly propagate the new type parameter throughout the codebase
Nadrieril
2019-03-08
2
-87
/
+186
*
Generalise Context on its type of keys
Nadrieril
2019-03-08
1
-8
/
+10
*
Make Expr generic in its type of labels
Nadrieril
2019-03-08
2
-92
/
+93
*
Revert "Start moving strs in the AST"
Nadrieril
2019-03-07
3
-170
/
+166
*
Start moving strs in the AST
Nadrieril
2019-03-07
3
-166
/
+170
*
rustfmt
Nadrieril
2019-03-06
1
-5
/
+3
*
Finally get rid of old parser
Nadrieril
2019-03-06
7
-610
/
+22
*
Start parsing imports
Nadrieril
2019-03-06
3
-18
/
+134
*
Reorder rule in parser to match grammar
Nadrieril
2019-03-06
1
-108
/
+110
*
rustfmt
Nadrieril
2019-03-06
2
-3
/
+11
*
Considerably remove clutter in normalize
Nadrieril
2019-03-06
1
-3
/
+68
*
Remove FailedParse variant
Nadrieril
2019-03-06
1
-4
/
+0
*
Move context to dhall_core
Nadrieril
2019-03-06
2
-0
/
+57
*
Remove doctest noise from cargo test
Nadrieril
2019-03-06
1
-0
/
+3
*
Split-off normalization into its own crate
Nadrieril
2019-03-06
1
-286
/
+4
*
Split-off core into its own crate
Nadrieril
2019-03-06
8
-0
/
+2631