about summary refs log tree commit diff
path: root/src/tools/rustfmt
AgeCommit message (Expand)AuthorLines
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+1
2022-10-10Fix unclosed HTML tag in rustfmt docGuillaume Gomez-1/+1
2022-10-10Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet-7/+7
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-12/+0
2022-09-02rustfmt: BindingAnnotation changeCameron Steffen-5/+7
2022-08-30Stabilize GATsJack Huey-12/+0
2022-08-27Sunset RLSEric Huss-7/+3
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-4/+0
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-4/+0
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-11/+8
2022-08-17Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-SimulacrumMatthias Krüger-19/+33
2022-08-17Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkovMatthias Krüger-3/+5
2022-08-16Rename some things related to literals.Nicholas Nethercote-3/+5
2022-08-16Shrink `ast::Attribute`.Nicholas Nethercote-4/+4
2022-08-15errors: move translation logic into moduleDavid Wood-19/+33
2022-08-10Do not consider method call receiver as an argument in AST.Camille GILLOT-5/+5
2022-07-29Remove `TreeAndSpacing`.Nicholas Nethercote-37/+61
2022-07-12Add rustfmt test for formatting `for<>` before closuresMaybe Waffle-0/+16
2022-07-12implement rustfmt formatting for `for<>` closure bindersMaybe Waffle-13/+40
2022-07-02ast: Add span to `Extern`Nixon Enraght-Moony-3/+3
2022-06-22Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmtCaleb Cartwright-11633/+533
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-12Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmtCaleb Cartwright-1186/+12890
2022-05-21Merge crate and restricted visibilitiesJacob Pratt-8/+3
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-10/+5
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-28/+2
2022-05-20Fix typoydah-2/+2
2022-05-18fix rustfmtklensy-2/+2
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-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-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-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
2022-04-05span: move `MultiSpan`David Wood-1/+2
2022-04-02Create 2024 editionJacob Pratt-0/+6
2022-03-29Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-sub...Caleb Cartwright-235/+2013
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+4
2022-03-17Rollup merge of #94960 - codehorseman:master, r=oli-obkDylan DPC-2/+2
2022-03-16rustc_error: make ErrorReported impossible to constructmark-3/+3
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-2/+2
2022-03-15Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuberbors-4/+8