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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
rustfmt
Nadrieril
1
-167
/
+292
2019-03-06
Add missing builtins
Nadrieril
1
-9
/
+27
2019-03-05
Merge binary operations in AST
Nadrieril
4
-126
/
+106
2019-03-05
Update test list
Nadrieril
2
-22
/
+22
2019-03-05
Use core aliases for number types
Nadrieril
1
-3
/
+4
2019-03-05
Parse doubles
Nadrieril
1
-0
/
+16
2019-03-05
Add literal_expression_raw back
Nadrieril
1
-29
/
+28
2019-03-05
Remove all external calls to match_pest
Nadrieril
1
-23
/
+25
2019-03-05
Rewrite most parse rules using rule!
Nadrieril
1
-174
/
+225
2019-03-05
Improve the ergonomics of matching
Nadrieril
1
-43
/
+41
2019-03-05
Implement more flexible matching
Nadrieril
1
-95
/
+106
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
2
-31
/
+108
2019-03-04
Make some annotations optional in AST
Nadrieril
4
-36
/
+74
2019-03-03
Use normalization tests to test the parser too
Nadrieril
1
-8
/
+19
2019-03-03
Add myself to authors in Cargo.toml
Nadrieril
1
-1
/
+1
2019-03-03
Rollback partial move towards manual stack
Nadrieril
1
-170
/
+124
2019-03-03
Parse more of the AST
Nadrieril
5
-19
/
+25
2019-03-03
Remove obsolete tests
Nadrieril
1
-2
/
+0
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
2
-42
/
+28
2019-03-03
Refactor parser using nom-like macros
Nadrieril
1
-140
/
+228
2019-03-03
Parse more AST nodes
Nadrieril
2
-35
/
+105
2019-03-03
Handle errors in parser
Nadrieril
3
-58
/
+35
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
4
-83
/
+100
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
6
-233
/
+3
2019-03-01
Split abnf_to_pest and dhall into their own crates
Nadrieril
51
-0
/
+4757