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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #210 avoid possible conflicts by not using AsRef trait
Qeenon
2021-01-25
1
-1
/
+1
*
Merge pull request #209 from Nadrieril/fix-ci
Nadrieril
2021-01-22
6
-99
/
+100
|
\
|
*
update: bump minimum supported version because of tokio
Nadrieril
2021-01-22
3
-2
/
+4
|
*
ci: disable code coverage, can't make it work
Nadrieril
2021-01-22
1
-89
/
+90
|
*
chore: fix clippy warnings
Nadrieril
2021-01-22
2
-8
/
+6
|
/
*
doc: document the `dhall` usage test
Nadrieril
2021-01-22
2
-5
/
+18
*
test: try using the `dhall` crate as a user
Nadrieril
2021-01-22
1
-0
/
+38
*
chore: update reqwest dependency
Nadrieril
2021-01-08
2
-148
/
+78
*
chore: convert doc links to intra-doc links
Nadrieril
2020-12-18
6
-67
/
+52
*
Merge pull request #205 from Nadrieril/audits
Nadrieril
2020-12-18
1
-0
/
+16
|
\
|
*
ci: enable automatic audit checks
Nadrieril
2020-12-18
1
-0
/
+16
|
/
*
chore: update dependencies
Nadrieril
2020-12-18
1
-154
/
+172
*
tweak: factor a bit
Nadrieril
2020-12-08
1
-24
/
+25
*
tests: add a test that fetches the remote prelude
Nadrieril
2020-12-08
1
-1
/
+17
*
fix: fix import ordering issue
Nadrieril
2020-12-08
3
-7
/
+10
*
Merge pull request #204 from Nadrieril/source-id
Nadrieril
2020-12-08
26
-637
/
+1187
|
\
|
*
Soothe clippy
Nadrieril
2020-12-07
1
-0
/
+1
|
*
Resolve imports and alternatives outside of the ast traversal
Nadrieril
2020-12-07
6
-130
/
+294
|
*
Defer name errors to typechecking
Nadrieril
2020-12-07
4
-5
/
+13
|
*
Avoid storing an import before we checked its hash
Nadrieril
2020-12-07
2
-23
/
+28
|
*
Add tests
Nadrieril
2020-12-07
4
-0
/
+4
|
*
Unify `skip_resolve_expr` with normal resolution
Nadrieril
2020-12-07
8
-40
/
+94
|
*
Pass import results via the global context
Nadrieril
2020-12-07
4
-13
/
+19
|
*
Thread cx everywhere else imports are read
Nadrieril
2020-12-07
10
-89
/
+93
|
*
Tag cx ids with the cx lifetime
Nadrieril
2020-12-07
3
-19
/
+31
|
*
Thread cx through normalization
Nadrieril
2020-12-07
18
-446
/
+498
|
*
Thread cx through typecheck
Nadrieril
2020-12-07
8
-28
/
+65
|
*
Improve ergonomics of `Ctxt`
Nadrieril
2020-12-07
2
-55
/
+55
|
*
Make global store of imports and import results
Nadrieril
2020-12-07
6
-62
/
+217
|
*
Don't store internal structures of `dhall` in `serde_dhall`
Nadrieril
2020-12-07
3
-38
/
+86
|
/
*
Merge pull request #203 from Nadrieril/fix-import-bug
Nadrieril
2020-12-06
6
-108
/
+145
|
\
|
*
Exclude the new test on Windows
Nadrieril
2020-12-06
1
-0
/
+1
|
*
An import location is not independent from the import mode
Nadrieril
2020-12-06
5
-121
/
+109
|
*
Prepare `ImportLocation` for more fields
Nadrieril
2020-12-06
3
-39
/
+83
|
*
Add test
Nadrieril
2020-12-06
3
-0
/
+4
|
/
*
chore: remove leftover file
Nadrieril
2020-12-06
1
-1
/
+0
*
Merge pull request #202 from basile-henry/if-type
Nadrieril
2020-11-28
5
-10
/
+5
|
\
|
*
Add .direnv to .gitignore
Basile Henry
2020-11-27
1
-0
/
+1
|
*
Update dhall-lang
Basile Henry
2020-11-27
1
-0
/
+0
|
*
If can return a type
Basile Henry
2020-11-27
3
-10
/
+4
|
/
*
release: serde_dhall version 0.9.0
Nadrieril
2020-11-20
5
-5
/
+8
*
release: dhall version 0.9.0
Nadrieril
2020-11-20
4
-4
/
+4
*
Merge pull request #201 from Nadrieril/parse-binary
Nadrieril
2020-11-20
4
-1
/
+64
|
\
|
*
Expose binary parsing in the API
Nadrieril
2020-11-20
4
-1
/
+64
|
/
*
tests: commit a forgotten output
Nadrieril
2020-11-05
1
-0
/
+6
*
Merge pull request #198 from Nadrieril/bless-tests
Nadrieril
2020-11-05
2
-20
/
+32
|
\
|
*
Overwrite test outputs with a `--bless` option
Nadrieril
2020-11-05
2
-20
/
+32
|
/
*
Merge pull request #197 from Nadrieril/cleanup-test-exclusion
Nadrieril
2020-11-05
1
-193
/
+182
|
\
|
*
Centralize test exclusion into a single function
Nadrieril
2020-11-05
1
-193
/
+182
|
/
*
tests: add some tests
Nadrieril
2020-11-05
18
-5
/
+25
[next]