about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-07-17Fix/comments inside trait generics gets duplicated (#5446)Jorge Martin Juarez-1/+5
2022-07-17Remove useless conditional compilation - 2Urgau-5/+1
2022-07-12Deprecate and Rename `fn_args_layout` -> `fn_params_layout`Yacin Tmimi-5/+35
2022-07-12feat: add skip_macro_invocations option (#5347)Tom Milligan-4/+171
2022-07-05refactor: remove some unnecessary clonesCaleb Cartwright-26/+24
2022-06-30config_type: add unstable_variant attributeTom Milligan-23/+179
2022-06-22Revert "Memoize format_expr"Caleb Cartwright-73/+4
2022-06-22Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-06-22Caleb Cartwright-123/+241
2022-06-22Fix issue where `cargo fmt --version` would not display version infoYacin Tmimi-1/+2
2022-06-22Revert "Memoize format_expr"Yacin Tmimi-73/+4
2022-06-16Add width for codeblocks in comments (#5372)sec65-0/+7
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-4/+4
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-4/+4
2022-06-15Version gate raw identifier use statement sortingYacin Tmimi-6/+18
2022-06-15Add `Version` information to `UseSegment`Yacin Tmimi-115/+206
2022-06-15Backport 3795Yacin Tmimi-8/+16
2022-06-12Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmtCaleb Cartwright-803/+314
2022-06-11Dedup `imports_granularity = "Item"` (#4737)David Bar-On-1/+14
2022-06-09Remove useless conditional compilationUrgau-6/+0
2022-06-07Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-06-07Caleb Cartwright-797/+300
2022-06-04fix: handle inner ignore attribute on stdinCaleb Cartwright-7/+45
2022-05-30feat: remove license_template_path config optionCaleb Cartwright-345/+3
2022-05-30refactor: remove code for bad issue (e.g. todo/fixme) reportingCaleb Cartwright-207/+2
2022-05-30feat: remove report_fixme optionCaleb Cartwright-70/+19
2022-05-30feat: remove report_todo optionCaleb Cartwright-102/+20
2022-05-21Merge crate and restricted visibilitiesJacob Pratt-8/+3
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-10/+5
2022-05-18import_granularity: Don't normalize imports with commentsDavid Lattimore-2/+15
2022-05-18fix rustfmtklensy-2/+2
2022-05-14Use the traits added to the Rust 2021 Edition preludeKoichi ITO-1/+0
2022-05-11ast: Introduce some traits to get AST node properties genericallyVadim Petrochenkov-14/+3
2022-05-11Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011Yuki Okushi-3/+1
2022-05-11Remove some unnecessary invisible delimiter checks.Nicholas Nethercote-3/+1
2022-05-08Fixes #5260Pascal Seitz-8/+39
2022-05-07fix some typoscuishuang-1/+1
2022-04-30Fix the rustfmt buildScott McMurray-0/+5
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-51/+51
2022-04-27Make explicit an unreachable `NoDelim` case in `rustfmt`.Nicholas Nethercote-1/+1
2022-04-27Avoid producing `NoDelim` values in `MacArgs::delim()`.Nicholas Nethercote-1/+1
2022-04-17Memoize format_exprhkalbasi-4/+73
2022-04-17[review] rename internal functionTom Milligan-5/+10
2022-04-17Preserve attributes for `imports_granularity=Item`Paul Gey-24/+43
2022-04-17Visit generics inside visit_fn.Camille GILLOT-11/+20
2022-04-15Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelixDylan DPC-0/+6
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-5/+5
2022-04-07Backport 4326Caleb Cartwright-8/+8
2022-04-07Replace `structopt` dependency by `clap`Expyron-55/+65
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+3
2022-04-05errors: implement fallback diagnostic translationDavid Wood-0/+22