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