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
/
env.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid storing an import before we checked its hash
Nadrieril
2020-12-07
1
-8
/
+13
*
Thread cx everywhere else imports are read
Nadrieril
2020-12-07
1
-5
/
+13
*
Tag cx ids with the cx lifetime
Nadrieril
2020-12-07
1
-3
/
+3
*
Thread cx through normalization
Nadrieril
2020-12-07
1
-5
/
+8
*
Make global store of imports and import results
Nadrieril
2020-12-07
1
-18
/
+19
*
Ensure that the hash always gets checked
Nadrieril
2020-11-01
1
-13
/
+18
*
Typed and TypedHir are the same
Nadrieril
2020-11-01
1
-6
/
+7
*
Untangle caching code
Nadrieril
2020-11-01
1
-8
/
+24
*
Store file cache in ImportEnv
Nadrieril
2020-11-01
1
-9
/
+14
*
Untangle ImportEnv::handle_import
Nadrieril
2020-11-01
1
-22
/
+21
*
Fix import bug
Nadrieril
2020-04-05
1
-9
/
+11
*
Fix clippy warnings
Nadrieril
2020-04-05
1
-7
/
+4
*
Brutally make all of dhall pub
Nadrieril
2020-03-31
1
-4
/
+4
*
Run clippy
Nadrieril
2020-03-17
1
-1
/
+1
*
Implement conservative sanity checking
Nadrieril
2020-03-05
1
-3
/
+3
*
Cache imports correctly
Nadrieril
2020-03-05
1
-12
/
+12
*
Avoid re-typechecking after import
Nadrieril
2020-02-19
1
-4
/
+4
*
Extract resolve-relevant envs together
Nadrieril
2020-02-17
1
-0
/
+104
*
Move hir and resolve into a module
Nadrieril
2020-02-17
1
-0
/
+0