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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
10
-3050
/
+0
2019-05-02
Update dhall-lang submodule
Nadrieril
2
-5
/
+46
2019-05-02
Update dhall-lang submodule
Nadrieril
1
-71
/
+51
2019-05-02
Update dhall-lang submodule
Nadrieril
2
-3
/
+8
2019-05-02
Update dhall-lang submodule
Nadrieril
2
-26
/
+41
2019-05-02
Remove shift0
Nadrieril
1
-23
/
+17
2019-04-30
Fix shifting. This completely destroys sharing so performance is dead.
Nadrieril
1
-1
/
+3
2019-04-29
Don't shift by mutable ref
Nadrieril
1
-7
/
+19
2019-04-29
Properly substitute when typing App
Nadrieril
1
-8
/
+15
2019-04-22
Remove now obsolete subst_shift
Nadrieril
1
-42
/
+1
2019-04-21
Prepare for interop between two contexts
Nadrieril
1
-13
/
+21
2019-04-20
An empty optional value is purely semantic
Nadrieril
4
-14
/
+6
2019-04-20
Implement more normalization simplifications
Nadrieril
1
-27
/
+24
2019-04-20
improved_slice_patterns now returns ownership on error
Nadrieril
2
-2
/
+2
2019-04-20
Text interpolation
Nadrieril
1
-4
/
+4
2019-04-20
Text literals
Nadrieril
1
-2
/
+14
2019-04-19
A union constructor is a purely semantic value
Nadrieril
3
-15
/
+0
2019-04-19
Make App() only store one argument
Nadrieril
4
-16
/
+7
2019-04-18
Label is redundant in EnvItem::Skip
Nadrieril
1
-2
/
+4
2019-04-18
Use a context for substitution in normalization
Nadrieril
1
-1
/
+7
2019-04-18
subst_shift in a single pass
Nadrieril
2
-5
/
+71
2019-04-18
Use argument-position impl trait for mapping functions
Nadrieril
1
-87
/
+39
2019-04-18
Remove more duplication
Nadrieril
2
-62
/
+34
2019-04-18
Avoid an unnecessary unroll()
Nadrieril
2
-27
/
+52
2019-04-18
Add even more general visitor trait
Nadrieril
1
-55
/
+140
2019-04-18
Reduce duplication between mapping functions
Nadrieril
2
-58
/
+33
2019-04-18
Deprecate some things
Nadrieril
2
-21
/
+6
2019-04-18
Merge impl blocks
Nadrieril
1
-106
/
+104
2019-04-18
Consistent type variable naming
Nadrieril
1
-33
/
+34
2019-04-18
Start cleaning up the mess of mapping functions
Nadrieril
2
-23
/
+130
2019-04-18
Simplify implementation of shift and subst_shift
Nadrieril
1
-27
/
+31
2019-04-17
Normalize union constructors
Nadrieril
3
-4
/
+19
2019-04-16
rustfmt
Nadrieril
1
-1
/
+2
2019-04-16
Update dhall-lang submodule
Nadrieril
1
-6
/
+11
2019-04-16
Tiny rename to save myself a lot of pain
Nadrieril
1
-27
/
+27
2019-04-16
Handle nullary union variants
Nadrieril
1
-1
/
+8
2019-04-16
Prepare for nullary union variants
Nadrieril
4
-21
/
+51
2019-04-16
Fix union constructor typechecking
Nadrieril
1
-0
/
+6
2019-04-16
Doc tweak
Nadrieril
1
-8
/
+8
2019-04-15
Handle empty optionals correctly
Nadrieril
4
-6
/
+18
2019-04-15
Remove leftover bx() function
Nadrieril
1
-6
/
+1
2019-04-14
clippy
Nadrieril
2
-3
/
+3
2019-04-14
Use crates.io improved_slice_patterns on top of path dep
Nadrieril
1
-1
/
+1
2019-04-14
Rename iter_patterns to improved_slice_patterns
Nadrieril
2
-2
/
+2
2019-04-14
Document roughly the dhall subcrates
Nadrieril
1
-0
/
+5
2019-04-14
Use upstream pest
Nadrieril
1
-1
/
+1
2019-04-14
Document why Visitor is needed
Nadrieril
1
-0
/
+12
2019-04-14
Cache imports
Basile Henry
1
-8
/
+8
2019-04-14
Remove unused ExprF::as_ref
Nadrieril
1
-47
/
+0
2019-04-14
Improve visitor trait hierarchy
Nadrieril
2
-87
/
+226
[next]