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
2020-01-16
release
Nadrieril
1
-1
/
+1
2019-12-24
Release new version
Nadrieril
1
-1
/
+1
2019-12-21
Bump dhall version
Nadrieril
1
-1
/
+1
2019-12-21
Prepare for publishing on crates.io
Nadrieril
1
-0
/
+1
2019-12-20
Move error module to root of crate
Nadrieril
1
-0
/
+1
2019-12-15
Move contents of dhall_syntax to dhall
Nadrieril
1
-3
/
+1
2019-12-15
Refer to semantics module properly
Nadrieril
1
-2
/
+0
2019-12-15
Move contents of dhall under a semantics submodule
Nadrieril
1
-3
/
+2
2019-12-15
Reexport dhall_syntax as a module in dhall
Nadrieril
1
-0
/
+4
2019-11-11
Update rust toolchain
Nadrieril
1
-1
/
+0
2019-11-11
Generate import tests automatically
Nadrieril
1
-1
/
+0
2019-08-26
Tweak tests to avoid double compilation
Nadrieril
1
-1
/
+0
2019-08-15
Disable some unused unstable features
Nadrieril
1
-6
/
+0
2019-08-13
Move api into its own crate
Nadrieril
1
-110
/
+2
2019-05-12
clippy
Nadrieril
1
-1
/
+3
2019-05-09
Rewrite Deserialize trait around new Value and Type
Nadrieril
1
-1
/
+0
2019-05-09
Rewrite the StaticType trait and everything around it
Nadrieril
1
-5
/
+5
2019-05-09
Make shift fallible and improve shift ergonomics
Nadrieril
1
-0
/
+1
2019-05-06
Move main datatypes into their own modules
Nadrieril
1
-3
/
+5
2019-05-06
Move api-related modules into an api module
Nadrieril
1
-38
/
+3
2019-05-06
Consolidate errors in the error module
Nadrieril
1
-1
/
+0
2019-05-06
Reorganize dhall into a phase structure
Nadrieril
1
-9
/
+2
2019-05-04
Rename dhall_generator to dhall_proc_macros
Nadrieril
1
-1
/
+1
2019-04-30
Pass references when possible
Nadrieril
1
-0
/
+1
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
[next]