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-09-03
No need to change the type of Embed when resolving anymore
Nadrieril
1
-2
/
+2
2019-08-30
Cleanup conversion of `Value` to `Expr`
Nadrieril
1
-9
/
+22
2019-08-28
Rename SubExpr to Expr, and Expr to RawExpr
Nadrieril
1
-11
/
+11
2019-08-27
clippy
Nadrieril
1
-3
/
+2
2019-08-26
Tweak tests to avoid double compilation
Nadrieril
1
-2
/
+0
2019-08-20
Reduce API surface of dhall crate
Nadrieril
1
-3
/
+3
2019-08-20
Move type construction fns from serde_dhall to dhall
Nadrieril
1
-1
/
+34
2019-08-20
No need for Cow in return type of get_type
Nadrieril
1
-3
/
+2
2019-08-20
Cleanup
Nadrieril
1
-1
/
+1
2019-08-19
Merge TypedValue and Value
Nadrieril
1
-8
/
+8
2019-08-19
Use TypedValue instead of Typed in normalize and typecheck
Nadrieril
1
-41
/
+10
2019-08-19
s/to_valuef/to_whnf/ and avoid cloning ValueFs when possible
Nadrieril
1
-6
/
+9
2019-08-17
s/Thunk/Value/
Nadrieril
1
-13
/
+13
2019-08-16
s/Value/ValueF/
Nadrieril
1
-6
/
+6
2019-08-16
Try to minimize untyped TypedThunks
Nadrieril
1
-2
/
+5
2019-08-16
Remove dead code
Nadrieril
1
-8
/
+0
2019-08-16
Reduce api surface of dhall crate
Nadrieril
1
-23
/
+18
2019-08-16
Use `!` type instead of custom empty type
Nadrieril
1
-3
/
+3
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