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 (
Collapse
)
Author
Age
Files
Lines
*
Reorganize API and internals of serde_dhall a bit
Nadrieril
2020-03-31
1
-1
/
+1
|
*
Ensure version numbers are kept in sync
Nadrieril
2020-03-31
1
-0
/
+144
|
*
Test README code samples using doc_comment
Nadrieril
2020-03-31
1
-0
/
+7
|
*
Introduce option builder
Nadrieril
2020-03-31
1
-0
/
+2
|
*
Upgrade annotate-snippets version
Nadrieril
2020-03-31
1
-3
/
+3
|
*
Update to latest pest_consume to remove spurious clippy warning
Nadrieril
2020-03-18
1
-6
/
+6
|
*
Cut release
Nadrieril
2020-03-18
1
-5
/
+5
|
*
Upgrade some dependencies
Nadrieril
2020-03-17
1
-5
/
+14
|
*
Update dependencies
Nadrieril
2020-03-17
1
-288
/
+204
|
*
Implement remote imports and cleanup import chaining
Nadrieril
2020-03-05
1
-0
/
+963
|
*
Move improved_slice_patterns to its own repo
Nadrieril
2020-02-21
1
-4
/
+0
|
*
Forgot to commit Cargo.lock
Nadrieril
2020-02-21
1
-3
/
+3
|
*
Implement once nice error using annotate_snippets
Nadrieril
2020-02-01
1
-0
/
+7
|
*
Use OnceCell to enable returning &ValKind
Nadrieril
2020-01-30
1
-0
/
+7
|
*
Remove use of take_mut
Nadrieril
2020-01-30
1
-7
/
+0
|
*
release
Nadrieril
2020-01-16
1
-3
/
+3
|
*
Release new version
Nadrieril
2019-12-24
1
-3
/
+3
|
*
Update abnf dependency in the hopes of fixing a bug
Nadrieril
2019-12-22
1
-8
/
+79
|
*
Fix
Nadrieril
2019-12-21
1
-2
/
+2
|
*
Generate parser manually to make the crate publishable
Nadrieril
2019-12-21
1
-0
/
+2
|
*
Bump abnf_to_pest version
Nadrieril
2019-12-21
1
-2
/
+2
|
*
Update dependencies
Nadrieril
2019-12-20
1
-55
/
+64
|
*
Use smallvec instead of custom struct
Nadrieril
2019-12-20
1
-1
/
+7
|
*
Remove unused dependencies
Nadrieril
2019-12-20
1
-50
/
+0
|
*
Remove dhall_syntax crate
Nadrieril
2019-12-17
1
-16
/
+0
|
*
Move pest file generation to dhall/build.rs
Nadrieril
2019-12-17
1
-0
/
+1
|
*
Move contents of dhall_syntax to dhall
Nadrieril
2019-12-15
1
-1
/
+6
|
*
Merge dhall_generated_parser into dhall_syntax
Nadrieril
2019-12-13
1
-9
/
+1
|
*
Derive Parser in dhall_syntax directly
Nadrieril
2019-12-13
1
-1
/
+0
|
*
dhall_syntax doesn't use dhall_proc_macros
Nadrieril
2019-11-11
1
-1
/
+0
|
*
Update pest_consume dependency
Nadrieril
2019-09-20
1
-6
/
+6
|
*
Extract pest_consume into its own crate
Nadrieril
2019-09-18
1
-5
/
+8
|
*
Add an example to pest_consume
Nadrieril
2019-09-11
1
-0
/
+1
|
*
Tentatively derive pest::Parser normally
Nadrieril
2019-09-10
1
-2
/
+12
|
|
|
|
If it still creates spurious recompilations, I'll revert that
*
Use proc_macro_hack to avoid the need for the proc_macro_hygiene feature
Nadrieril
2019-09-10
1
-0
/
+13
|
*
Move pest_consume macros into their own crate
Nadrieril
2019-09-09
1
-1
/
+10
|
*
Move pest_consume into its own crate
Nadrieril
2019-09-09
1
-0
/
+9
|
*
cargo upgrade and fix proc_macro2 version conflict
Nadrieril
2019-09-03
1
-124
/
+100
|
*
Change parser macros to use a function-like syntax
Nadrieril
2019-09-01
1
-0
/
+7
|
|
|
|
This makes the parser code look much less magical.
*
Rewrite the make_parser macro as a proc_macro
Nadrieril
2019-09-01
1
-3
/
+39
|
*
Don't URL-decode path segments
Nadrieril
2019-08-31
1
-3
/
+3
|
*
Rework parse macros to avoid the large ParsedValue enum
Nadrieril
2019-08-27
1
-1
/
+0
|
*
Rework ValueInternal and clarify invariants around ValueF
Nadrieril
2019-08-18
1
-0
/
+1
|
*
dhall_proc_macros actually does not depend on dhall_syntax anymore
Nadrieril
2019-08-16
1
-1
/
+0
|
*
Move api into its own crate
Nadrieril
2019-08-13
1
-1
/
+10
|
*
Update dhall-lang submodule
Nadrieril
2019-08-03
1
-0
/
+7
|
*
Write a custom map type that allows duplicates
Nadrieril
2019-05-10
1
-0
/
+8
|
*
Rename dhall_generator to dhall_proc_macros
Nadrieril
2019-05-04
1
-2
/
+2
|
*
Rename dhall_core to dhall_syntax
Nadrieril
2019-05-04
1
-13
/
+13
|
*
No need for extra stack in tests anymore
Nadrieril
2019-05-03
1
-31
/
+0
|
[next]