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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-05
Fix clippy warnings
Nadrieril
3
-9
/
+9
2020-03-31
Reorganize API and internals of serde_dhall a bit
Nadrieril
1
-1
/
+1
2020-03-31
Ensure version numbers are kept in sync
Nadrieril
2
-0
/
+5
2020-03-31
Introduce option builder
Nadrieril
4
-6
/
+15
2020-03-31
Move Value, SimpleValue and SimpleType to serde
Nadrieril
3
-230
/
+4
2020-03-31
Brutally make all of dhall pub
Nadrieril
28
-124
/
+125
2020-03-31
Revert "Start overengineering SimpleVal/Ty"
Nadrieril
1
-120
/
+31
2020-03-31
Start overengineering SimpleVal/Ty
Nadrieril
1
-31
/
+120
2020-03-31
Nir::normalize isn't useful
Nadrieril
4
-90
/
+3
2020-03-31
Improve handling of builtin types in Nir
Nadrieril
5
-86
/
+66
2020-03-31
Move conversion to SimpleVal/Ty to simple module
Nadrieril
3
-84
/
+84
2020-03-31
Use dhall::Value more in serde
Nadrieril
1
-1
/
+1
2020-03-31
Remove top-level Expr aliases
Nadrieril
8
-45
/
+32
2020-03-31
Rename LitKind to NumKind
Nadrieril
11
-101
/
+101
2020-03-31
Limit dependency on Normalized
Nadrieril
2
-84
/
+42
2020-03-31
Remove Normalized and friends from public API
Nadrieril
3
-31
/
+20
2020-03-31
Add new Value type in API
Nadrieril
2
-6
/
+62
2020-03-31
Add SimpleType to mirror SimpleValue
Nadrieril
3
-3
/
+103
2020-03-31
Add SimpleValue type to facilitate deserialization
Nadrieril
3
-2
/
+71
2020-03-31
Fix indexing for spans that go to the end of the input
Nadrieril
1
-5
/
+7
2020-03-31
Upgrade annotate-snippets version
Nadrieril
114
-124
/
+116
2020-03-20
Add coverage gathering with grcov
Nadrieril
2
-9
/
+19
2020-03-20
Reduce duplication in build.rs
Nadrieril
1
-37
/
+40
2020-03-20
Remove more unnecessary parens in printer
Nadrieril
20
-27
/
+52
2020-03-20
Commit output of printer
Nadrieril
242
-38
/
+289
2020-03-20
Parse RFC3986 URLs
Nadrieril
5
-28
/
+27
2020-03-18
Update to latest pest_consume to remove spurious clippy warning
Nadrieril
1
-1
/
+0
2020-03-18
Cut release
Nadrieril
2
-2
/
+2
2020-03-17
Remove never_type feature
Nadrieril
4
-19
/
+19
2020-03-17
Upgrade some dependencies
Nadrieril
1
-3
/
+3
2020-03-17
Run clippy
Nadrieril
17
-128
/
+177
2020-03-17
Circumvent weird rustfmt inconsistency
Nadrieril
1
-2
/
+5
2020-03-12
Upstream the `with` grammar tweak
Nadrieril
3
-15
/
+2
2020-03-11
Implement record puns
Nadrieril
6
-2
/
+16
2020-03-10
Upstream all local tests
Nadrieril
148
-201
/
+3
2020-03-10
Add support for `with` keyword
Nadrieril
8
-4
/
+68
2020-03-05
Forgot to commit test output
Nadrieril
1
-0
/
+1
2020-03-05
Implement conservative sanity checking
Nadrieril
4
-58
/
+77
2020-03-05
Cache imports correctly
Nadrieril
5
-25
/
+22
2020-03-05
Implement remote imports and cleanup import chaining
Nadrieril
13
-122
/
+193
2020-03-05
Implement remote `as Location` resolution
Nadrieril
24
-12
/
+52
2020-03-05
Implement `as Text` imports
Nadrieril
7
-16
/
+33
2020-03-05
Refactor resolve a bit
Nadrieril
1
-80
/
+76
2020-03-05
Implement `missing` and `env:VAR` imports
Nadrieril
6
-19
/
+24
2020-03-05
Add a lot of import tests
Nadrieril
53
-2
/
+96
2020-03-05
Run tests from repo root as specified in spec
Nadrieril
11
-11
/
+17
2020-03-05
Implement `as Location` imports
Nadrieril
5
-60
/
+104
2020-03-05
Run tests from dhall dir
Nadrieril
10
-10
/
+10
2020-03-05
Add a bunch of `as Location` unit tests
Nadrieril
35
-0
/
+50
2020-03-05
Update dhall-lang submodule
Nadrieril
3
-3
/
+15
[next]