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