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-19
rustfmt
Nadrieril
1
-14
/
+20
2019-03-18
Implement a few more primitives
Nadrieril
1
-16
/
+44
2019-03-18
Split List literal between empty and non-empty
Nadrieril
1
-19
/
+27
2019-03-18
tweaks
Nadrieril
1
-4
/
+14
2019-03-18
Split off builtin application normalization for clarity
Nadrieril
1
-168
/
+149
2019-03-18
Improve normalization ergonomics
Nadrieril
1
-145
/
+150
2019-03-18
Considerably simplify subst, shift and typechecking
Nadrieril
1
-17
/
+8
2019-03-17
Clean up some mess relating to Clone bounds
Nadrieril
1
-11
/
+11
2019-03-17
Use Rc consistently everywhere
Nadrieril
1
-173
/
+235
2019-03-16
Use Rc instead of Box in AST to allow structural sharing
Nadrieril
1
-0
/
+1
2019-03-16
Use Box more uniformly in AST
Nadrieril
1
-18
/
+20
2019-03-16
Store an Option in OptionalLit instead of a vec
Nadrieril
1
-19
/
+16
2019-03-15
rustfmt
Nadrieril
1
-26
/
+24
2019-03-15
Get rid of box patterns
Nadrieril
1
-13
/
+13
2019-03-15
Store a vec in App
Nadrieril
1
-145
/
+128
2019-03-14
Handle and parse interpolated strings
Nadrieril
1
-2
/
+2
2019-03-12
Handle Some and None builtins
Nadrieril
1
-1
/
+10
2019-03-11
Fix List/fold implementation
Nadrieril
1
-4
/
+4
2019-03-11
Normalize lazily
Nadrieril
1
-166
/
+212
2019-03-09
Obey clippy lints
Nadrieril
1
-1
/
+1
2019-03-09
Remove the pervasive Label type parameter
Nadrieril
1
-3
/
+3
2019-03-09
Use new Label type everywhere
Nadrieril
1
-11
/
+9
2019-03-09
A whole new bunch of tests now pass !
Nadrieril
1
-1
/
+1
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