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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
Update annotate-snippets dependency
Nadrieril
2
-13
/
+14
2020-10-30
Update serde_cbor dependency
Nadrieril
1
-1
/
+1
2020-10-30
Roll our own Value for binary decoding
Nadrieril
1
-12
/
+162
2020-10-30
Don't use serde_cbor::Value in binary encoding
Nadrieril
1
-40
/
+40
2020-10-28
release: dhall version 0.8.0
Nadrieril
2
-2
/
+2
2020-10-28
No need to escape underscores in pretty-printing
Nadrieril
5
-5
/
+7
2020-10-28
Prefer u64/i64 to usize/isize
Nadrieril
3
-9
/
+8
2020-10-28
fix: add missing test
Nadrieril
1
-0
/
+6
2020-10-27
Make `SimpleValue` deserializable within other types
Nadrieril
1
-0
/
+1
2020-10-25
Release dhall version 0.7.4
Nadrieril
2
-2
/
+2
2020-10-25
Refactor Text/replace eval
Basile Henry
1
-42
/
+29
2020-10-25
Implement Text/replace
Basile Henry
3
-3
/
+65
2020-10-25
Disable With related tests
Basile Henry
1
-1
/
+10
2020-10-24
Release dhall version 0.7.2
Nadrieril
2
-2
/
+2
2020-10-16
chore: use latest libtest-mimic
Nadrieril
1
-2
/
+1
2020-10-10
Make reqwest an optional dependency
Basile Henry
2
-2
/
+9
2020-09-15
Release dhall version 0.7.0
Nadrieril
2
-2
/
+2
2020-09-14
spec: Enable `with` optimizations
Nadrieril
15
-31
/
+80
2020-08-05
fix: fix Cargo.toml for publication
Nadrieril
1
-0
/
+1
2020-08-05
Release dhall version 0.6.0
Nadrieril
2
-2
/
+2
2020-06-25
spec: allow trailing delimiters
Nadrieril
25
-6
/
+51
2020-06-25
test: mark excluded tests as ignored instead of deleting them
Nadrieril
1
-11
/
+6
2020-06-25
fix: always set XDG_CACHE_HOME in tests.
Nadrieril
1
-10
/
+11
2020-06-25
fix: exclude prelude test for now
Nadrieril
1
-1
/
+3
2020-06-25
fix: ignore a test on Windows
Nadrieril
1
-0
/
+1
2020-06-25
spec: support Dhall v17.0.0
Nadrieril
15
-0
/
+90
2020-06-25
spec!: remove Optional/build and Optional/fold
Nadrieril
6
-48
/
+28
2020-06-25
chore: garbage collect removed tests
Nadrieril
3
-12
/
+0
2020-06-25
spec: remove Unicode character from `dhall.abnf`
Nadrieril
2
-2
/
+1
2020-06-25
spec!: remove the ability to quote paths in URLs
Nadrieril
5
-15
/
+15
2020-06-25
spec: ensure `keyword` rule only matches keywords
Nadrieril
11
-12
/
+14
2020-06-25
spec: not all ABNF parsers like empty rules
Nadrieril
4
-45
/
+22
2020-06-25
spec: allow quoted labels to be empty
Nadrieril
5
-3
/
+7
2020-06-25
spec: update encoding of floating point values to RFC7049bis
Nadrieril
4
-12
/
+6
2020-06-25
spec: allow unions with mixed kinds
Nadrieril
8
-57
/
+5
2020-06-25
spec: fix precedence of `===` and `with`
Nadrieril
12
-12
/
+46
2020-06-25
test: catch panics in test harness
Nadrieril
1
-7
/
+21
2020-06-25
ci: run tests on windows
Nadrieril
1
-7
/
+26
2020-06-24
test: use errors instead of panics to signify test failure
Nadrieril
3
-74
/
+96
2020-06-24
refactor: remove old test harness
Nadrieril
4
-710
/
+16
2020-06-24
refactor: refactor spec tests a bit
Nadrieril
1
-189
/
+177
2020-06-24
test: write custom test harness for tests
Nadrieril
3
-2
/
+695
2020-06-24
fix: panic on remote import on wasm
Nadrieril
2
-10
/
+5
2020-06-24
chore: remove unused dependencies using cargo-udeps
Nadrieril
1
-1
/
+0
2020-06-24
chore: upgrade dependencies using cargo-outdated
Nadrieril
1
-2
/
+2
2020-06-24
chore: reduce crate size using cargo-diet
Nadrieril
1
-0
/
+1
2020-06-20
fix(ci): grammar sync test fails spuriously on ci
Nadrieril
1
-0
/
+1
2020-06-20
fix: assuage clippy on ci
Nadrieril
1
-3
/
+3
2020-05-30
Release dhall version 0.5.3
Nadrieril
2
-2
/
+2
2020-05-30
Commit grammar file locally
Nadrieril
3
-1
/
+966
[next]