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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
improved_slice_patterns: various tweaks for crates.io
Nadrieril
2019-04-14
2
-2
/
+10
|
*
improved_slice_patterns: prepare for publishing
Nadrieril
2019-04-14
3
-6
/
+10
|
*
improved_slice_patterns: add README
Nadrieril
2019-04-14
1
-0
/
+23
|
*
improved_slice_patterns: relicense
Nadrieril
2019-04-14
1
-1
/
+1
|
*
improved_slice_patterns: Improve docs
Nadrieril
2019-04-14
1
-0
/
+21
|
*
improved_slice_patterns: doctests
Nadrieril
2019-04-14
2
-17
/
+26
|
*
improved_slice_patterns: use doc comments
Nadrieril
2019-04-14
1
-45
/
+45
|
*
Rename iter_patterns to improved_slice_patterns
Nadrieril
2019-04-14
6
-6
/
+6
|
*
Remove match_iter from iter_patterns
Nadrieril
2019-04-14
1
-32
/
+0
|
/
*
Update dependencies
Nadrieril
2019-04-14
2
-32
/
+32
*
Document roughly the dhall subcrates
Nadrieril
2019-04-14
3
-0
/
+17
*
Use upstream pest
Nadrieril
2019-04-14
3
-13
/
+4
*
Add import tests
Nadrieril
2019-04-14
2
-0
/
+40
*
Naming nitpick
Nadrieril
2019-04-14
1
-5
/
+5
*
Merge pull request #68 from basile-henry/cache-imports
Nadrieril Feneanar
2019-04-14
2
-20
/
+42
|
\
|
*
Cache imports
Basile Henry
2019-04-14
2
-20
/
+42
*
|
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
3
-74
/
+174
*
Rewrite map methods with Visitor traits
Nadrieril
2019-04-14
3
-110
/
+261
*
Implement `let` type synonyms
Nadrieril
2019-04-14
1
-51
/
+25
*
Fix a tiny normalization bug
Nadrieril
2019-04-14
1
-1
/
+1
*
Rework Expr printer with better separation of concerns
Nadrieril
2019-04-13
1
-142
/
+136
*
Implement ListAppend typechecking
Nadrieril
2019-04-13
1
-2
/
+20
*
Fix `let` parsing
Nadrieril
2019-04-13
2
-1
/
+2
*
Improve error display on test failure
Nadrieril
2019-04-13
1
-10
/
+20
*
Various typecheck improvements
Nadrieril
2019-04-13
1
-83
/
+93
*
Don't need dhall::expr!() for builtins
Nadrieril
2019-04-13
1
-15
/
+20
*
Split typecheck into two phases
Nadrieril
2019-04-13
1
-202
/
+214
*
Clarify role of dhall_generated_parser crate
Nadrieril
2019-04-13
10
-19
/
+15
*
docs: document import resolution root
Nadrieril
2019-04-13
1
-4
/
+6
*
Document all of the API
Nadrieril
2019-04-13
4
-10
/
+60
*
Remove some leftover dependencies
Nadrieril
2019-04-12
3
-10
/
+0
*
Restrict public API to its most minimal expression
Nadrieril
2019-04-12
8
-101
/
+111
*
docs: mark blocks that do not contain Rust code as text
Nadrieril
2019-04-12
1
-1
/
+1
*
Note nightlyness in README
Nadrieril
2019-04-12
1
-0
/
+2
*
Clarify license
Nadrieril
2019-04-12
7
-0
/
+10
*
Remove Gabriel Gonzalez from the list of copyright holders
Nadrieril
2019-04-12
1
-26
/
+0
*
Remove any remains from the standard or `dhall-haskell`
Nadrieril
2019-04-12
2
-147
/
+28
*
Add myself to LICENSE
Nadrieril
2019-04-12
1
-0
/
+24
*
oops
Nadrieril
2019-04-12
1
-2
/
+4
*
Fix README
Nadrieril
2019-04-12
1
-1
/
+1
*
Merge branch 'lifetimes'
Nadrieril
2019-04-12
14
-316
/
+398
|
\
|
*
Capture `Span`s in the AST and thread them through Parsed and Resolved
Nadrieril
2019-04-12
6
-98
/
+165
|
*
Avoid use of ExprF::as_ref when not needed
Nadrieril
2019-04-11
2
-75
/
+41
|
*
Thread lifetimes through other newtypes
Nadrieril
2019-04-11
9
-157
/
+177
|
*
Add lifetime parameters to Parsed and Resolved
Nadrieril
2019-04-11
5
-23
/
+52
|
/
*
Remove type parameter from TypeError
Nadrieril
2019-04-11
3
-28
/
+27
[prev]
[next]