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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-05
Fix error handling in macros
Nadrieril
1
-2
/
+2
2019-03-05
Remove @get_err entrypoints from macros
Nadrieril
1
-37
/
+20
2019-03-05
Prepare for more flexible matching in match_children!
Nadrieril
1
-19
/
+58
2019-03-05
Split branching from typing in match_children!
Nadrieril
1
-31
/
+49
2019-03-05
Parse single quote literals
Nadrieril
1
-17
/
+54
2019-03-05
Extract non-parser-specific behavior from match_children!
Nadrieril
1
-63
/
+126
2019-03-05
Improve error handling in match_children!
Nadrieril
1
-15
/
+28
2019-03-05
Allow empty match in match_children!
Nadrieril
2
-3
/
+8
2019-03-05
Fix in match_iter error handling
Nadrieril
1
-1
/
+4
2019-03-05
Remove unused unstable features
Nadrieril
2
-5
/
+4
2019-03-05
Tweak rustfmt options
Nadrieril
1
-42
/
+55
2019-03-05
Parse more of the AST
Nadrieril
1
-0
/
+87
2019-03-05
Allow branching in match_children! macro
Nadrieril
1
-31
/
+107
2019-03-04
Make some annotations optional in AST
Nadrieril
4
-36
/
+74
2019-03-03
Rollback partial move towards manual stack
Nadrieril
1
-170
/
+124
2019-03-03
Parse more of the AST
Nadrieril
3
-15
/
+22
2019-03-03
Extract iter-matching code
Nadrieril
1
-32
/
+110
2019-03-03
Indent
Nadrieril
1
-114
/
+112
2019-03-03
Wrap intermediary parsed values into a common variant
Nadrieril
1
-29
/
+72
2019-03-03
tweak
Nadrieril
1
-9
/
+10
2019-03-03
Brutally increase stack size
Nadrieril
1
-41
/
+23
2019-03-03
Refactor parser using nom-like macros
Nadrieril
1
-140
/
+228
2019-03-03
Parse more AST nodes
Nadrieril
1
-33
/
+100
2019-03-03
Handle errors in parser
Nadrieril
2
-58
/
+34
2019-03-03
Parse builtins
Nadrieril
2
-22
/
+39
2019-03-03
Write macros to streamline parsing
Nadrieril
2
-25
/
+59
2019-03-03
Merge builtins in a single enum
Nadrieril
5
-134
/
+103
2019-03-02
Add parser/failure tests from spec
Nadrieril
2
-82
/
+83
2019-03-02
Start implementing parsing on top of pest
Nadrieril
2
-24
/
+108
2019-03-02
Move part of parser into its own crate to limit recompilation times
Nadrieril
3
-196
/
+1
2019-03-01
Split abnf_to_pest and dhall into their own crates
Nadrieril
45
-0
/
+4440