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
/
Cargo.lock
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate pest file manually in the hopes to reduce spurious recompilations
Nadrieril
2019-03-08
1
-11
/
+2
*
Use upstream pest
Nadrieril
2019-03-07
1
-6
/
+14
*
Finally get rid of old parser
Nadrieril
2019-03-06
1
-564
/
+0
*
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
2019-03-06
1
-15
/
+1
*
Add proc_macro the generated dhall expressions
Nadrieril
2019-03-06
1
-0
/
+11
*
Split-off normalization into its own crate
Nadrieril
2019-03-06
1
-0
/
+14
*
Split-off core into its own crate
Nadrieril
2019-03-06
1
-0
/
+11
*
Handle errors in parser
Nadrieril
2019-03-03
1
-0
/
+1
*
Move part of parser into its own crate to limit recompilation times
Nadrieril
2019-03-02
1
-15
/
+15
*
Split abnf_to_pest and dhall into their own crates
Nadrieril
2019-03-01
1
-16
/
+23
*
Improve pest file layout
Nadrieril
2019-03-01
1
-0
/
+16
*
Auto-generate pest file from spec abnf
Nadrieril
2019-02-28
1
-0
/
+27
*
Start rewriting parser in pest
Nadrieril
2019-02-28
1
-4
/
+122
*
Revert "Try to update to latest nom"
Nadrieril
2019-02-27
1
-16
/
+18
*
Try to update to latest nom
Nadrieril
2019-02-27
1
-18
/
+16
*
Update dependencies
Nadrieril
2019-02-27
1
-134
/
+509
*
fixed some clippy warnings
Andre Bogus
2017-09-08
1
-120
/
+147
*
Colored error messages
NanoTech
2017-03-10
1
-0
/
+10
*
rustc-style error messages
NanoTech
2017-03-10
1
-0
/
+7
*
Initial commit
NanoTech
2017-03-10
1
-0
/
+274