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-04-15
Handle empty optionals correctly
Nadrieril
1
-0
/
+2
2019-04-14
clippy
Nadrieril
1
-1
/
+1
2019-04-14
Transform more mapping functions to use the Visitor trait
Nadrieril
1
-1
/
+1
2019-04-14
Fix a tiny normalization bug
Nadrieril
1
-1
/
+1
2019-04-12
Restrict public API to its most minimal expression
Nadrieril
1
-0
/
+1
2019-04-11
Thread lifetimes through other newtypes
Nadrieril
1
-8
/
+12
2019-04-11
Respect import boundaries
Nadrieril
1
-23
/
+24
2019-04-11
`Some` is not a builtin, it's a keyword
Nadrieril
1
-1
/
+0
2019-04-10
Simplify test harness
Nadrieril
1
-1
/
+1
2019-04-09
Update dhall-lang submodule
Nadrieril
1
-1
/
+0
2019-04-08
clippy
Nadrieril
1
-13
/
+22
2019-04-08
Rename spec tests
Nadrieril
1
-322
/
+322
2019-04-08
Move spec tests into the relevant files
Nadrieril
1
-0
/
+340
2019-04-07
Tweaks
Nadrieril
1
-3
/
+0
2019-04-07
Restrict public API
Nadrieril
1
-2
/
+6
2019-04-06
Start taking Typed seriously
Nadrieril
1
-4
/
+1
2019-04-06
Thread Typed through type_with
Nadrieril
1
-0
/
+10
2019-04-06
Factor out shift/subst/shift dance
Nadrieril
1
-10
/
+3
2019-04-06
Give up on laziness and greatly simplify normalization
Nadrieril
1
-230
/
+203
2019-04-04
Get keyword rule from upstream
Nadrieril
1
-1
/
+1
2019-04-01
Refactor and clarify various map methods
Nadrieril
1
-1
/
+1
2019-03-31
Move recursion out of Expr
Nadrieril
1
-3
/
+3
2019-03-31
Make SubExpr a newtype
Nadrieril
1
-19
/
+20
2019-03-27
Manually rustfmt like a nazi
Nadrieril
1
-2
/
+12
2019-03-24
Correctly namespace interpolations in dhall_expr!()
Nadrieril
1
-1
/
+0
2019-03-23
Handle merge and record projection
Nadrieril
1
-5
/
+36
2019-03-21
rustfmt
Nadrieril
1
-11
/
+3
2019-03-21
Represent Optional literals more faithfully
Nadrieril
1
-16
/
+9
2019-03-21
Reorganize dhall_core a bit
Nadrieril
1
-1
/
+1
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
[next]