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-03-17
Run clippy
Nadrieril
1
-6
/
+4
2020-03-05
Implement remote imports and cleanup import chaining
Nadrieril
1
-2
/
+6
2020-02-21
Cut release
Nadrieril
1
-1
/
+1
2020-02-19
Avoid re-typechecking after import
Nadrieril
1
-0
/
+3
2020-02-18
Remove useless `normalize` option from ToExprOptions
Nadrieril
1
-15
/
+4
2020-02-18
Borrow relevant Hir from Tir
Nadrieril
1
-7
/
+18
2020-02-17
Rename Value to Nir
Nadrieril
1
-19
/
+17
2020-02-17
Rename TyExpr to Tir
Nadrieril
1
-4
/
+2
2020-02-15
Introduce proper Type struct
Nadrieril
1
-1
/
+1
2020-02-13
TyExpr always carries a type
Nadrieril
1
-1
/
+1
2020-02-11
Remove the Embed variant from ExprKind
Nadrieril
1
-4
/
+4
2020-02-09
Take Hir for typecheck
Nadrieril
1
-3
/
+7
2020-02-09
Resolve variables alongside import resolution
Nadrieril
1
-9
/
+16
2020-02-09
Remove move type propagation through Value
Nadrieril
1
-22
/
+10
2020-02-09
Upgrade Rust toolchain
Nadrieril
1
-2
/
+0
2020-02-09
Massively deduplicate test harness
Nadrieril
1
-0
/
+11
2020-01-30
Remove type parameter from ValueKind
Nadrieril
1
-4
/
+1
2020-01-30
Move parse and resolve up a level
Nadrieril
1
-3
/
+3
2020-01-30
Move main API to lib.rs
Nadrieril
1
-0
/
+244
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
[next]