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
/
phase
/
mod.rs
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Stop tracking the absence of Embed values at the type level
Nadrieril
2019-08-13
1
-2
/
+2
|
*
No need to track the absence of `Span`s at the type level
Nadrieril
2019-08-13
1
-5
/
+5
|
*
s/TypeThunk/TypedThunk/g
Nadrieril
2019-08-13
1
-8
/
+8
|
*
Swap Typed and TypeThunk
Nadrieril
2019-08-13
1
-70
/
+25
|
*
Remove dhall::expr!() macro
Nadrieril
2019-08-10
1
-3
/
+0
|
|
|
|
It's a lot of hassle for not a lot of benefit
*
Implement binary encoding
Nadrieril
2019-05-12
1
-4
/
+11
|
|
|
|
Closes #39
*
Merge Type and Typed
Nadrieril
2019-05-09
1
-55
/
+14
|
*
Fix missing methods for tests
Nadrieril
2019-05-09
1
-0
/
+8
|
*
Make visibilities more consistent
Nadrieril
2019-05-09
1
-32
/
+32
|
*
Rewrite Deserialize trait around new Value and Type
Nadrieril
2019-05-09
1
-7
/
+1
|
*
Rewrite the StaticType trait and everything around it
Nadrieril
2019-05-09
1
-46
/
+11
|
*
Tweak Typed
Nadrieril
2019-05-09
1
-15
/
+16
|
*
Reduce the distance between Type and Typed
Nadrieril
2019-05-09
1
-22
/
+19
|
*
Make shift fallible and improve shift ergonomics
Nadrieril
2019-05-09
1
-9
/
+9
|
*
Typecheck merge
Nadrieril
2019-05-08
1
-0
/
+3
|
*
Implement normalization for record merging operators
Nadrieril
2019-05-08
1
-0
/
+3
|
*
Unify typecheck and normalization contexts
Nadrieril
2019-05-07
1
-3
/
+0
|
*
Promote shift and subst_shift to traits
Nadrieril
2019-05-07
1
-29
/
+40
|
*
Move AlphaVar and AlphaLabel into a new module
Nadrieril
2019-05-07
1
-1
/
+2
|
*
Unify Type, TypeInternal and Typed
Nadrieril
2019-05-07
1
-95
/
+36
|
*
Move main datatypes into their own modules
Nadrieril
2019-05-06
1
-2
/
+8
|
*
Consolidate errors in the error module
Nadrieril
2019-05-06
1
-5
/
+3
|
*
Reorganize dhall into a phase structure
Nadrieril
2019-05-06
1
-0
/
+389