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
...
*
Use dhall::Value more in serde
Nadrieril
2020-03-31
1
-1
/
+1
*
Remove top-level Expr aliases
Nadrieril
2020-03-31
8
-45
/
+32
*
Rename LitKind to NumKind
Nadrieril
2020-03-31
11
-101
/
+101
*
Limit dependency on Normalized
Nadrieril
2020-03-31
2
-84
/
+42
*
Remove Normalized and friends from public API
Nadrieril
2020-03-31
3
-31
/
+20
*
Add new Value type in API
Nadrieril
2020-03-31
2
-6
/
+62
*
Add SimpleType to mirror SimpleValue
Nadrieril
2020-03-31
3
-3
/
+103
*
Add SimpleValue type to facilitate deserialization
Nadrieril
2020-03-31
3
-2
/
+71
*
Fix indexing for spans that go to the end of the input
Nadrieril
2020-03-31
1
-5
/
+7
*
Upgrade annotate-snippets version
Nadrieril
2020-03-31
114
-124
/
+116
*
Add coverage gathering with grcov
Nadrieril
2020-03-20
2
-9
/
+19
*
Reduce duplication in build.rs
Nadrieril
2020-03-20
1
-37
/
+40
*
Remove more unnecessary parens in printer
Nadrieril
2020-03-20
20
-27
/
+52
*
Commit output of printer
Nadrieril
2020-03-20
242
-38
/
+289
*
Parse RFC3986 URLs
Nadrieril
2020-03-20
5
-28
/
+27
*
Update to latest pest_consume to remove spurious clippy warning
Nadrieril
2020-03-18
1
-1
/
+0
*
Cut release
Nadrieril
2020-03-18
2
-2
/
+2
*
Remove never_type feature
Nadrieril
2020-03-17
4
-19
/
+19
*
Upgrade some dependencies
Nadrieril
2020-03-17
1
-3
/
+3
*
Run clippy
Nadrieril
2020-03-17
17
-128
/
+177
*
Circumvent weird rustfmt inconsistency
Nadrieril
2020-03-17
1
-2
/
+5
*
Upstream the `with` grammar tweak
Nadrieril
2020-03-12
3
-15
/
+2
*
Implement record puns
Nadrieril
2020-03-11
6
-2
/
+16
*
Upstream all local tests
Nadrieril
2020-03-10
148
-201
/
+3
*
Add support for `with` keyword
Nadrieril
2020-03-10
8
-4
/
+68
*
Forgot to commit test output
Nadrieril
2020-03-05
1
-0
/
+1
*
Implement conservative sanity checking
Nadrieril
2020-03-05
4
-58
/
+77
*
Cache imports correctly
Nadrieril
2020-03-05
5
-25
/
+22
*
Implement remote imports and cleanup import chaining
Nadrieril
2020-03-05
13
-122
/
+193
*
Implement remote `as Location` resolution
Nadrieril
2020-03-05
24
-12
/
+52
*
Implement `as Text` imports
Nadrieril
2020-03-05
7
-16
/
+33
*
Refactor resolve a bit
Nadrieril
2020-03-05
1
-80
/
+76
*
Implement `missing` and `env:VAR` imports
Nadrieril
2020-03-05
6
-19
/
+24
*
Add a lot of import tests
Nadrieril
2020-03-05
53
-2
/
+96
*
Run tests from repo root as specified in spec
Nadrieril
2020-03-05
11
-11
/
+17
*
Implement `as Location` imports
Nadrieril
2020-03-05
5
-60
/
+104
*
Run tests from dhall dir
Nadrieril
2020-03-05
10
-10
/
+10
*
Add a bunch of `as Location` unit tests
Nadrieril
2020-03-05
35
-0
/
+50
*
Update dhall-lang submodule
Nadrieril
2020-03-05
3
-3
/
+15
*
Add a bunch of tests
Nadrieril
2020-03-05
49
-0
/
+70
*
Allow some slow tests to only be run in release mode
Nadrieril
2020-03-05
1
-25
/
+36
*
Implement some normalization simplifications
Nadrieril
2020-03-05
3
-86
/
+83
*
Normalization for ProjectionByExpr
Basile Henry
2020-03-02
2
-4
/
+35
*
Enable ProjectionByType tests
Basile Henry
2020-03-02
1
-8
/
+1
*
Cut release
Nadrieril
2020-02-21
2
-2
/
+2
*
Oops
Nadrieril
2020-02-21
1
-0
/
+6
*
Update dhall-lang submodule
Nadrieril
2020-02-20
1
-0
/
+3
*
Add support for dotted field syntax
Nadrieril
2020-02-20
5
-24
/
+16
*
Disallow Natural literals with leading zeros
Nadrieril
2020-02-20
1
-0
/
+6
*
Add support for duplicate record fields
Nadrieril
2020-02-20
11
-31
/
+73
[prev]
[next]