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
2020-03-31
Reorganize API and internals of serde_dhall a bit
Nadrieril
1
-1
/
+1
2020-03-31
Ensure version numbers are kept in sync
Nadrieril
1
-0
/
+144
2020-03-31
Test README code samples using doc_comment
Nadrieril
1
-0
/
+7
2020-03-31
Introduce option builder
Nadrieril
1
-0
/
+2
2020-03-31
Upgrade annotate-snippets version
Nadrieril
1
-3
/
+3
2020-03-18
Update to latest pest_consume to remove spurious clippy warning
Nadrieril
1
-6
/
+6
2020-03-18
Cut release
Nadrieril
1
-5
/
+5
2020-03-17
Upgrade some dependencies
Nadrieril
1
-5
/
+14
2020-03-17
Update dependencies
Nadrieril
1
-288
/
+204
2020-03-05
Implement remote imports and cleanup import chaining
Nadrieril
1
-0
/
+963
2020-02-21
Move improved_slice_patterns to its own repo
Nadrieril
1
-4
/
+0
2020-02-21
Forgot to commit Cargo.lock
Nadrieril
1
-3
/
+3
2020-02-01
Implement once nice error using annotate_snippets
Nadrieril
1
-0
/
+7
2020-01-30
Use OnceCell to enable returning &ValKind
Nadrieril
1
-0
/
+7
2020-01-30
Remove use of take_mut
Nadrieril
1
-7
/
+0
2020-01-16
release
Nadrieril
1
-3
/
+3
2019-12-24
Release new version
Nadrieril
1
-3
/
+3
2019-12-22
Update abnf dependency in the hopes of fixing a bug
Nadrieril
1
-8
/
+79
2019-12-21
Fix
Nadrieril
1
-2
/
+2
2019-12-21
Generate parser manually to make the crate publishable
Nadrieril
1
-0
/
+2
2019-12-21
Bump abnf_to_pest version
Nadrieril
1
-2
/
+2
2019-12-20
Update dependencies
Nadrieril
1
-55
/
+64
2019-12-20
Use smallvec instead of custom struct
Nadrieril
1
-1
/
+7
2019-12-20
Remove unused dependencies
Nadrieril
1
-50
/
+0
2019-12-17
Remove dhall_syntax crate
Nadrieril
1
-16
/
+0
2019-12-17
Move pest file generation to dhall/build.rs
Nadrieril
1
-0
/
+1
2019-12-15
Move contents of dhall_syntax to dhall
Nadrieril
1
-1
/
+6
2019-12-13
Merge dhall_generated_parser into dhall_syntax
Nadrieril
1
-9
/
+1
2019-12-13
Derive Parser in dhall_syntax directly
Nadrieril
1
-1
/
+0
2019-11-11
dhall_syntax doesn't use dhall_proc_macros
Nadrieril
1
-1
/
+0
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
[next]