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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change syntax of parser macros
Nadrieril
2019-03-20
1
-148
/
+148
*
Remove binop special case in parser; cleanup
Nadrieril
2019-03-20
1
-50
/
+66
*
Cleanup parser code
Nadrieril
2019-03-20
2
-125
/
+49
*
Restore parser performance
Nadrieril
2019-03-20
1
-310
/
+82
*
Obsolete old parser macros; performance is now dead
Nadrieril
2019-03-20
2
-189
/
+266
*
Handle simple parsing cases with new macros
Nadrieril
2019-03-20
3
-110
/
+127
*
Wrap all parsing rules into a common variant
Nadrieril
2019-03-19
1
-83
/
+153
*
Extract the core of parser macros into a separate crate
Nadrieril
2019-03-19
2
-131
/
+46
*
Test printer in parser tests
Nadrieril
2019-03-19
2
-21
/
+68
*
Split List literal between empty and non-empty
Nadrieril
2019-03-18
2
-15
/
+14
*
Considerably simplify subst, shift and typechecking
Nadrieril
2019-03-18
1
-250
/
+100
*
Clean up some mess relating to Clone bounds
Nadrieril
2019-03-17
2
-68
/
+30
*
Use Rc consistently everywhere
Nadrieril
2019-03-17
1
-145
/
+139
*
Use Rc instead of Box in AST to allow structural sharing
Nadrieril
2019-03-16
2
-72
/
+75
*
Use Box more uniformly in AST
Nadrieril
2019-03-16
2
-58
/
+58
*
Store an Option in OptionalLit instead of a vec
Nadrieril
2019-03-16
2
-11
/
+11
*
Get rid of box patterns
Nadrieril
2019-03-15
1
-1
/
+0
*
Store a vec in App
Nadrieril
2019-03-15
2
-12
/
+27
*
Revert "Start rewriting parser with slice patterns"
Nadrieril
2019-03-15
2
-123
/
+30
*
Start rewriting parser with slice patterns
Nadrieril
2019-03-15
2
-30
/
+123
*
rustfmt
Nadrieril
2019-03-14
1
-5
/
+16
*
Handle and parse interpolated strings
Nadrieril
2019-03-14
2
-29
/
+154
*
Implement binary decoding
Nadrieril
2019-03-14
1
-3
/
+3
*
rustfmt
Nadrieril
2019-03-12
1
-16
/
+15
*
Handle Some and None builtins
Nadrieril
2019-03-12
1
-6
/
+18
*
Greatly reduce parser stack usage
Nadrieril
2019-03-12
1
-74
/
+79
*
Add some explanatory comments
Nadrieril
2019-03-11
1
-0
/
+5
*
Fix stack overflows in prelude tests
Nadrieril
2019-03-11
1
-37
/
+20
*
Normalize lazily
Nadrieril
2019-03-11
1
-0
/
+1
*
Use Rc<str> for Label
Nadrieril
2019-03-10
1
-6
/
+8
*
Obey clippy lints
Nadrieril
2019-03-09
3
-11
/
+15
*
Remove the pervasive Label type parameter
Nadrieril
2019-03-09
2
-107
/
+65
*
Use new Label type everywhere
Nadrieril
2019-03-09
1
-82
/
+37
*
Use new Label type instead of &str in parser
Nadrieril
2019-03-09
4
-61
/
+105
*
A whole new bunch of tests now pass !
Nadrieril
2019-03-09
1
-65
/
+65
*
rustfmt
Nadrieril
2019-03-09
1
-22
/
+31
*
First import works !
Nadrieril
2019-03-09
2
-1
/
+13
*
Clean up some of the mess
Nadrieril
2019-03-08
1
-2
/
+13
*
Rename Expr back to its true name
Nadrieril
2019-03-08
3
-127
/
+126
*
Finally get rid of all the &'i str
Nadrieril
2019-03-08
1
-10
/
+10
*
Make labels non-Copy
Nadrieril
2019-03-08
1
-96
/
+91
*
Slowly propagate the new type parameter throughout the codebase
Nadrieril
2019-03-08
2
-87
/
+186
*
Generalise Context on its type of keys
Nadrieril
2019-03-08
1
-8
/
+10
*
Make Expr generic in its type of labels
Nadrieril
2019-03-08
2
-92
/
+93
*
Revert "Start moving strs in the AST"
Nadrieril
2019-03-07
3
-170
/
+166
*
Start moving strs in the AST
Nadrieril
2019-03-07
3
-166
/
+170
*
rustfmt
Nadrieril
2019-03-06
1
-5
/
+3
*
Finally get rid of old parser
Nadrieril
2019-03-06
7
-610
/
+22
*
Start parsing imports
Nadrieril
2019-03-06
3
-18
/
+134
*
Reorder rule in parser to match grammar
Nadrieril
2019-03-06
1
-108
/
+110
[next]