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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
Update annotate-snippets dependency
Nadrieril
1
-12
/
+13
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
1
-1
/
+1
2020-10-28
No need to escape underscores in pretty-printing
Nadrieril
1
-1
/
+3
2020-10-28
Prefer u64/i64 to usize/isize
Nadrieril
3
-9
/
+8
2020-10-27
Make `SimpleValue` deserializable within other types
Nadrieril
1
-0
/
+1
2020-10-25
Release dhall version 0.7.4
Nadrieril
1
-1
/
+1
2020-10-25
Refactor Text/replace eval
Basile Henry
1
-42
/
+29
2020-10-25
Implement Text/replace
Basile Henry
2
-2
/
+64
2020-10-24
Release dhall version 0.7.2
Nadrieril
1
-1
/
+1
2020-10-10
Make reqwest an optional dependency
Basile Henry
1
-1
/
+5
2020-09-15
Release dhall version 0.7.0
Nadrieril
1
-1
/
+1
2020-09-14
spec: Enable `with` optimizations
Nadrieril
9
-26
/
+69
2020-08-05
Release dhall version 0.6.0
Nadrieril
1
-1
/
+1
2020-06-25
spec: allow trailing delimiters
Nadrieril
1
-6
/
+7
2020-06-25
spec!: remove Optional/build and Optional/fold
Nadrieril
2
-47
/
+3
2020-06-25
spec: remove Unicode character from `dhall.abnf`
Nadrieril
1
-1
/
+1
2020-06-25
spec!: remove the ability to quote paths in URLs
Nadrieril
3
-14
/
+8
2020-06-25
spec: ensure `keyword` rule only matches keywords
Nadrieril
1
-2
/
+4
2020-06-25
spec: not all ABNF parsers like empty rules
Nadrieril
3
-44
/
+21
2020-06-25
spec: allow quoted labels to be empty
Nadrieril
2
-2
/
+4
2020-06-25
spec: allow unions with mixed kinds
Nadrieril
1
-15
/
+5
2020-06-25
spec: fix precedence of `===` and `with`
Nadrieril
4
-11
/
+23
2020-06-24
test: use errors instead of panics to signify test failure
Nadrieril
1
-0
/
+11
2020-06-24
refactor: remove old test harness
Nadrieril
2
-362
/
+0
2020-06-24
test: write custom test harness for tests
Nadrieril
1
-1
/
+1
2020-06-24
fix: panic on remote import on wasm
Nadrieril
1
-4
/
+2
2020-06-20
fix(ci): grammar sync test fails spuriously on ci
Nadrieril
1
-0
/
+1
2020-05-30
Release dhall version 0.5.3
Nadrieril
1
-1
/
+1
2020-05-30
Commit grammar file locally
Nadrieril
2
-0
/
+965
2020-05-30
Use dhall.abnf directly instead of via symlink
Nadrieril
1
-1
/
+0
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
2
-5
/
+15
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
3
-55
/
+68
2020-05-15
feat: Add cache resolution on resolve
fteychene
5
-31
/
+211
2020-04-12
Release dhall version 0.5.2
Nadrieril
1
-1
/
+1
2020-04-10
Deserialize `Prelude.Map` and `toMap` to a map instead of a list
Nadrieril
3
-5
/
+11
2020-04-09
Move Label escaping out of its Display impl
Nadrieril
1
-21
/
+33
2020-04-09
Release dhall version 0.5.1
Nadrieril
1
-1
/
+1
2020-04-07
Clippy
Nadrieril
1
-3
/
+3
2020-04-07
Split operations module into submodules
Nadrieril
4
-397
/
+414
2020-04-07
Implement remaining record simplification
Nadrieril
1
-9
/
+22
2020-04-07
Swap diff order in tests for UI files
Nadrieril
1
-1
/
+1
[next]