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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-20
Update pest_consume dependency
Nadrieril
1
-6
/
+6
2019-09-18
Extract pest_consume into its own crate
Nadrieril
1
-5
/
+8
2019-09-11
Add an example to pest_consume
Nadrieril
1
-0
/
+1
2019-09-10
Tentatively derive pest::Parser normally
Nadrieril
1
-2
/
+12
2019-09-10
Use proc_macro_hack to avoid the need for the proc_macro_hygiene feature
Nadrieril
1
-0
/
+13
2019-09-09
Move pest_consume macros into their own crate
Nadrieril
1
-1
/
+10
2019-09-09
Move pest_consume into its own crate
Nadrieril
1
-0
/
+9
2019-09-03
cargo upgrade and fix proc_macro2 version conflict
Nadrieril
1
-124
/
+100
2019-09-01
Change parser macros to use a function-like syntax
Nadrieril
1
-0
/
+7
2019-09-01
Rewrite the make_parser macro as a proc_macro
Nadrieril
1
-3
/
+39
2019-08-31
Don't URL-decode path segments
Nadrieril
1
-3
/
+3
2019-08-27
Rework parse macros to avoid the large ParsedValue enum
Nadrieril
1
-1
/
+0
2019-08-18
Rework ValueInternal and clarify invariants around ValueF
Nadrieril
1
-0
/
+1
2019-08-16
dhall_proc_macros actually does not depend on dhall_syntax anymore
Nadrieril
1
-1
/
+0
2019-08-13
Move api into its own crate
Nadrieril
1
-1
/
+10
2019-08-03
Update dhall-lang submodule
Nadrieril
1
-0
/
+7
2019-05-10
Write a custom map type that allows duplicates
Nadrieril
1
-0
/
+8
2019-05-04
Rename dhall_generator to dhall_proc_macros
Nadrieril
1
-2
/
+2
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-13
/
+13
2019-05-03
No need for extra stack in tests anymore
Nadrieril
1
-31
/
+0
2019-05-02
Update dhall-lang submodule
Nadrieril
1
-0
/
+7
2019-04-25
Revert "Try property testing against reference implementation"
Nadrieril
1
-267
/
+0
2019-04-25
Try property testing against reference implementation
Nadrieril
1
-0
/
+267
2019-04-20
Improve test failure ergonomics
Nadrieril
1
-0
/
+31
2019-04-20
improved_slice_patterns now returns ownership on error
Nadrieril
1
-2
/
+3
2019-04-15
Seriously, trailing slash?
Nadrieril
1
-2
/
+2
2019-04-15
Keep rule order in `abnf_to_pest`
Nadrieril
1
-0
/
+7
2019-04-15
Use upstream abnf crate
Nadrieril
1
-4
/
+4
2019-04-14
improved_slice_patterns: publish new version
Nadrieril
1
-2
/
+2
2019-04-14
improved_slice_patterns: prepare for publishing
Nadrieril
1
-2
/
+2
2019-04-14
Rename iter_patterns to improved_slice_patterns
Nadrieril
1
-2
/
+2
2019-04-14
Update dependencies
Nadrieril
1
-30
/
+30
2019-04-14
Use upstream pest
Nadrieril
1
-11
/
+2
2019-04-13
Clarify role of dhall_generated_parser crate
Nadrieril
1
-10
/
+10
2019-04-12
Remove some leftover dependencies
Nadrieril
1
-8
/
+0
2019-04-11
Ditch quick_error because it doesn't support generic parameters
Nadrieril
1
-7
/
+0
2019-04-10
Cleanup error handling
Nadrieril
1
-0
/
+7
2019-04-10
Prepare for serde support
Nadrieril
1
-3
/
+18
2019-03-26
Derive DhallType for structs
Nadrieril
1
-4
/
+5
2019-03-24
Parse multiline strings correctly
Nadrieril
1
-0
/
+30
2019-03-19
Extract the core of parser macros into a separate crate
Nadrieril
1
-0
/
+5
2019-03-14
Handle and parse interpolated strings
Nadrieril
1
-0
/
+69
2019-03-14
Implement binary decoding
Nadrieril
1
-0
/
+30
2019-03-11
Set rustup toolchain to nightly
Nadrieril
1
-0
/
+2
2019-03-08
Generate pest file manually in the hopes to reduce spurious recompilations
Nadrieril
1
-11
/
+2
2019-03-07
Use upstream pest
Nadrieril
1
-6
/
+14
2019-03-06
Finally get rid of old parser
Nadrieril
1
-564
/
+0
2019-03-06
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
1
-15
/
+1
2019-03-06
Add proc_macro the generated dhall expressions
Nadrieril
1
-0
/
+11
2019-03-06
Split-off normalization into its own crate
Nadrieril
1
-0
/
+14
[prev]
[next]