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_syntax
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-0
/
+0
2019-04-14
Document roughly the dhall subcrates
Nadrieril
1
-0
/
+5
2019-04-14
Rewrite map methods with Visitor traits
Nadrieril
1
-0
/
+1
2019-04-08
Circumvent https://github.com/rust-lang/rust/issues/59803
Nadrieril
1
-1
/
+0
2019-04-08
clippy
Nadrieril
1
-1
/
+2
2019-03-27
Integrate the special patterns from match_children!() into iter_patterns
Nadrieril
1
-0
/
+1
2019-03-26
Derive DhallType for structs
Nadrieril
1
-2
/
+0
2019-03-24
Lay groundwork for DhallType deriving
Nadrieril
1
-0
/
+2
2019-03-21
Reorganize dhall_core a bit
Nadrieril
1
-2
/
+11
2019-03-20
Cleanup parser code
Nadrieril
1
-1
/
+0
2019-03-20
Obsolete old parser macros; performance is now dead
Nadrieril
1
-1
/
+1
2019-03-20
Handle simple parsing cases with new macros
Nadrieril
1
-0
/
+2
2019-03-15
Get rid of box patterns
Nadrieril
1
-1
/
+0
2019-03-15
Revert "Start rewriting parser with slice patterns"
Nadrieril
1
-1
/
+0
2019-03-15
Start rewriting parser with slice patterns
Nadrieril
1
-0
/
+1
2019-03-09
Obey clippy lints
Nadrieril
1
-0
/
+5
2019-03-09
Use new Label type instead of &str in parser
Nadrieril
1
-1
/
+0
2019-03-06
Finally get rid of old parser
Nadrieril
1
-3
/
+0
2019-03-06
rustfmt
Nadrieril
1
-1
/
+1
2019-03-06
Move context to dhall_core
Nadrieril
1
-0
/
+1
2019-03-06
Split-off core into its own crate
Nadrieril
1
-3
/
+1
2019-03-05
Allow empty match in match_children!
Nadrieril
1
-0
/
+1
2019-03-05
Remove unused unstable features
Nadrieril
1
-2
/
+0
2019-03-03
Handle errors in parser
Nadrieril
1
-0
/
+1
2019-03-03
Write macros to streamline parsing
Nadrieril
1
-0
/
+1
2019-03-02
Move part of parser into its own crate to limit recompilation times
Nadrieril
1
-2
/
+1
2019-03-01
Split abnf_to_pest and dhall into their own crates
Nadrieril
1
-0
/
+0
2019-02-28
Auto-generate pest file from spec abnf
Nadrieril
1
-0
/
+1
2019-02-27
Add one test from the spec
Nadrieril
1
-0
/
+11