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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tweak: factor a bit
Nadrieril
2020-12-08
1
-24
/
+25
*
fix: fix import ordering issue
Nadrieril
2020-12-08
1
-7
/
+7
*
Resolve imports and alternatives outside of the ast traversal
Nadrieril
2020-12-07
2
-65
/
+138
*
Defer name errors to typechecking
Nadrieril
2020-12-07
2
-5
/
+7
*
Avoid storing an import before we checked its hash
Nadrieril
2020-12-07
2
-23
/
+28
*
Unify `skip_resolve_expr` with normal resolution
Nadrieril
2020-12-07
3
-28
/
+47
*
Pass import results via the global context
Nadrieril
2020-12-07
2
-11
/
+11
*
Thread cx everywhere else imports are read
Nadrieril
2020-12-07
4
-34
/
+51
*
Tag cx ids with the cx lifetime
Nadrieril
2020-12-07
2
-4
/
+4
*
Thread cx through normalization
Nadrieril
2020-12-07
4
-42
/
+69
*
Thread cx through typecheck
Nadrieril
2020-12-07
2
-6
/
+9
*
Improve ergonomics of `Ctxt`
Nadrieril
2020-12-07
1
-10
/
+9
*
Make global store of imports and import results
Nadrieril
2020-12-07
2
-62
/
+88
*
An import location is not independent from the import mode
Nadrieril
2020-12-06
1
-102
/
+100
*
Prepare `ImportLocation` for more fields
Nadrieril
2020-12-06
1
-32
/
+69
*
Implement type checking for With op
Basile Henry
2020-11-01
1
-30
/
+2
*
fix: clippy
Nadrieril
2020-11-01
2
-21
/
+18
*
feat: add location to import error messages
Nadrieril
2020-11-01
1
-2
/
+10
*
Ensure that the hash always gets checked
Nadrieril
2020-11-01
2
-19
/
+40
*
Typed and TypedHir are the same
Nadrieril
2020-11-01
3
-33
/
+26
*
Untangle caching code
Nadrieril
2020-11-01
3
-648
/
+128
*
Store file cache in ImportEnv
Nadrieril
2020-11-01
3
-19
/
+20
*
Untangle ImportEnv::handle_import
Nadrieril
2020-11-01
2
-29
/
+37
*
Make reqwest an optional dependency
Basile Henry
2020-10-10
1
-1
/
+5
*
spec: Enable `with` optimizations
Nadrieril
2020-09-14
1
-2
/
+30
*
fix: panic on remote import on wasm
Nadrieril
2020-06-24
1
-4
/
+2
*
Refactor cache path resolution
Nadrieril
2020-05-30
1
-62
/
+21
*
Fix cache path resolution on wasm
Nadrieril
2020-05-30
1
-0
/
+7
*
Make reqwest build on wasm
Nadrieril
2020-05-30
1
-3
/
+13
*
test: Add remaining tests for cache
fteychene
2020-05-15
1
-0
/
+398
*
fixup! test: Add some unit tests for cache
fteychene
2020-05-15
1
-30
/
+55
*
fixup! test: Add some unit tests for cache
fteychene
2020-05-15
1
-56
/
+32
*
fixup! fixup! Release serde_dhall version 0.5.2
fteychene
2020-05-15
1
-31
/
+55
*
test: Add some unit tests for cache
fteychene
2020-05-15
1
-12
/
+121
*
fixup! Release serde_dhall version 0.5.2
fteychene
2020-05-15
2
-54
/
+67
*
feat: Add cache resolution on resolve
fteychene
2020-05-15
3
-28
/
+182
*
Move duplicate field checking to parser
Nadrieril
2020-04-07
1
-2
/
+2
*
Move BinOp and Builtin definitions in the relevant module
Nadrieril
2020-04-06
1
-3
/
+4
*
Extract operation-related code to a new module
Nadrieril
2020-04-06
1
-1
/
+2
*
Split off operations from main expr enum
Nadrieril
2020-04-06
1
-10
/
+11
*
Fix import bug
Nadrieril
2020-04-05
1
-9
/
+11
*
Check code hashes in import
Nadrieril
2020-04-05
2
-9
/
+38
*
Fix clippy warnings
Nadrieril
2020-04-05
1
-7
/
+4
*
Reorganize API and internals of serde_dhall a bit
Nadrieril
2020-03-31
1
-1
/
+1
*
Introduce option builder
Nadrieril
2020-03-31
1
-2
/
+8
*
Brutally make all of dhall pub
Nadrieril
2020-03-31
4
-16
/
+16
*
Nir::normalize isn't useful
Nadrieril
2020-03-31
1
-6
/
+0
*
Remove top-level Expr aliases
Nadrieril
2020-03-31
2
-11
/
+7
*
Run clippy
Nadrieril
2020-03-17
3
-15
/
+15
*
Implement conservative sanity checking
Nadrieril
2020-03-05
2
-56
/
+76
[next]