]> git.lizzy.rs Git - rust.git/commit
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-subtree
authorCaleb Cartwright <caleb.cartwright@outlook.com>
Fri, 3 Dec 2021 03:35:30 +0000 (21:35 -0600)
committerCaleb Cartwright <caleb.cartwright@outlook.com>
Fri, 3 Dec 2021 03:35:30 +0000 (21:35 -0600)
commitf6ade7ca36ba326216ea58bc87b42d84711ad6de
treecdd621616e8598a859b6b22bb07bf8e40185e236
parentff23ad3179014ba258f2b540fb39dd0f26852b7a
parent8da837185714cefbb261e93e9846afb11c1dc60e
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-subtree
47 files changed:
src/tools/rustfmt/.github/workflows/linux.yml
src/tools/rustfmt/.github/workflows/mac.yml
src/tools/rustfmt/.github/workflows/windows.yml
src/tools/rustfmt/Configurations.md
src/tools/rustfmt/README.md
src/tools/rustfmt/config_proc_macro/src/lib.rs
src/tools/rustfmt/src/comment.rs
src/tools/rustfmt/src/config/mod.rs
src/tools/rustfmt/src/expr.rs
src/tools/rustfmt/src/ignore_path.rs
src/tools/rustfmt/src/items.rs
src/tools/rustfmt/src/lists.rs
src/tools/rustfmt/src/macros.rs
src/tools/rustfmt/src/syntux/session.rs
src/tools/rustfmt/src/test/mod.rs
src/tools/rustfmt/src/types.rs
src/tools/rustfmt/src/visitor.rs
src/tools/rustfmt/tests/source/comments-in-lists/wrap-comments-not-normalized.rs
src/tools/rustfmt/tests/source/comments-in-lists/wrap-comments-true.rs
src/tools/rustfmt/tests/source/issue-5088/deeply_nested_long_comment_wrap_comments_true.rs
src/tools/rustfmt/tests/source/issue-5088/start_with_empty_comment_very_long_itemized_block_wrap_comments_true.rs
src/tools/rustfmt/tests/source/issue-5088/very_long_comment_wrap_comments_true.rs
src/tools/rustfmt/tests/source/issue_4823.rs
src/tools/rustfmt/tests/source/issue_5027.rs
src/tools/rustfmt/tests/source/issue_5086.rs
src/tools/rustfmt/tests/target/comments-in-lists/format-doc-comments.rs
src/tools/rustfmt/tests/target/comments-in-lists/wrap-comments-false.rs
src/tools/rustfmt/tests/target/comments-in-lists/wrap-comments-not-normalized.rs
src/tools/rustfmt/tests/target/comments-in-lists/wrap-comments-true.rs
src/tools/rustfmt/tests/target/issue-5088/deeply_nested_long_comment_wrap_comments_false.rs
src/tools/rustfmt/tests/target/issue-5088/deeply_nested_long_comment_wrap_comments_true.rs
src/tools/rustfmt/tests/target/issue-5088/multi_line_itemized_block_wrap_comments_false.rs
src/tools/rustfmt/tests/target/issue-5088/multi_line_itemized_block_wrap_comments_true.rs
src/tools/rustfmt/tests/target/issue-5088/multi_line_text_with_itemized_block_wrap_comments_false.rs
src/tools/rustfmt/tests/target/issue-5088/multi_line_text_with_itemized_block_wrap_comments_true.rs
src/tools/rustfmt/tests/target/issue-5088/single_line_itemized_block_wrap_comments_false.rs
src/tools/rustfmt/tests/target/issue-5088/single_line_itemized_block_wrap_comments_true.rs
src/tools/rustfmt/tests/target/issue-5088/start_with_empty_comment_very_long_itemized_block_wrap_comments_false.rs
src/tools/rustfmt/tests/target/issue-5088/start_with_empty_comment_very_long_itemized_block_wrap_comments_true.rs
src/tools/rustfmt/tests/target/issue-5088/start_with_empty_comment_wrap_comments_false.rs
src/tools/rustfmt/tests/target/issue-5088/start_with_empty_comment_wrap_comments_true.rs
src/tools/rustfmt/tests/target/issue-5088/very_long_comment_wrap_comments_false.rs
src/tools/rustfmt/tests/target/issue-5088/very_long_comment_wrap_comments_true.rs
src/tools/rustfmt/tests/target/issue-5095.rs
src/tools/rustfmt/tests/target/issue_4823.rs
src/tools/rustfmt/tests/target/issue_5027.rs
src/tools/rustfmt/tests/target/issue_5086.rs