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_core
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
A union constructor is a purely semantic value
Nadrieril
2019-04-19
3
-15
/
+0
*
Make App() only store one argument
Nadrieril
2019-04-19
4
-16
/
+7
*
Label is redundant in EnvItem::Skip
Nadrieril
2019-04-18
1
-2
/
+4
*
Use a context for substitution in normalization
Nadrieril
2019-04-18
1
-1
/
+7
*
subst_shift in a single pass
Nadrieril
2019-04-18
2
-5
/
+71
*
Use argument-position impl trait for mapping functions
Nadrieril
2019-04-18
1
-87
/
+39
*
Remove more duplication
Nadrieril
2019-04-18
2
-62
/
+34
*
Avoid an unnecessary unroll()
Nadrieril
2019-04-18
2
-27
/
+52
*
Add even more general visitor trait
Nadrieril
2019-04-18
1
-55
/
+140
*
Reduce duplication between mapping functions
Nadrieril
2019-04-18
2
-58
/
+33
*
Deprecate some things
Nadrieril
2019-04-18
2
-21
/
+6
*
Merge impl blocks
Nadrieril
2019-04-18
1
-106
/
+104
*
Consistent type variable naming
Nadrieril
2019-04-18
1
-33
/
+34
*
Start cleaning up the mess of mapping functions
Nadrieril
2019-04-18
2
-23
/
+130
*
Simplify implementation of shift and subst_shift
Nadrieril
2019-04-18
1
-27
/
+31
*
Normalize union constructors
Nadrieril
2019-04-17
3
-4
/
+19
*
rustfmt
Nadrieril
2019-04-16
1
-1
/
+2
*
Update dhall-lang submodule
Nadrieril
2019-04-16
1
-6
/
+11
*
Tiny rename to save myself a lot of pain
Nadrieril
2019-04-16
1
-27
/
+27
*
Handle nullary union variants
Nadrieril
2019-04-16
1
-1
/
+8
*
Prepare for nullary union variants
Nadrieril
2019-04-16
4
-21
/
+51
*
Fix union constructor typechecking
Nadrieril
2019-04-16
1
-0
/
+6
*
Doc tweak
Nadrieril
2019-04-16
1
-8
/
+8
*
Handle empty optionals correctly
Nadrieril
2019-04-15
4
-6
/
+18
*
Remove leftover bx() function
Nadrieril
2019-04-15
1
-6
/
+1
*
clippy
Nadrieril
2019-04-14
2
-3
/
+3
*
Rename iter_patterns to improved_slice_patterns
Nadrieril
2019-04-14
1
-1
/
+1
*
Document roughly the dhall subcrates
Nadrieril
2019-04-14
1
-0
/
+5
*
Merge pull request #68 from basile-henry/cache-imports
Nadrieril Feneanar
2019-04-14
1
-8
/
+8
|
\
|
*
Cache imports
Basile Henry
2019-04-14
1
-8
/
+8
*
|
Document why Visitor is needed
Nadrieril
2019-04-14
1
-0
/
+12
|
/
*
Remove unused ExprF::as_ref
Nadrieril
2019-04-14
1
-47
/
+0
*
Improve visitor trait hierarchy
Nadrieril
2019-04-14
2
-87
/
+226
*
Remove leftover comment
Nadrieril
2019-04-14
1
-42
/
+0
*
Transform more mapping functions to use the Visitor trait
Nadrieril
2019-04-14
2
-73
/
+173
*
Rewrite map methods with Visitor traits
Nadrieril
2019-04-14
3
-110
/
+261
*
Rework Expr printer with better separation of concerns
Nadrieril
2019-04-13
1
-142
/
+136
*
Fix `let` parsing
Nadrieril
2019-04-13
1
-1
/
+1
*
Clarify role of dhall_generated_parser crate
Nadrieril
2019-04-13
1
-1
/
+1
*
docs: mark blocks that do not contain Rust code as text
Nadrieril
2019-04-12
1
-1
/
+1
*
Remove any remains from the standard or `dhall-haskell`
Nadrieril
2019-04-12
1
-145
/
+26
*
oops
Nadrieril
2019-04-12
1
-2
/
+4
*
Capture `Span`s in the AST and thread them through Parsed and Resolved
Nadrieril
2019-04-12
2
-81
/
+153
*
Avoid use of ExprF::as_ref when not needed
Nadrieril
2019-04-11
2
-75
/
+41
*
Respect import boundaries
Nadrieril
2019-04-11
1
-20
/
+46
*
`Some` is not a builtin, it's a keyword
Nadrieril
2019-04-11
3
-3
/
+0
*
Remove premature #[inline(always)]
Nadrieril
2019-04-11
1
-12
/
+0
*
Add basic deserialization support
Nadrieril
2019-04-11
2
-1
/
+3
*
Circumvent https://github.com/rust-lang/rust/issues/59803
Nadrieril
2019-04-08
1
-1
/
+0
*
clippy
Nadrieril
2019-04-08
4
-12
/
+13
[next]