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
/
resolve
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-17
Run clippy
Nadrieril
3
-15
/
+15
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
1
-76
/
+126
2020-03-05
Implement remote `as Location` resolution
Nadrieril
1
-1
/
+12
2020-03-05
Implement `as Text` imports
Nadrieril
1
-1
/
+20
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-02-19
Avoid re-typechecking after import
Nadrieril
3
-14
/
+21
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
1
-8
/
+2
2020-02-18
Borrow relevant Hir from Tir
Nadrieril
1
-3
/
+17
2020-02-17
Rename Value to Nir
Nadrieril
1
-3
/
+3
2020-02-17
Rename TyExpr to Tir
Nadrieril
1
-2
/
+2
2020-02-17
Factor out desugaring from resolve
Nadrieril
1
-22
/
+31
2020-02-17
Extract resolve-relevant envs together
Nadrieril
3
-58
/
+113
2020-02-17
Move hir and resolve into a module
Nadrieril
4
-0
/
+400