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-05-05
Make Value equality be alpha-equivalence
Nadrieril
1
-13
/
+86
2019-05-05
Implement alpha-normalization
Nadrieril
1
-51
/
+163
2019-05-04
subst_shift now correctly preserves WHNF
Nadrieril
1
-26
/
+24
2019-05-04
We actually don't need SubExpr::shift anymore
Nadrieril
1
-4
/
+5
2019-05-04
Revert "Make SubExpr generic in the variable labels type"
Nadrieril
1
-26
/
+22
2019-05-04
Make SubExpr generic in the variable labels type
Nadrieril
1
-22
/
+26
2019-05-04
Keep Spans through normalization and typechecking
Nadrieril
1
-7
/
+7
2019-05-04
Move `Note`s into the spine of the AST
Nadrieril
1
-8
/
+4
2019-05-04
Remove dummy lifetimes
Nadrieril
1
-35
/
+15
2019-05-04
rustfmt
Nadrieril
1
-1
/
+1
2019-05-04
Rename dhall_generator to dhall_proc_macros
Nadrieril
1
-1
/
+1
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-4
/
+4
2019-05-03
Remove some deprecated functions
Nadrieril
1
-120
/
+26
2019-05-03
Rework normalization to reduce expensive Value copying
Nadrieril
1
-457
/
+494
2019-05-03
Apply builtin arguments lazily
Nadrieril
1
-143
/
+165
2019-05-03
Avoid unnecessary RefCell::borrow_mut
Nadrieril
1
-6
/
+33
2019-05-02
Update normalization tests
Nadrieril
1
-11
/
+12
2019-05-02
Update dhall-lang submodule
Nadrieril
1
-16
/
+25
2019-05-02
Remove shift0
Nadrieril
1
-18
/
+21
2019-05-02
Instead of possibly nonexistent Type, treat Sort specially
Nadrieril
1
-25
/
+25
2019-05-02
Store Thunk in Normalized
Nadrieril
1
-5
/
+10
2019-05-02
Tweaks
Nadrieril
1
-45
/
+39
2019-04-30
Fix NF tracking error
Nadrieril
1
-2
/
+3
2019-04-30
Fix shifting. This completely destroys sharing so performance is dead.
Nadrieril
1
-3
/
+7
2019-04-30
Lazily process unnormalizable expression
Nadrieril
1
-9
/
+36
2019-04-30
Avoid some rewrapping of thunks
Nadrieril
1
-34
/
+49
2019-04-30
Mutate thunk contents directly if sole owner
Nadrieril
1
-2
/
+8
2019-04-30
Normalize mutably
Nadrieril
1
-30
/
+120
2019-04-30
Don't borrow from thunk more than necessary
Nadrieril
1
-0
/
+4
2019-04-30
Pass references when possible
Nadrieril
1
-64
/
+87
2019-04-30
Merge Typed and PartiallyNormalized
Nadrieril
1
-42
/
+32
2019-04-30
Store a Thunk in Typed
Nadrieril
1
-19
/
+5
2019-04-30
Store thunks in the normalization context
Nadrieril
1
-12
/
+13
2019-04-30
Store thunks behind Rc<RefCell<_>> to ensure minimal computation
Nadrieril
1
-77
/
+159
2019-04-29
Remove NF/WHNF distinction at runtime
Nadrieril
1
-93
/
+72
2019-04-29
Make NF and WHNF custom types instead of aliases
Nadrieril
1
-3
/
+5
2019-04-29
Don't shift by mutable ref
Nadrieril
1
-93
/
+106
2019-04-29
Store thunk in Value::Lambda
Nadrieril
1
-19
/
+17
2019-04-29
Allow representing normal form as a semantic value
Nadrieril
1
-226
/
+340
2019-04-29
Properly substitute when typing App
Nadrieril
1
-12
/
+173
2019-04-28
Use PartiallyNormalized throughout typechecking
Nadrieril
1
-4
/
+8
2019-04-27
Move Pi to WHNF
Nadrieril
1
-0
/
+10
2019-04-27
Replace TypeInternal::RecordType with WHNF::RecordType
Nadrieril
1
-4
/
+17
2019-04-27
Store thunks uniformly in WHNF
Nadrieril
1
-59
/
+42
2019-04-27
Abstract out thunks in type position
Nadrieril
1
-22
/
+64
2019-04-27
Rename Now to Thunk
Nadrieril
1
-45
/
+44
2019-04-27
Define new intermediate expression type
Nadrieril
1
-19
/
+36
2019-04-27
Using only shift0 was not such a great idea
Nadrieril
1
-23
/
+19
2019-04-25
Respect import boundary in normalization
Nadrieril
1
-1
/
+3
2019-04-22
Store context in Typed
Nadrieril
1
-14
/
+7
[next]