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
/
normalize.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-09
Rename dhall! to dhall_expr! for clarity
Nadrieril
1
-5
/
+5
2019-03-08
Clean up some of the mess
Nadrieril
1
-11
/
+9
2019-03-08
Rename Expr back to its true name
Nadrieril
1
-5
/
+5
2019-03-08
Make labels non-Copy
Nadrieril
1
-5
/
+5
2019-03-08
Slowly propagate the new type parameter throughout the codebase
Nadrieril
1
-22
/
+31
2019-03-08
Make Expr generic in its type of labels
Nadrieril
1
-1
/
+1
2019-03-06
rustfmt
Nadrieril
1
-31
/
+41
2019-03-06
Start parsing imports
Nadrieril
1
-1
/
+1
2019-03-06
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
1
-0
/
+0
2019-03-06
Handle correctly captured variables in dhall!
Nadrieril
1
-4
/
+1
2019-03-06
Remove more clutter in normalize
Nadrieril
1
-7
/
+7
2019-03-06
rustfmt
Nadrieril
1
-3
/
+9
2019-03-06
Considerably remove clutter in normalize
Nadrieril
1
-139
/
+39
2019-03-06
Simplify normalization using dhall! macro
Nadrieril
1
-46
/
+38
2019-03-06
Add proc_macro the generated dhall expressions
Nadrieril
1
-5
/
+5
2019-03-06
Split-off normalization into its own crate
Nadrieril
1
-0
/
+286