.. |
attr
|
remove derive_new dependency
|
2023-06-19 09:46:37 -05:00 |
bin
|
refactor: fix typo in comment (#5581)
|
2023-01-29 16:43:40 -06:00 |
cargo-fmt
|
bump deps to new versions that use syn 2.0
|
2023-06-19 09:46:37 -05:00 |
config
|
fix broken markdown
|
2023-04-27 13:44:17 -05:00 |
emitter
|
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
|
2022-03-29 23:17:30 -05:00 |
format-diff
|
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
|
2022-06-12 22:03:05 -05:00 |
formatting
|
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
|
2021-10-20 00:11:59 -05:00 |
git-rustfmt
|
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
modules
|
Rename ast::Lit as ast::MetaItemLit .
|
2022-11-28 15:18:49 +11:00 |
parse
|
Honor --color option when emitting errors
|
2023-04-01 16:51:30 -04:00 |
test
|
Remove useless conditional compilation - 2
|
2022-07-17 19:09:23 -05:00 |
attr.rs
|
Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24
|
2023-01-23 21:19:31 -06:00 |
chains.rs
|
Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24
|
2023-01-23 21:19:31 -06:00 |
closures.rs
|
parse const closures
|
2023-01-12 02:28:37 +00:00 |
comment.rs
|
Lists doc comments fix4041 (#5560)
|
2023-02-01 21:26:12 -06:00 |
coverage.rs
|
Implement closing-block procedure without relying on missed_span module (#3691)
|
2019-07-17 23:07:12 +09:00 |
emitter.rs
|
add json emit mode (#3735)
|
2019-08-16 11:14:53 +09:00 |
expr.rs
|
Fix #5488 - prevent shorthand init for tuple struct
|
2023-02-01 21:33:19 -06:00 |
format_report_formatter.rs
|
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
|
2022-06-12 22:03:05 -05:00 |
formatting.rs
|
remove derive_new dependency
|
2023-06-19 09:46:37 -05:00 |
ignore_path.rs
|
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
|
2022-03-29 23:17:30 -05:00 |
imports.rs
|
Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24
|
2023-01-23 21:19:31 -06:00 |
items.rs
|
fix: use correct span for struct generics
|
2023-02-16 00:03:36 -05:00 |
lib.rs
|
remove derive_new dependency
|
2023-06-19 09:46:37 -05:00 |
lists.rs
|
Unicode comment align (#5505)
|
2022-08-18 18:44:29 -05:00 |
macros.rs
|
remove derive_new dependency
|
2023-06-19 09:46:37 -05:00 |
matches.rs
|
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
|
2021-12-29 20:49:39 -06:00 |
missed_spans.rs
|
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
|
2021-10-20 00:11:59 -05:00 |
modules.rs
|
Use AttrVec in more places.
|
2022-08-22 07:35:33 +10:00 |
overflow.rs
|
Recover comments between attrs and generic param
|
2023-06-11 19:34:36 -05:00 |
pairs.rs
|
remove derive_new dependency
|
2023-06-19 09:46:37 -05:00 |
patterns.rs
|
Box ExprKind::{Closure,MethodCall} , and QSelf in expressions, types, and patterns.
|
2022-11-17 13:45:59 +11:00 |
release_channel.rs
|
Move macro to separate module
|
2019-05-17 16:13:46 +02:00 |
reorder.rs
|
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
|
2022-06-22 22:14:32 -05:00 |
rewrite.rs
|
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
|
2022-06-22 22:14:32 -05:00 |
rustfmt_diff.rs
|
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
|
2021-12-29 20:49:39 -06:00 |
shape.rs
|
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
|
2022-06-22 22:14:32 -05:00 |
skip.rs
|
Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24
|
2023-01-23 21:19:31 -06:00 |
source_file.rs
|
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
|
2021-12-29 20:49:39 -06:00 |
source_map.rs
|
refactor: backport syntux mod
|
2020-03-26 21:25:34 -05:00 |
spanned.rs
|
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
|
2022-03-29 23:17:30 -05:00 |
stmt.rs
|
Preserve comments in empty statements (#4180)
|
2020-10-24 11:13:00 -05:00 |
string.rs
|
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
|
2022-06-12 22:03:05 -05:00 |
syntux.rs
|
refactor: backport syntux mod
|
2020-03-26 21:25:34 -05:00 |
types.rs
|
Recover comments between attrs and generic param
|
2023-06-11 19:34:36 -05:00 |
utils.rs
|
Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24
|
2023-01-23 21:19:31 -06:00 |
vertical.rs
|
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
|
2022-03-29 23:17:30 -05:00 |
visitor.rs
|
Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24
|
2023-01-23 21:19:31 -06:00 |