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
2019-04-23
Avoid constructing ExprF::Pi while typechecking
Nadrieril
1
-57
/
+93
2019-04-23
Avoid duplicating work when matching on Pi types
Nadrieril
5
-40
/
+118
2019-04-23
Pass TypedImproved directly to type_last_layer
Nadrieril
1
-40
/
+55
2019-04-22
Temporarily simplify functions depending on TypeInternal
Nadrieril
3
-41
/
+35
2019-04-22
Pass through new TypedImproved type
Nadrieril
1
-25
/
+92
2019-04-22
Store context in Typed
Nadrieril
3
-33
/
+39
2019-04-22
Avoid shift_subst in typecheck
Nadrieril
2
-32
/
+40
2019-04-21
Prepare for interop between two contexts
Nadrieril
3
-25
/
+91
2019-04-21
Factor out context handling
Nadrieril
2
-19
/
+34
2019-04-21
Embrace TypeInternal as a semantic value
Nadrieril
4
-9
/
+25
2019-04-20
Move TypeInternal to typecheck
Nadrieril
2
-23
/
+31
2019-04-20
Cleanup
Nadrieril
1
-3
/
+0
2019-04-20
Improve test failure ergonomics
Nadrieril
2
-10
/
+6
2019-04-20
An empty optional value is purely semantic
Nadrieril
3
-16
/
+7
2019-04-20
Implement more normalization simplifications
Nadrieril
1
-9
/
+16
2019-04-20
shift by mutable ref to avoid reallocations
Nadrieril
1
-80
/
+71
2019-04-20
Tweaks
Nadrieril
1
-5
/
+6
2019-04-20
AppliedBuiltin does not need a context
Nadrieril
1
-25
/
+23
2019-04-20
Avoid a lot of unnecessary cloning in apply_builtin
Nadrieril
2
-126
/
+184
2019-04-20
Cleanup
Nadrieril
1
-166
/
+144
2019-04-20
Swap import
Nadrieril
1
-62
/
+54
2019-04-20
Remove last remnant of expr building
Nadrieril
1
-12
/
+29
2019-04-20
Introduce special closures to avoid constructing exprs
Nadrieril
1
-34
/
+67
2019-04-20
Avoid a lot of slow Expr costruction
Nadrieril
1
-73
/
+52
2019-04-20
Formatting
Nadrieril
1
-153
/
+152
2019-04-20
Remove WHNF/Closure distinction
Nadrieril
1
-132
/
+113
2019-04-20
Refcount contexts to avoid clones
Nadrieril
1
-40
/
+40
2019-04-20
Rewrite apply_builtin to work on WHNFs
Nadrieril
1
-152
/
+160
2019-04-20
More cleanup
Nadrieril
1
-125
/
+51
2019-04-20
Cleanup leftover normalization code
Nadrieril
1
-58
/
+10
2019-04-20
Text interpolation
Nadrieril
1
-15
/
+31
2019-04-20
Text literals
Nadrieril
1
-1
/
+52
2019-04-20
Improve WHNF ergonomics
Nadrieril
1
-104
/
+135
2019-04-20
Simplify apply_builtin
Nadrieril
1
-111
/
+69
2019-04-20
Optionals and unions
Nadrieril
1
-24
/
+96
2019-04-19
Natural literals and simplifications
Nadrieril
1
-14
/
+32
2019-04-19
Implement boolean simplifications
Nadrieril
1
-24
/
+31
2019-04-19
Boolean literals
Nadrieril
1
-10
/
+34
2019-04-19
List literals
Nadrieril
1
-7
/
+47
2019-04-19
Embrace WHNF
Nadrieril
1
-79
/
+77
2019-04-19
Handle RecordLits fully semantically
Nadrieril
1
-16
/
+28
2019-04-19
Split function in two phases
Nadrieril
1
-12
/
+24
2019-04-19
Values carry their evaluation context
Nadrieril
1
-28
/
+20
2019-04-19
A union constructor is a purely semantic value
Nadrieril
1
-32
/
+123
2019-04-19
Store Values in the context
Nadrieril
1
-10
/
+36
2019-04-19
Introduce closures
Nadrieril
1
-62
/
+120
2019-04-19
Type aliases
Nadrieril
1
-10
/
+13
2019-04-19
Make App() only store one argument
Nadrieril
4
-119
/
+76
2019-04-19
A partially applied builtin is a value
Nadrieril
1
-27
/
+42
2019-04-19
Start separating normalized values from syntactic expressions
Nadrieril
2
-121
/
+179
[next]