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
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge ValueInternal and TypedValueInternal
Nadrieril
2019-08-18
1
-111
/
+79
*
Rework ValueInternal and clarify invariants around ValueF
Nadrieril
2019-08-18
2
-70
/
+63
*
s/Thunk/Value/
Nadrieril
2019-08-17
5
-775
/
+775
*
Share type alongside the value in a thunk
Nadrieril
2019-08-16
2
-40
/
+110
*
Use generic Shift/Subst impls
Nadrieril
2019-08-16
3
-192
/
+186
*
Store type in Thunk
Nadrieril
2019-08-16
2
-58
/
+71
*
Remove Const-optimization for now
Nadrieril
2019-08-16
1
-14
/
+5
*
s/Value/ValueF/
Nadrieril
2019-08-16
4
-153
/
+155
*
Try to minimize untyped TypedThunks
Nadrieril
2019-08-16
1
-7
/
+6
*
fixup! No need for generic Context anymore
Nadrieril
2019-08-16
1
-1
/
+1
*
Free variables don't exist anymore
Nadrieril
2019-08-16
1
-21
/
+13
*
No need for generic Context anymore
Nadrieril
2019-08-16
1
-75
/
+38
*
Remove dead code
Nadrieril
2019-08-16
4
-80
/
+21
*
Reduce api surface of dhall crate
Nadrieril
2019-08-16
4
-52
/
+45
*
rustfmt
Nadrieril
2019-08-15
1
-2
/
+1
*
Fix variable substitution
Nadrieril
2019-08-15
1
-4
/
+2
*
Custom Debug impls to improve debug legibility
Nadrieril
2019-08-15
2
-3
/
+37
*
Remove special closures from Value
Nadrieril
2019-08-15
2
-94
/
+7
*
Fix bug in shifting contexts
Nadrieril
2019-08-15
1
-1
/
+10
*
Fix typo in normalization
Nadrieril
2019-08-14
1
-1
/
+1
*
Considerably simplify Embed handling
Nadrieril
2019-08-13
2
-7
/
+3
*
Stop tracking the absence of Embed values at the type level
Nadrieril
2019-08-13
2
-11
/
+11
*
Typos
Nadrieril
2019-08-13
1
-2
/
+2
*
s/TypeThunk/TypedThunk/g
Nadrieril
2019-08-13
2
-45
/
+47
*
Swap Typed and TypeThunk
Nadrieril
2019-08-13
1
-21
/
+104
*
Move api into its own crate
Nadrieril
2019-08-13
1
-4
/
+4
*
Remove dhall::expr!() macro
Nadrieril
2019-08-10
2
-9
/
+45
*
Add support for dependent types
Nadrieril
2019-08-08
2
-1
/
+22
*
Remove union literals from the language
Nadrieril
2019-08-07
1
-12
/
+3
*
Prepare for https://github.com/dhall-lang/dhall-lang/pull/630
Nadrieril
2019-08-06
1
-3
/
+5
*
clippy
Nadrieril
2019-05-12
3
-5
/
+3
*
Merge Type and Typed
Nadrieril
2019-05-09
1
-1
/
+1
*
Make visibilities more consistent
Nadrieril
2019-05-09
4
-67
/
+54
*
Reduce the distance between Type and Typed
Nadrieril
2019-05-09
1
-48
/
+11
*
ExprF need not be generic in Label
Nadrieril
2019-05-09
2
-8
/
+4
*
Make shift fallible and improve shift ergonomics
Nadrieril
2019-05-09
4
-118
/
+147
*
Detect duplicate record fields in typecheck
Nadrieril
2019-05-09
1
-6
/
+6
*
Correctly shift free variables in normalization
Nadrieril
2019-05-09
1
-10
/
+10
*
Implement normalization for record merging operators
Nadrieril
2019-05-08
1
-0
/
+7
*
Implement normalization of missing builtins
Nadrieril
2019-05-08
1
-2
/
+7
*
Fix Context shifting
Nadrieril
2019-05-08
1
-15
/
+24
*
shift on lookup instead of on insert
Nadrieril
2019-05-08
2
-27
/
+71
*
Replace hashmap-based context with a vec-based one
Nadrieril
2019-05-07
1
-14
/
+37
*
Don't discard normalization work done by typechecking
Nadrieril
2019-05-07
2
-31
/
+54
*
Unify typecheck and normalization contexts
Nadrieril
2019-05-07
2
-65
/
+113
*
Promote shift and subst_shift to traits
Nadrieril
2019-05-07
4
-86
/
+119
*
Move AlphaVar and AlphaLabel into a new module
Nadrieril
2019-05-07
5
-105
/
+110
*
Small mistake
Nadrieril
2019-05-07
1
-1
/
+1
*
Document Value and Thunk
Nadrieril
2019-05-07
2
-8
/
+21
*
Clean up some of the SubExpr type-changing methods
Nadrieril
2019-05-07
1
-2
/
+2
[next]