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
/
serde_dhall
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-25
fix: update version_numbers test
Nadrieril
1
-2
/
+2
2020-06-25
doc: extract changelog to its own file
Nadrieril
1
-4
/
+4
2020-06-24
chore: upgrade dependencies using cargo-outdated
Nadrieril
1
-2
/
+2
2020-06-24
chore: reduce crate size using cargo-diet
Nadrieril
1
-0
/
+1
2020-05-30
Release serde_dhall version 0.5.3
Nadrieril
2
-2
/
+2
2020-05-30
Release dhall version 0.5.3
Nadrieril
1
-1
/
+1
2020-05-30
ci: test wasm
Nadrieril
3
-1
/
+16
2020-05-30
Make reqwest build on wasm
Nadrieril
1
-1
/
+0
2020-04-12
Release serde_dhall version 0.5.2
Nadrieril
2
-2
/
+2
2020-04-12
Release dhall version 0.5.2
Nadrieril
1
-1
/
+1
2020-04-10
Deserialize `Prelude.Map` and `toMap` to a map instead of a list
Nadrieril
3
-5
/
+58
2020-04-09
Move Label escaping out of its Display impl
Nadrieril
1
-2
/
+14
2020-04-09
Release serde_dhall version 0.5.1
Nadrieril
2
-2
/
+2
2020-04-09
Release dhall version 0.5.1
Nadrieril
1
-1
/
+1
2020-04-06
Move BinOp and Builtin definitions in the relevant module
Nadrieril
1
-1
/
+2
2020-04-06
Extract operation-related code to a new module
Nadrieril
1
-1
/
+2
2020-04-06
Split off operations from main expr enum
Nadrieril
1
-6
/
+7
2020-04-05
Fix cargo-release substitutions
Nadrieril
2
-2
/
+8
2020-04-05
Release serde_dhall version 0.5.0
Nadrieril
1
-1
/
+1
2020-04-05
Release dhall_proc_macros version 0.5.0
Nadrieril
1
-1
/
+1
2020-04-05
Release dhall version 0.5.0
Nadrieril
1
-1
/
+1
2020-04-05
Setup cargo-release
Nadrieril
2
-1
/
+31
2020-04-05
Doc tweaks
Nadrieril
1
-0
/
+4
2020-04-05
Fix clippy warnings
Nadrieril
2
-6
/
+4
2020-04-05
Final doc tweaks
Nadrieril
4
-58
/
+59
2020-04-05
Tweaks
Nadrieril
1
-10
/
+13
2020-04-05
Borrow type annotation
Nadrieril
1
-10
/
+8
2020-04-05
Rewrite builder with state machine to allow parse::<>
Nadrieril
3
-97
/
+140
2020-04-05
Make Deserializer functions the only functions
Nadrieril
8
-314
/
+36
2020-04-05
Document Deserializer methods
Nadrieril
3
-18
/
+199
2020-04-05
Rename Deserialize trait to FromDhall
Nadrieril
6
-14
/
+14
2020-04-05
Rename Options to Deserializer
Nadrieril
1
-13
/
+21
2020-04-05
Add a test
Nadrieril
1
-0
/
+8
2020-03-31
More doc
Nadrieril
4
-74
/
+128
2020-03-31
Hide serde Error internals
Nadrieril
5
-18
/
+27
2020-03-31
Go mad with doc macros
Nadrieril
3
-106
/
+267
2020-03-31
Document more
Nadrieril
3
-26
/
+58
2020-03-31
Move mod simple into value
Nadrieril
5
-245
/
+240
2020-03-31
Hide Value from API
Nadrieril
2
-5
/
+5
2020-03-31
Rework SimpleValue
Nadrieril
3
-50
/
+35
2020-03-31
Rework SimpleType
Nadrieril
7
-84
/
+120
2020-03-31
Hide SimpleValue from api
Nadrieril
3
-9
/
+6
2020-03-31
Add a bunch of TODOs
Nadrieril
8
-4
/
+25
2020-03-31
Reorganize API and internals of serde_dhall a bit
Nadrieril
7
-72
/
+144
2020-03-31
Ensure version numbers are kept in sync
Nadrieril
2
-0
/
+15
2020-03-31
Test README code samples using doc_comment
Nadrieril
2
-0
/
+6
2020-03-31
Introduce option builder
Nadrieril
4
-33
/
+155
2020-03-31
Fix versions of dependent local crates
Nadrieril
1
-2
/
+2
2020-03-31
Expose simple::Val/Ty properly in the API
Nadrieril
5
-160
/
+120
2020-03-31
Move Value, SimpleValue and SimpleType to serde
Nadrieril
5
-18
/
+253
[next]