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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-17
Run clippy
Nadrieril
9
-53
/
+54
2020-03-05
Implement conservative sanity checking
Nadrieril
2
-56
/
+76
2020-03-05
Cache imports correctly
Nadrieril
2
-19
/
+19
2020-03-05
Implement remote imports and cleanup import chaining
Nadrieril
2
-81
/
+139
2020-03-05
Implement remote `as Location` resolution
Nadrieril
1
-1
/
+12
2020-03-05
Implement `as Text` imports
Nadrieril
2
-4
/
+22
2020-03-05
Refactor resolve a bit
Nadrieril
1
-80
/
+76
2020-03-05
Implement `missing` and `env:VAR` imports
Nadrieril
1
-8
/
+16
2020-03-05
Implement `as Location` imports
Nadrieril
2
-30
/
+102
2020-03-05
Implement some normalization simplifications
Nadrieril
1
-76
/
+80
2020-03-02
Normalization for ProjectionByExpr
Basile Henry
1
-3
/
+34
2020-02-19
Expose fewer pub things
Nadrieril
1
-2
/
+5
2020-02-19
Avoid re-typechecking after import
Nadrieril
5
-14
/
+23
2020-02-18
Discard import headers while we don't use them
Nadrieril
2
-11
/
+8
2020-02-18
Remove useless `normalize` option from ToExprOptions
Nadrieril
2
-11
/
+2
2020-02-18
Borrow relevant Hir from Tir
Nadrieril
3
-33
/
+32
2020-02-17
Remove spans from Nir
Nadrieril
1
-15
/
+7
2020-02-17
Rename Value to Nir
Nadrieril
10
-381
/
+359
2020-02-17
Rename TyExpr to Tir
Nadrieril
4
-27
/
+27
2020-02-17
Factor out desugaring from resolve
Nadrieril
1
-22
/
+31
2020-02-17
Extract resolve-relevant envs together
Nadrieril
4
-112
/
+118
2020-02-17
Move hir and resolve into a module
Nadrieril
5
-2
/
+6
2020-02-16
Avoid recomputing universes in tck
Nadrieril
3
-55
/
+73
2020-02-16
Oops, leftover #![allow(dead_code)]
Nadrieril
1
-17
/
+1
2020-02-16
Start requiring Universe to build a Type
Nadrieril
3
-176
/
+206
2020-02-15
Introduce proper Type struct
Nadrieril
4
-56
/
+120
2020-02-15
Desugar Completion during resolution
Nadrieril
4
-52
/
+49
2020-02-15
Factor some tck code to avoid needing get_type_tyexpr
Nadrieril
5
-52
/
+88
2020-02-14
Oops
Nadrieril
2
-16
/
+14
2020-02-13
TyExpr always carries a type
Nadrieril
2
-86
/
+67
2020-02-13
Rework annotation and Sort handling
Nadrieril
2
-69
/
+76
2020-02-13
Simplify conversions to/from TyExpr
Nadrieril
4
-108
/
+88
2020-02-13
Only store type at root node in tyexpr
Nadrieril
2
-29
/
+26
2020-02-11
Introduce LitKind to factor out common enum nodes
Nadrieril
4
-118
/
+124
2020-02-11
Remove the Embed variant from ExprKind
Nadrieril
7
-29
/
+17
2020-02-10
Remove need for Embed
Nadrieril
4
-20
/
+22
2020-02-09
Remove types from NzEnv
Nadrieril
7
-42
/
+47
2020-02-09
Automate conversion between envs
Nadrieril
3
-22
/
+26
2020-02-09
Remove all types from Value
Nadrieril
5
-89
/
+16
2020-02-09
Take Hir for typecheck
Nadrieril
6
-54
/
+51
2020-02-09
Resolve variables alongside import resolution
Nadrieril
3
-44
/
+87
2020-02-09
Resolve by ref instead of by mut
Nadrieril
1
-59
/
+77
2020-02-09
Introduce environment for import resolution
Nadrieril
1
-31
/
+56
2020-02-09
Remove extra types stored in Value
Nadrieril
3
-47
/
+20
2020-02-09
Remove most TyExpr from normalization
Nadrieril
7
-108
/
+80
2020-02-09
Add Hir as untyped alternative to TyExpr
Nadrieril
5
-65
/
+133
2020-02-09
Remove move type propagation through Value
Nadrieril
4
-215
/
+76
2020-02-09
Remove most reliance on types stored in Value
Nadrieril
5
-67
/
+88
2020-02-09
Massively deduplicate test harness
Nadrieril
1
-1
/
+4
2020-02-06
Implement some record simplifications
Nadrieril
1
-2
/
+92
[next]