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
/
semantics
/
nze
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-31
Factor out custom Lazy struct
Nadrieril
3
-35
/
+83
2020-01-30
Use Rc equality to shortcut Value equality
Nadrieril
1
-2
/
+1
2020-01-30
Tweak ConstantClosure
Nadrieril
1
-13
/
+7
2020-01-30
Eval Thunk by move
Nadrieril
1
-4
/
+3
2020-01-30
Get rid of all the manual Ref borrows
Nadrieril
1
-115
/
+55
2020-01-30
Use OnceCell to enable returning &ValKind
Nadrieril
1
-68
/
+53
2020-01-30
Replace Form with a pair of RefCells, in preparation for OnceCell
Nadrieril
1
-88
/
+71
2020-01-30
Move Form::PartialExpr into Thunk
Nadrieril
1
-36
/
+46
2020-01-30
Only the Form must be in a RefCell
Nadrieril
1
-61
/
+67
2020-01-30
Avoid unnecessary allocations of `Value`s
Nadrieril
3
-22
/
+21
2020-01-30
Clarify normalization to ensure we only nze once
Nadrieril
3
-54
/
+52
2020-01-30
Move Thunk value into ValueInternal
Nadrieril
2
-35
/
+32
2020-01-30
Prepare ValueInternal with new `Form`s
Nadrieril
1
-53
/
+50
2020-01-30
Factor out text literals in Value
Nadrieril
2
-39
/
+87
2020-01-30
Remove type parameter from ValueKind
Nadrieril
2
-22
/
+16
2020-01-30
Remove Value visitor
Nadrieril
3
-309
/
+87
2020-01-30
Move main API to lib.rs
Nadrieril
2
-2
/
+2
2020-01-30
Move normalize under nze
Nadrieril
3
-3
/
+510
2020-01-30
Move Value-related stuff under semantics::nze
Nadrieril
4
-0
/
+906
2020-01-30
Encapsulate partially applied builtin in a separate struct
Nadrieril
1
-8
/
+0
2020-01-30
No need for the current env to tck Foo/build closures
Nadrieril
1
-9
/
+2
2020-01-29
Cleanup variable handling
Nadrieril
1
-1
/
+1
2020-01-29
Move envs to their own files
Nadrieril
3
-118
/
+89
2020-01-29
Finally get rid of all of the shift/subst_shift !
Nadrieril
1
-3
/
+0
2020-01-29
s/QuoteEnv/VarEnv/
Nadrieril
1
-7
/
+6
2020-01-29
Use NameEnv in tyexpr_to_expr
Nadrieril
1
-17
/
+14
2020-01-29
Remove dead code
Nadrieril
1
-396
/
+15
2020-01-28
Thread env through nztion to fix Foo/build closures
Nadrieril
1
-0
/
+5
2020-01-28
Fix all sorts of variable shenanigans
Nadrieril
1
-8
/
+26
2020-01-27
Fix a bunch of bugs and more tck
Nadrieril
1
-7
/
+17
2020-01-24
Fix some variable shifting failures
Nadrieril
1
-0
/
+8
2020-01-23
Implement basic env-based normalization for Value-based TyExpr
Nadrieril
1
-0
/
+2
2020-01-21
Prepare Value for reverse variables
Nadrieril
2
-2
/
+14
2020-01-20
Split TyEnv into two envs
Nadrieril
1
-102
/
+152
2020-01-20
Reimplement basic tck/nze with proper environments
Nadrieril
2
-0
/
+401