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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: use latest libtest-mimic
Nadrieril
2020-10-16
1
-2
/
+1
*
Make reqwest an optional dependency
Basile Henry
2020-10-10
2
-2
/
+9
*
Release dhall version 0.7.0
Nadrieril
2020-09-15
2
-2
/
+2
*
spec: Enable `with` optimizations
Nadrieril
2020-09-14
15
-31
/
+80
*
fix: fix Cargo.toml for publication
Nadrieril
2020-08-05
1
-0
/
+1
*
Release dhall version 0.6.0
Nadrieril
2020-08-05
2
-2
/
+2
*
spec: allow trailing delimiters
Nadrieril
2020-06-25
25
-6
/
+51
*
test: mark excluded tests as ignored instead of deleting them
Nadrieril
2020-06-25
1
-11
/
+6
*
fix: always set XDG_CACHE_HOME in tests.
Nadrieril
2020-06-25
1
-10
/
+11
*
fix: exclude prelude test for now
Nadrieril
2020-06-25
1
-1
/
+3
*
fix: ignore a test on Windows
Nadrieril
2020-06-25
1
-0
/
+1
*
spec: support Dhall v17.0.0
Nadrieril
2020-06-25
15
-0
/
+90
*
spec!: remove Optional/build and Optional/fold
Nadrieril
2020-06-25
6
-48
/
+28
*
chore: garbage collect removed tests
Nadrieril
2020-06-25
3
-12
/
+0
*
spec: remove Unicode character from `dhall.abnf`
Nadrieril
2020-06-25
2
-2
/
+1
*
spec!: remove the ability to quote paths in URLs
Nadrieril
2020-06-25
5
-15
/
+15
*
spec: ensure `keyword` rule only matches keywords
Nadrieril
2020-06-25
11
-12
/
+14
*
spec: not all ABNF parsers like empty rules
Nadrieril
2020-06-25
4
-45
/
+22
*
spec: allow quoted labels to be empty
Nadrieril
2020-06-25
5
-3
/
+7
*
spec: update encoding of floating point values to RFC7049bis
Nadrieril
2020-06-25
4
-12
/
+6
*
spec: allow unions with mixed kinds
Nadrieril
2020-06-25
8
-57
/
+5
*
spec: fix precedence of `===` and `with`
Nadrieril
2020-06-25
12
-12
/
+46
*
test: catch panics in test harness
Nadrieril
2020-06-25
1
-7
/
+21
*
ci: run tests on windows
Nadrieril
2020-06-25
1
-7
/
+26
*
test: use errors instead of panics to signify test failure
Nadrieril
2020-06-24
3
-74
/
+96
*
refactor: remove old test harness
Nadrieril
2020-06-24
4
-710
/
+16
*
refactor: refactor spec tests a bit
Nadrieril
2020-06-24
1
-189
/
+177
*
test: write custom test harness for tests
Nadrieril
2020-06-24
3
-2
/
+695
*
fix: panic on remote import on wasm
Nadrieril
2020-06-24
2
-10
/
+5
*
chore: remove unused dependencies using cargo-udeps
Nadrieril
2020-06-24
1
-1
/
+0
*
chore: upgrade dependencies using cargo-outdated
Nadrieril
2020-06-24
1
-2
/
+2
*
chore: reduce crate size using cargo-diet
Nadrieril
2020-06-24
1
-0
/
+1
*
fix(ci): grammar sync test fails spuriously on ci
Nadrieril
2020-06-20
1
-0
/
+1
*
fix: assuage clippy on ci
Nadrieril
2020-06-20
1
-3
/
+3
*
Release dhall version 0.5.3
Nadrieril
2020-05-30
2
-2
/
+2
*
Commit grammar file locally
Nadrieril
2020-05-30
3
-1
/
+966
*
Use dhall.abnf directly instead of via symlink
Nadrieril
2020-05-30
2
-3
/
+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
3
-6
/
+23
*
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
2
-12
/
+122
*
fixup! Release serde_dhall version 0.5.2
fteychene
2020-05-15
3
-55
/
+68
*
feat: Add cache resolution on resolve
fteychene
2020-05-15
6
-33
/
+211
*
Release dhall version 0.5.2
Nadrieril
2020-04-12
2
-2
/
+2
*
Deserialize `Prelude.Map` and `toMap` to a map instead of a list
Nadrieril
2020-04-10
3
-5
/
+11
*
Move Label escaping out of its Display impl
Nadrieril
2020-04-09
3
-21
/
+35
[next]