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
*
Rename TyExpr to Tir
Nadrieril
2020-02-17
1
-192
/
+0
*
Avoid recomputing universes in tck
Nadrieril
2020-02-16
1
-24
/
+25
*
Start requiring Universe to build a Type
Nadrieril
2020-02-16
1
-19
/
+98
*
Introduce proper Type struct
Nadrieril
2020-02-15
1
-4
/
+50
*
Factor some tck code to avoid needing get_type_tyexpr
Nadrieril
2020-02-15
1
-5
/
+7
*
Oops
Nadrieril
2020-02-14
1
-7
/
+5
*
TyExpr always carries a type
Nadrieril
2020-02-13
1
-29
/
+12
*
Simplify conversions to/from TyExpr
Nadrieril
2020-02-13
1
-3
/
+8
*
Only store type at root node in tyexpr
Nadrieril
2020-02-13
1
-25
/
+18
*
Remove the Embed variant from ExprKind
Nadrieril
2020-02-11
1
-2
/
+1
*
Remove types from NzEnv
Nadrieril
2020-02-09
1
-2
/
+2
*
Automate conversion between envs
Nadrieril
2020-02-09
1
-2
/
+2
*
Remove all types from Value
Nadrieril
2020-02-09
1
-2
/
+2
*
Remove most TyExpr from normalization
Nadrieril
2020-02-09
1
-8
/
+3
*
Add Hir as untyped alternative to TyExpr
Nadrieril
2020-02-09
1
-58
/
+12
*
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