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
*
Cut release
Nadrieril
2020-02-21
1
-1
/
+1
*
Avoid re-typechecking after import
Nadrieril
2020-02-19
1
-0
/
+3
*
Remove useless `normalize` option from ToExprOptions
Nadrieril
2020-02-18
1
-15
/
+4
*
Borrow relevant Hir from Tir
Nadrieril
2020-02-18
1
-7
/
+18
*
Rename Value to Nir
Nadrieril
2020-02-17
1
-19
/
+17
*
Rename TyExpr to Tir
Nadrieril
2020-02-17
1
-4
/
+2
*
Introduce proper Type struct
Nadrieril
2020-02-15
1
-1
/
+1
*
TyExpr always carries a type
Nadrieril
2020-02-13
1
-1
/
+1
*
Remove the Embed variant from ExprKind
Nadrieril
2020-02-11
1
-4
/
+4
*
Take Hir for typecheck
Nadrieril
2020-02-09
1
-3
/
+7
*
Resolve variables alongside import resolution
Nadrieril
2020-02-09
1
-9
/
+16
*
Remove move type propagation through Value
Nadrieril
2020-02-09
1
-22
/
+10
*
Upgrade Rust toolchain
Nadrieril
2020-02-09
1
-2
/
+0
*
Massively deduplicate test harness
Nadrieril
2020-02-09
1
-0
/
+11
*
Remove type parameter from ValueKind
Nadrieril
2020-01-30
1
-4
/
+1
*
Move parse and resolve up a level
Nadrieril
2020-01-30
1
-3
/
+3
*
Move main API to lib.rs
Nadrieril
2020-01-30
1
-0
/
+244
*
release
Nadrieril
2020-01-16
1
-1
/
+1
*
Release new version
Nadrieril
2019-12-24
1
-1
/
+1
*
Bump dhall version
Nadrieril
2019-12-21
1
-1
/
+1
*
Prepare for publishing on crates.io
Nadrieril
2019-12-21
1
-0
/
+1
*
Move error module to root of crate
Nadrieril
2019-12-20
1
-0
/
+1
*
Move contents of dhall_syntax to dhall
Nadrieril
2019-12-15
1
-3
/
+1
*
Refer to semantics module properly
Nadrieril
2019-12-15
1
-2
/
+0
*
Move contents of dhall under a semantics submodule
Nadrieril
2019-12-15
1
-3
/
+2
*
Reexport dhall_syntax as a module in dhall
Nadrieril
2019-12-15
1
-0
/
+4
*
Update rust toolchain
Nadrieril
2019-11-11
1
-1
/
+0
*
Generate import tests automatically
Nadrieril
2019-11-11
1
-1
/
+0
*
Tweak tests to avoid double compilation
Nadrieril
2019-08-26
1
-1
/
+0
*
Disable some unused unstable features
Nadrieril
2019-08-15
1
-6
/
+0
*
Move api into its own crate
Nadrieril
2019-08-13
1
-110
/
+2
*
clippy
Nadrieril
2019-05-12
1
-1
/
+3
*
Rewrite Deserialize trait around new Value and Type
Nadrieril
2019-05-09
1
-1
/
+0
*
Rewrite the StaticType trait and everything around it
Nadrieril
2019-05-09
1
-5
/
+5
*
Make shift fallible and improve shift ergonomics
Nadrieril
2019-05-09
1
-0
/
+1
*
Move main datatypes into their own modules
Nadrieril
2019-05-06
1
-3
/
+5
*
Move api-related modules into an api module
Nadrieril
2019-05-06
1
-38
/
+3
*
Consolidate errors in the error module
Nadrieril
2019-05-06
1
-1
/
+0
*
Reorganize dhall into a phase structure
Nadrieril
2019-05-06
1
-9
/
+2
*
Rename dhall_generator to dhall_proc_macros
Nadrieril
2019-05-04
1
-1
/
+1
*
Pass references when possible
Nadrieril
2019-04-30
1
-0
/
+1
*
Prepare for interop between two contexts
Nadrieril
2019-04-21
1
-0
/
+1
*
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
[next]