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
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-05
Release dhall version 0.5.0
Nadrieril
1
-1
/
+1
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
Introduce option builder
Nadrieril
3
-5
/
+14
2020-03-31
Move Value, SimpleValue and SimpleType to serde
Nadrieril
3
-230
/
+4
2020-03-31
Brutally make all of dhall pub
Nadrieril
27
-120
/
+120
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
2
-12
/
+4
2020-03-20
Add coverage gathering with grcov
Nadrieril
1
-7
/
+17
2020-03-20
Remove more unnecessary parens in printer
Nadrieril
3
-10
/
+35
2020-03-20
Commit output of printer
Nadrieril
1
-23
/
+23
2020-03-20
Parse RFC3986 URLs
Nadrieril
2
-2
/
+22
2020-03-18
Update to latest pest_consume to remove spurious clippy warning
Nadrieril
1
-1
/
+0
2020-03-18
Cut release
Nadrieril
1
-1
/
+1
2020-03-17
Remove never_type feature
Nadrieril
4
-19
/
+19
2020-03-17
Run clippy
Nadrieril
16
-126
/
+172
2020-03-11
Implement record puns
Nadrieril
4
-1
/
+9
2020-03-10
Add support for `with` keyword
Nadrieril
3
-1
/
+44
2020-03-05
Implement conservative sanity checking
Nadrieril
3
-56
/
+77
2020-03-05
Cache imports correctly
Nadrieril
3
-21
/
+21
2020-03-05
Implement remote imports and cleanup import chaining
Nadrieril
9
-117
/
+185
2020-03-05
Implement remote `as Location` resolution
Nadrieril
2
-2
/
+13
2020-03-05
Implement `as Text` imports
Nadrieril
2
-4
/
+22
2020-03-05
Refactor resolve a bit
Nadrieril
1
-80
/
+76
2020-03-05
Implement `missing` and `env:VAR` imports
Nadrieril
3
-8
/
+20
2020-03-05
Add a lot of import tests
Nadrieril
1
-1
/
+1
2020-03-05
Run tests from repo root as specified in spec
Nadrieril
1
-1
/
+7
2020-03-05
Implement `as Location` imports
Nadrieril
3
-59
/
+102
2020-03-05
Implement some normalization simplifications
Nadrieril
2
-77
/
+81
2020-03-02
Normalization for ProjectionByExpr
Basile Henry
2
-4
/
+35
2020-02-21
Cut release
Nadrieril
1
-1
/
+1
2020-02-20
Add support for dotted field syntax
Nadrieril
2
-2
/
+14
2020-02-20
Add support for duplicate record fields
Nadrieril
4
-21
/
+46
2020-02-19
Expose fewer pub things
Nadrieril
5
-48
/
+13
2020-02-19
Avoid re-typechecking after import
Nadrieril
7
-15
/
+26
2020-02-18
Discard import headers while we don't use them
Nadrieril
3
-13
/
+10
2020-02-18
Remove useless `normalize` option from ToExprOptions
Nadrieril
3
-26
/
+6
[next]