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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Reorganize dhall into a phase structure
Nadrieril
2019-05-06
1
-1909
/
+0
|
*
Merge TypedInternal and Typed
Nadrieril
2019-05-06
1
-21
/
+5
|
*
s/DoubleVar/AlphaVar/
Nadrieril
2019-05-05
1
-33
/
+33
|
*
Implement normalization simplifications
Nadrieril
2019-05-05
1
-10
/
+15
|
*
Preserve text WHNF on concatenation
Nadrieril
2019-05-05
1
-9
/
+9
|
*
WHNF for TextLit means no interpolations of text and strict alternation
Nadrieril
2019-05-05
1
-41
/
+63
|
*
Fix Integer equality
Nadrieril
2019-05-05
1
-4
/
+5
|
*
Make Value equality be alpha-equivalence
Nadrieril
2019-05-05
1
-13
/
+86
|
|
|
|
Closes #66, #65
*
Implement alpha-normalization
Nadrieril
2019-05-05
1
-51
/
+163
|
|
|
|
Closes #12
*
subst_shift now correctly preserves WHNF
Nadrieril
2019-05-04
1
-26
/
+24
|
*
We actually don't need SubExpr::shift anymore
Nadrieril
2019-05-04
1
-4
/
+5
|
*
Revert "Make SubExpr generic in the variable labels type"
Nadrieril
2019-05-04
1
-26
/
+22
|
|
|
|
This reverts commit 4c159640e5ee77ffa48b85a5bffa56350cf933ef.
*
Make SubExpr generic in the variable labels type
Nadrieril
2019-05-04
1
-22
/
+26
|
*
Keep Spans through normalization and typechecking
Nadrieril
2019-05-04
1
-7
/
+7
|
*
Move `Note`s into the spine of the AST
Nadrieril
2019-05-04
1
-8
/
+4
|
*
Remove dummy lifetimes
Nadrieril
2019-05-04
1
-35
/
+15
|
*
rustfmt
Nadrieril
2019-05-04
1
-1
/
+1
|
*
Rename dhall_generator to dhall_proc_macros
Nadrieril
2019-05-04
1
-1
/
+1
|
*
Rename dhall_core to dhall_syntax
Nadrieril
2019-05-04
1
-4
/
+4
|
*
Remove some deprecated functions
Nadrieril
2019-05-03
1
-120
/
+26
|
*
Rework normalization to reduce expensive Value copying
Nadrieril
2019-05-03
1
-457
/
+494
|
*
Apply builtin arguments lazily
Nadrieril
2019-05-03
1
-143
/
+165
|
*
Avoid unnecessary RefCell::borrow_mut
Nadrieril
2019-05-03
1
-6
/
+33
|
*
Update normalization tests
Nadrieril
2019-05-02
1
-11
/
+12
|
*
Update dhall-lang submodule
Nadrieril
2019-05-02
1
-16
/
+25
|
*
Remove shift0
Nadrieril
2019-05-02
1
-18
/
+21
|
*
Instead of possibly nonexistent Type, treat Sort specially
Nadrieril
2019-05-02
1
-25
/
+25
|
*
Store Thunk in Normalized
Nadrieril
2019-05-02
1
-5
/
+10
|
*
Tweaks
Nadrieril
2019-05-02
1
-45
/
+39
|
*
Fix NF tracking error
Nadrieril
2019-04-30
1
-2
/
+3
|
*
Fix shifting. This completely destroys sharing so performance is dead.
Nadrieril
2019-04-30
1
-3
/
+7
|
*
Lazily process unnormalizable expression
Nadrieril
2019-04-30
1
-9
/
+36
|
*
Avoid some rewrapping of thunks
Nadrieril
2019-04-30
1
-34
/
+49
|
*
Mutate thunk contents directly if sole owner
Nadrieril
2019-04-30
1
-2
/
+8
|
*
Normalize mutably
Nadrieril
2019-04-30
1
-30
/
+120
|
*
Don't borrow from thunk more than necessary
Nadrieril
2019-04-30
1
-0
/
+4
|
*
Pass references when possible
Nadrieril
2019-04-30
1
-64
/
+87
|
*
Merge Typed and PartiallyNormalized
Nadrieril
2019-04-30
1
-42
/
+32
|
*
Store a Thunk in Typed
Nadrieril
2019-04-30
1
-19
/
+5
|
*
Store thunks in the normalization context
Nadrieril
2019-04-30
1
-12
/
+13
|
*
Store thunks behind Rc<RefCell<_>> to ensure minimal computation
Nadrieril
2019-04-30
1
-77
/
+159
|
*
Remove NF/WHNF distinction at runtime
Nadrieril
2019-04-29
1
-93
/
+72
|
*
Make NF and WHNF custom types instead of aliases
Nadrieril
2019-04-29
1
-3
/
+5
|
*
Don't shift by mutable ref
Nadrieril
2019-04-29
1
-93
/
+106
|
*
Store thunk in Value::Lambda
Nadrieril
2019-04-29
1
-19
/
+17
|
*
Allow representing normal form as a semantic value
Nadrieril
2019-04-29
1
-226
/
+340
|
*
Properly substitute when typing App
Nadrieril
2019-04-29
1
-12
/
+173
|
*
Use PartiallyNormalized throughout typechecking
Nadrieril
2019-04-28
1
-4
/
+8
|
*
Move Pi to WHNF
Nadrieril
2019-04-27
1
-0
/
+10
|
*
Replace TypeInternal::RecordType with WHNF::RecordType
Nadrieril
2019-04-27
1
-4
/
+17
|
[next]