| .. |
|
attr
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
bin
|
clippy fixes
|
2021-12-13 20:36:12 -06:00 |
|
cargo-fmt
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
config
|
Merge commit '8da8371857' into sync-rustfmt-subtree
|
2021-12-02 21:35:30 -06:00 |
|
emitter
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
format-diff
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
formatting
|
Merge commit 'efa8f5521d' into rustfmt-subtree
|
2021-10-20 00:11:59 -05:00 |
|
git-rustfmt
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
modules
|
deps: minor rustc_ast changes for v691
|
2020-11-28 17:41:21 -06:00 |
|
syntux
|
Remove SymbolStr.
|
2021-12-15 13:30:26 +11:00 |
|
test
|
Backport: Do not touch module with #![rustfmt::skip] (4297)
|
2021-12-07 18:45:00 -06:00 |
|
attr.rs
|
Remove unnecessary sigils around Symbol::as_str() calls.
|
2021-12-15 17:32:14 +11:00 |
|
chains.rs
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
closures.rs
|
Detect bare blocks with type ascription that were meant to be a struct literal
|
2021-09-03 14:43:04 +00:00 |
|
comment.rs
|
Merge commit '8da8371857' into sync-rustfmt-subtree
|
2021-12-02 21:35:30 -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
|
clippy fixes
|
2021-12-13 20:36:12 -06:00 |
|
format_report_formatter.rs
|
Upgrade annotate-snippets to 0.8 (#4762)
|
2021-04-22 08:33:36 -05:00 |
|
formatting.rs
|
clippy fixes
|
2021-12-13 20:36:12 -06:00 |
|
ignore_path.rs
|
Merge commit '8da8371857' into sync-rustfmt-subtree
|
2021-12-02 21:35:30 -06:00 |
|
imports.rs
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
issues.rs
|
Merge commit '4236289b75' into update-rustfmt
|
2021-07-25 22:57:19 -05:00 |
|
items.rs
|
Merge remote-tracking branch 'upstream/master' into subtree-sync-2021-12-19
|
2021-12-19 15:22:45 -06:00 |
|
lib.rs
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
lists.rs
|
clippy fixes
|
2021-12-13 20:36:12 -06:00 |
|
macros.rs
|
Merge commit '8da8371857' into sync-rustfmt-subtree
|
2021-12-02 21:35:30 -06:00 |
|
matches.rs
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
missed_spans.rs
|
Merge commit 'efa8f5521d' into rustfmt-subtree
|
2021-10-20 00:11:59 -05:00 |
|
modules.rs
|
Remove unnecessary sigils around Ident::as_str() calls.
|
2021-12-15 17:32:42 +11:00 |
|
overflow.rs
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
pairs.rs
|
Merge commit 'ea199bacef' into rustfmt-sync
|
2021-11-07 20:37:34 -06:00 |
|
patterns.rs
|
Prevent duplicate comma when formatting struct pattern with ".."
|
2021-12-14 13:28:25 -06:00 |
|
release_channel.rs
|
Move macro to separate module
|
2019-05-17 16:13:46 +02:00 |
|
reorder.rs
|
Remove unnecessary sigils around Ident::as_str() calls.
|
2021-12-15 17:32:42 +11:00 |
|
rewrite.rs
|
feat: don't insert semi in macro_rules arm body
|
2020-11-11 18:26:13 -06:00 |
|
rustfmt_diff.rs
|
Merge commit '4236289b75' into update-rustfmt
|
2021-07-25 22:57:19 -05:00 |
|
shape.rs
|
Allow overflowing rhs of unit variant (#3566)
|
2019-05-22 10:51:19 +09:00 |
|
skip.rs
|
Merge commit '4236289b75' into update-rustfmt
|
2021-07-25 22:57:19 -05:00 |
|
source_file.rs
|
Merge commit '4236289b75' into update-rustfmt
|
2021-07-25 22:57:19 -05:00 |
|
source_map.rs
|
refactor: backport syntux mod
|
2020-03-26 21:25:34 -05:00 |
|
spanned.rs
|
Merge commit 'efa8f5521d' into rustfmt-subtree
|
2021-10-20 00:11:59 -05:00 |
|
stmt.rs
|
Preserve comments in empty statements (#4180)
|
2020-10-24 11:13:00 -05:00 |
|
string.rs
|
Fix typos “an”→“a” and a few different ones that appeared in the same search
|
2021-08-22 18:15:49 +02:00 |
|
syntux.rs
|
refactor: backport syntux mod
|
2020-03-26 21:25:34 -05:00 |
|
types.rs
|
Merge commit '8da8371857' into sync-rustfmt-subtree
|
2021-12-02 21:35:30 -06:00 |
|
utils.rs
|
Remove unnecessary sigils around Symbol::as_str() calls.
|
2021-12-15 17:32:14 +11:00 |
|
vertical.rs
|
deps: apply rustc-ap-* v712 changes
|
2021-04-02 23:21:06 -05:00 |
|
visitor.rs
|
clippy fixes
|
2021-12-13 20:36:12 -06:00 |