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
/
lib.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start separating normalized values from syntactic expressions
Nadrieril
2019-04-19
1
-0
/
+1
*
rustfmt
Nadrieril
2019-04-15
1
-4
/
+4
*
Namespace deserialization functions in a `de` submodule
Nadrieril
2019-04-14
1
-40
/
+44
*
clippy
Nadrieril
2019-04-14
1
-1
/
+2
*
docs: document import resolution root
Nadrieril
2019-04-13
1
-4
/
+6
*
Document all of the API
Nadrieril
2019-04-13
1
-1
/
+16
*
Restrict public API to its most minimal expression
Nadrieril
2019-04-12
1
-4
/
+4
*
Abstract get_type() into a trait
Nadrieril
2019-04-11
1
-3
/
+3
*
Add basic deserialization support
Nadrieril
2019-04-11
1
-4
/
+3
*
Add error submodule
Nadrieril
2019-04-10
1
-2
/
+3
*
Write main lib doc
Nadrieril
2019-04-10
1
-0
/
+106
*
Prepare for serde support
Nadrieril
2019-04-10
1
-0
/
+1
*
Add a new Deserialize trait for reading dhall values
Nadrieril
2019-04-10
1
-0
/
+14
*
Add SimpleType and SimpeStaticType. Derive the latter
Nadrieril
2019-04-10
1
-1
/
+2
*
clippy
Nadrieril
2019-04-08
1
-0
/
+1
*
Limit public API
Nadrieril
2019-04-08
1
-5
/
+2
*
Move spec tests into the relevant files
Nadrieril
2019-04-08
1
-0
/
+8
*
Restrict public API
Nadrieril
2019-04-07
1
-7
/
+5
*
Move binary decoding to new API
Nadrieril
2019-04-06
1
-1
/
+1
*
Define some newtypes for Expr
Nadrieril
2019-04-06
1
-8
/
+2
*
Rename some modules
Nadrieril
2019-04-06
1
-3
/
+3
*
s/Type/StaticType/
Nadrieril
2019-04-06
1
-2
/
+1
*
Split dhall_expr!() into 2
Nadrieril
2019-04-06
1
-0
/
+2
*
Remove some redundant namespacing
Nadrieril
2019-03-31
1
-1
/
+2
*
Derive DhallType for structs
Nadrieril
2019-03-26
1
-0
/
+2
*
Lay groundwork for DhallType deriving
Nadrieril
2019-03-24
1
-1
/
+0
*
oops
Nadrieril
2019-03-22
1
-7
/
+7
*
Improve import handling in parser
Nadrieril
2019-03-21
1
-1
/
+10
*
Get rid of box patterns
Nadrieril
2019-03-15
1
-1
/
+0
*
Implement binary decoding
Nadrieril
2019-03-14
1
-0
/
+2
*
Obey clippy lints
Nadrieril
2019-03-09
1
-0
/
+5
*
First import works !
Nadrieril
2019-03-09
1
-46
/
+1
*
Rename Expr back to its true name
Nadrieril
2019-03-08
1
-1
/
+1
*
Finally get rid of all the &'i str
Nadrieril
2019-03-08
1
-1
/
+2
*
rustfmt
Nadrieril
2019-03-08
1
-1
/
+1
*
Slowly propagate the new type parameter throughout the codebase
Nadrieril
2019-03-08
1
-1
/
+1
*
Make test harness less macro-y
Nadrieril
2019-03-07
1
-0
/
+46
*
rustfmt
Nadrieril
2019-03-06
1
-1
/
+1
*
Start parsing imports
Nadrieril
2019-03-06
1
-1
/
+1
*
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
2019-03-06
1
-0
/
+4
*
Move context to dhall_core
Nadrieril
2019-03-06
1
-1
/
+0
*
Split-off core into its own crate
Nadrieril
2019-03-06
1
-7
/
+0
*
Allow empty match in match_children!
Nadrieril
2019-03-05
1
-0
/
+1
*
Remove unused unstable features
Nadrieril
2019-03-05
1
-2
/
+0
*
Handle errors in parser
Nadrieril
2019-03-03
1
-0
/
+1
*
Write macros to streamline parsing
Nadrieril
2019-03-03
1
-0
/
+1
*
Move part of parser into its own crate to limit recompilation times
Nadrieril
2019-03-02
1
-2
/
+1
*
Split abnf_to_pest and dhall into their own crates
Nadrieril
2019-03-01
1
-0
/
+12