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
/
semantics
/
tck
/
tyexpr.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Spans consistently by value
Nadrieril
2020-02-02
1
-2
/
+2
*
Avoid unnecessary allocations of `Value`s
Nadrieril
2020-01-30
1
-2
/
+3
*
Move main API to lib.rs
Nadrieril
2020-01-30
1
-2
/
+2
*
Move normalize under nze
Nadrieril
2020-01-30
1
-1
/
+1
*
Introduce Thunks and normalize lazily
Nadrieril
2020-01-30
1
-9
/
+13
*
Make unnormalized Values unobservable
Nadrieril
2020-01-30
1
-3
/
+1
*
Move builtins-related code to its own module
Nadrieril
2020-01-30
1
-2
/
+1
*
Cleanup variable handling
Nadrieril
2020-01-29
1
-6
/
+20
*
Move envs to their own files
Nadrieril
2020-01-29
1
-4
/
+2
*
Use NameEnv in tyexpr_to_expr
Nadrieril
2020-01-29
1
-18
/
+9
*
Remove dead code
Nadrieril
2020-01-29
1
-5
/
+0
*
Fix insufficient normalization
Nadrieril
2020-01-29
1
-1
/
+9
*
Fix all sorts of variable shenanigans
Nadrieril
2020-01-28
1
-1
/
+14
*
Fix a bunch of bugs and more tck
Nadrieril
2020-01-27
1
-0
/
+10
*
Implement basic env-based normalization for Value-based TyExpr
Nadrieril
2020-01-23
1
-0
/
+8
*
Simplify type error type
Nadrieril
2020-01-21
1
-2
/
+1
*
Reimplement basic tck/nze with proper environments
Nadrieril
2020-01-20
1
-7
/
+9
*
Restore more types in value_to_tyexpr
Nadrieril
2020-01-19
1
-1
/
+13
*
Add Expr visitor and improve tyexpr_to_expr
Nadrieril
2020-01-18
1
-10
/
+12
*
Introduce intermediate representation that stores typed expr
Nadrieril
2020-01-18
1
-0
/
+83