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
/
tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-14
spec: Enable `with` optimizations
Nadrieril
6
-5
/
+11
2020-06-25
spec: allow trailing delimiters
Nadrieril
24
-0
/
+44
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
4
-1
/
+25
2020-06-25
chore: garbage collect removed tests
Nadrieril
3
-12
/
+0
2020-06-25
spec!: remove the ability to quote paths in URLs
Nadrieril
2
-1
/
+7
2020-06-25
spec: ensure `keyword` rule only matches keywords
Nadrieril
10
-10
/
+10
2020-06-25
spec: not all ABNF parsers like empty rules
Nadrieril
1
-1
/
+1
2020-06-25
spec: allow quoted labels to be empty
Nadrieril
3
-1
/
+3
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
7
-42
/
+0
2020-06-25
spec: fix precedence of `===` and `with`
Nadrieril
7
-0
/
+22
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
1
-73
/
+83
2020-06-24
refactor: remove old test harness
Nadrieril
1
-5
/
+15
2020-06-24
refactor: refactor spec tests a bit
Nadrieril
1
-189
/
+177
2020-06-24
test: write custom test harness for tests
Nadrieril
1
-0
/
+686
2020-04-09
Move Label escaping out of its Display impl
Nadrieril
2
-0
/
+2
2020-04-07
Move duplicate field checking to parser
Nadrieril
14
-41
/
+41
2020-04-05
Check code hashes in import
Nadrieril
1
-0
/
+8
2020-03-31
Ensure version numbers are kept in sync
Nadrieril
1
-0
/
+4
2020-03-31
Upgrade annotate-snippets version
Nadrieril
111
-111
/
+111
2020-03-20
Remove more unnecessary parens in printer
Nadrieril
17
-17
/
+17
2020-03-20
Commit output of printer
Nadrieril
240
-0
/
+240
2020-03-20
Parse RFC3986 URLs
Nadrieril
2
-4
/
+4
2020-03-12
Upstream the `with` grammar tweak
Nadrieril
2
-2
/
+2
2020-03-11
Implement record puns
Nadrieril
2
-1
/
+7
2020-03-10
Upstream all local tests
Nadrieril
147
-196
/
+0
2020-03-10
Add support for `with` keyword
Nadrieril
4
-2
/
+10
2020-03-05
Forgot to commit test output
Nadrieril
1
-0
/
+1
2020-03-05
Cache imports correctly
Nadrieril
1
-1
/
+1
2020-03-05
Implement remote imports and cleanup import chaining
Nadrieril
2
-0
/
+4
2020-03-05
Implement remote `as Location` resolution
Nadrieril
21
-5
/
+29
2020-03-05
Implement `as Text` imports
Nadrieril
4
-1
/
+4
2020-03-05
Implement `missing` and `env:VAR` imports
Nadrieril
2
-0
/
+2
2020-03-05
Add a lot of import tests
Nadrieril
51
-0
/
+80
2020-03-05
Run tests from repo root as specified in spec
Nadrieril
10
-10
/
+10
2020-03-05
Implement `as Location` imports
Nadrieril
1
-1
/
+1
2020-03-05
Run tests from dhall dir
Nadrieril
10
-10
/
+10
2020-03-05
Add a bunch of `as Location` unit tests
Nadrieril
34
-0
/
+48
2020-03-05
Update dhall-lang submodule
Nadrieril
3
-3
/
+15
2020-03-05
Add a bunch of tests
Nadrieril
49
-0
/
+70
2020-02-21
Oops
Nadrieril
1
-0
/
+6
2020-02-20
Add support for dotted field syntax
Nadrieril
2
-2
/
+2
2020-02-20
Disallow Natural literals with leading zeros
Nadrieril
1
-0
/
+6
[next]