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
...
*
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
*
Remove potentially problematic change detection in build.rs
Nadrieril
2020-04-09
1
-6
/
+1
*
Release dhall version 0.5.1
Nadrieril
2020-04-09
2
-2
/
+2
*
Force a version of pest_generator that uses quote 1.0
Nadrieril
2020-04-09
1
-1
/
+1
*
Clippy
Nadrieril
2020-04-07
1
-3
/
+3
*
Split operations module into submodules
Nadrieril
2020-04-07
4
-397
/
+414
*
Implement remaining record simplification
Nadrieril
2020-04-07
2
-12
/
+22
*
Swap diff order in tests for UI files
Nadrieril
2020-04-07
1
-1
/
+1
*
Move duplicate field checking to parser
Nadrieril
2020-04-07
23
-402
/
+131
*
Move BinOp and Builtin definitions in the relevant module
Nadrieril
2020-04-06
11
-179
/
+180
*
Move builtins module up a level
Nadrieril
2020-04-06
5
-7
/
+6
[prev]
[next]