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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
spec!: remove the ability to quote paths in URLs
Nadrieril
2020-06-25
2
-1
/
+7
|
*
spec: ensure `keyword` rule only matches keywords
Nadrieril
2020-06-25
10
-10
/
+10
|
*
spec: not all ABNF parsers like empty rules
Nadrieril
2020-06-25
1
-1
/
+1
|
*
spec: allow quoted labels to be empty
Nadrieril
2020-06-25
3
-1
/
+3
|
*
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
7
-42
/
+0
|
*
spec: fix precedence of `===` and `with`
Nadrieril
2020-06-25
7
-0
/
+22
|
*
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
1
-73
/
+83
|
*
refactor: remove old test harness
Nadrieril
2020-06-24
1
-5
/
+15
|
*
refactor: refactor spec tests a bit
Nadrieril
2020-06-24
1
-189
/
+177
|
*
test: write custom test harness for tests
Nadrieril
2020-06-24
1
-0
/
+686
|
*
Move Label escaping out of its Display impl
Nadrieril
2020-04-09
2
-0
/
+2
|
*
Move duplicate field checking to parser
Nadrieril
2020-04-07
14
-41
/
+41
|
*
Check code hashes in import
Nadrieril
2020-04-05
1
-0
/
+8
|
*
Ensure version numbers are kept in sync
Nadrieril
2020-03-31
1
-0
/
+4
|
*
Upgrade annotate-snippets version
Nadrieril
2020-03-31
111
-111
/
+111
|
*
Remove more unnecessary parens in printer
Nadrieril
2020-03-20
17
-17
/
+17
|
*
Commit output of printer
Nadrieril
2020-03-20
240
-0
/
+240
|
*
Parse RFC3986 URLs
Nadrieril
2020-03-20
2
-4
/
+4
|
*
Upstream the `with` grammar tweak
Nadrieril
2020-03-12
2
-2
/
+2
|
*
Implement record puns
Nadrieril
2020-03-11
2
-1
/
+7
|
*
Upstream all local tests
Nadrieril
2020-03-10
147
-196
/
+0
|
|
|
|
See https://github.com/dhall-lang/dhall-lang/pull/933
*
Add support for `with` keyword
Nadrieril
2020-03-10
4
-2
/
+10
|
*
Forgot to commit test output
Nadrieril
2020-03-05
1
-0
/
+1
|
*
Cache imports correctly
Nadrieril
2020-03-05
1
-1
/
+1
|
*
Implement remote imports and cleanup import chaining
Nadrieril
2020-03-05
2
-0
/
+4
|
*
Implement remote `as Location` resolution
Nadrieril
2020-03-05
21
-5
/
+29
|
*
Implement `as Text` imports
Nadrieril
2020-03-05
4
-1
/
+4
|
*
Implement `missing` and `env:VAR` imports
Nadrieril
2020-03-05
2
-0
/
+2
|
*
Add a lot of import tests
Nadrieril
2020-03-05
51
-0
/
+80
|
*
Run tests from repo root as specified in spec
Nadrieril
2020-03-05
10
-10
/
+10
|
*
Implement `as Location` imports
Nadrieril
2020-03-05
1
-1
/
+1
|
*
Run tests from dhall dir
Nadrieril
2020-03-05
10
-10
/
+10
|
*
Add a bunch of `as Location` unit tests
Nadrieril
2020-03-05
34
-0
/
+48
|
*
Update dhall-lang submodule
Nadrieril
2020-03-05
3
-3
/
+15
|
*
Add a bunch of tests
Nadrieril
2020-03-05
49
-0
/
+70
|
*
Oops
Nadrieril
2020-02-21
1
-0
/
+6
|
*
Add support for dotted field syntax
Nadrieril
2020-02-20
2
-2
/
+2
|
*
Disallow Natural literals with leading zeros
Nadrieril
2020-02-20
1
-0
/
+6
|
*
Add support for duplicate record fields
Nadrieril
2020-02-20
6
-10
/
+7
|
*
Avoid recomputing universes in tck
Nadrieril
2020-02-16
4
-4
/
+24
|
*
Start requiring Universe to build a Type
Nadrieril
2020-02-16
2
-4
/
+4
|
*
Rework annotation and Sort handling
Nadrieril
2020-02-13
14
-18
/
+38
|
*
Simplify conversions to/from TyExpr
Nadrieril
2020-02-13
4
-0
/
+20
|
*
Resolve variables alongside import resolution
Nadrieril
2020-02-09
2
-2
/
+8
|
*
Remove most TyExpr from normalization
Nadrieril
2020-02-09
9
-18
/
+18
|
*
Track error output of parsing and binary decoding tests
Nadrieril
2020-02-09
61
-0
/
+316
|
*
Move ui outputs to a sensible place
Nadrieril
2020-02-09
107
-0
/
+0
|
[next]