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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Borrow type annotation
Nadrieril
2020-04-05
1
-10
/
+8
*
Rewrite builder with state machine to allow parse::<>
Nadrieril
2020-04-05
3
-97
/
+140
*
Make Deserializer functions the only functions
Nadrieril
2020-04-05
9
-315
/
+37
*
Document Deserializer methods
Nadrieril
2020-04-05
3
-18
/
+199
*
Rename Deserialize trait to FromDhall
Nadrieril
2020-04-05
6
-14
/
+14
*
Rename Options to Deserializer
Nadrieril
2020-04-05
1
-13
/
+21
*
Add a test
Nadrieril
2020-04-05
3
-4
/
+10
*
More doc
Nadrieril
2020-03-31
4
-74
/
+128
*
Hide serde Error internals
Nadrieril
2020-03-31
5
-18
/
+27
*
Go mad with doc macros
Nadrieril
2020-03-31
3
-106
/
+267
*
Document more
Nadrieril
2020-03-31
3
-26
/
+58
*
Move mod simple into value
Nadrieril
2020-03-31
5
-245
/
+240
*
Hide Value from API
Nadrieril
2020-03-31
2
-5
/
+5
*
Rework SimpleValue
Nadrieril
2020-03-31
3
-50
/
+35
*
Rework SimpleType
Nadrieril
2020-03-31
8
-89
/
+125
*
Hide SimpleValue from api
Nadrieril
2020-03-31
3
-9
/
+6
*
Add a bunch of TODOs
Nadrieril
2020-03-31
8
-4
/
+25
*
Reorganize API and internals of serde_dhall a bit
Nadrieril
2020-03-31
12
-76
/
+152
*
Ensure version numbers are kept in sync
Nadrieril
2020-03-31
7
-0
/
+171
*
Test README code samples using doc_comment
Nadrieril
2020-03-31
4
-1
/
+14
*
Introduce option builder
Nadrieril
2020-03-31
10
-39
/
+173
*
Fix versions of dependent local crates
Nadrieril
2020-03-31
1
-2
/
+2
*
Expose simple::Val/Ty properly in the API
Nadrieril
2020-03-31
7
-169
/
+132
*
Move Value, SimpleValue and SimpleType to serde
Nadrieril
2020-03-31
8
-248
/
+257
*
Brutally make all of dhall pub
Nadrieril
2020-03-31
28
-124
/
+125
*
Revert "Start overengineering SimpleVal/Ty"
Nadrieril
2020-03-31
1
-120
/
+31
*
Start overengineering SimpleVal/Ty
Nadrieril
2020-03-31
1
-31
/
+120
*
Nir::normalize isn't useful
Nadrieril
2020-03-31
4
-90
/
+3
*
Improve handling of builtin types in Nir
Nadrieril
2020-03-31
5
-86
/
+66
*
Reorganize serde modules
Nadrieril
2020-03-31
7
-209
/
+182
*
Move conversion to SimpleVal/Ty to simple module
Nadrieril
2020-03-31
3
-84
/
+84
*
Use dhall::Value more in serde
Nadrieril
2020-03-31
3
-36
/
+34
*
Remove top-level Expr aliases
Nadrieril
2020-03-31
8
-45
/
+32
*
Rename LitKind to NumKind
Nadrieril
2020-03-31
12
-107
/
+107
*
Limit dependency on Normalized
Nadrieril
2020-03-31
2
-84
/
+42
*
Remove Normalized and friends from public API
Nadrieril
2020-03-31
4
-32
/
+21
*
Add new Value type in API
Nadrieril
2020-03-31
4
-33
/
+86
*
Add SimpleType to mirror SimpleValue
Nadrieril
2020-03-31
5
-37
/
+138
*
Split serde_dhall::Value to separate values from types
Nadrieril
2020-03-31
6
-42
/
+88
*
Add SimpleValue type to facilitate deserialization
Nadrieril
2020-03-31
6
-75
/
+119
*
Merge pull request #156 from Nadrieril/fix-155
Nadrieril
2020-03-31
116
-131
/
+128
|
\
|
*
Fix indexing for spans that go to the end of the input
Nadrieril
2020-03-31
2
-5
/
+10
|
*
Upgrade annotate-snippets version
Nadrieril
2020-03-31
115
-127
/
+119
|
/
*
Tweak changelog again
Nadrieril
2020-03-21
1
-5
/
+5
*
Tweak README
Nadrieril
2020-03-21
1
-5
/
+5
*
Merge pull request #153 from Nadrieril/grcov
Nadrieril Feneanar
2020-03-20
3
-15
/
+90
|
\
|
*
Split coverage by feature
Nadrieril
2020-03-20
1
-0
/
+50
|
*
Add coverage gathering with grcov
Nadrieril
2020-03-20
3
-15
/
+40
|
/
*
Reduce duplication in build.rs
Nadrieril
2020-03-20
1
-37
/
+40
*
No need for `extern crate proc_macro` anymore
Nadrieril
2020-03-20
1
-2
/
+0
[next]