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-10-10
Make reqwest an optional dependency
Basile Henry
1
-1
/
+5
2020-09-14
spec: Enable `with` optimizations
Nadrieril
1
-2
/
+30
2020-06-24
fix: panic on remote import on wasm
Nadrieril
1
-4
/
+2
2020-05-30
Refactor cache path resolution
Nadrieril
1
-62
/
+21
2020-05-30
Fix cache path resolution on wasm
Nadrieril
1
-0
/
+7
2020-05-30
Make reqwest build on wasm
Nadrieril
1
-3
/
+13
2020-05-15
test: Add remaining tests for cache
fteychene
1
-0
/
+398
2020-05-15
fixup! test: Add some unit tests for cache
fteychene
1
-30
/
+55
2020-05-15
fixup! test: Add some unit tests for cache
fteychene
1
-56
/
+32
2020-05-15
fixup! fixup! Release serde_dhall version 0.5.2
fteychene
1
-31
/
+55
2020-05-15
test: Add some unit tests for cache
fteychene
1
-12
/
+121
2020-05-15
fixup! Release serde_dhall version 0.5.2
fteychene
2
-54
/
+67
2020-05-15
feat: Add cache resolution on resolve
fteychene
3
-28
/
+182
2020-04-07
Move duplicate field checking to parser
Nadrieril
1
-2
/
+2
2020-04-06
Move BinOp and Builtin definitions in the relevant module
Nadrieril
1
-3
/
+4
2020-04-06
Extract operation-related code to a new module
Nadrieril
1
-1
/
+2
2020-04-06
Split off operations from main expr enum
Nadrieril
1
-10
/
+11
2020-04-05
Fix import bug
Nadrieril
1
-9
/
+11
2020-04-05
Check code hashes in import
Nadrieril
2
-9
/
+38
2020-04-05
Fix clippy warnings
Nadrieril
1
-7
/
+4
2020-03-31
Reorganize API and internals of serde_dhall a bit
Nadrieril
1
-1
/
+1
2020-03-31
Introduce option builder
Nadrieril
1
-2
/
+8
2020-03-31
Brutally make all of dhall pub
Nadrieril
4
-16
/
+16
2020-03-31
Nir::normalize isn't useful
Nadrieril
1
-6
/
+0
2020-03-31
Remove top-level Expr aliases
Nadrieril
2
-11
/
+7
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