about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-01Update clippy source code to make use of `TyCtxt::def_descr` instead of `Item...Guillaume Gomez-6/+12
2025-07-01Update clippy source code to make use of `TyCtxt::def_descr` instead of `Item...Guillaume Gomez-6/+12
2025-07-01Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errorsbors-1012/+1149
2025-07-01fix: `std-instead-of-core` FP when not all items come from the new crateyanglsh-62/+139
2025-07-01Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta...Jonathan Brouwer-20/+39
2025-07-01Port `#[rustc_object_lifetime_default]` to the new attribute parsing infrastr...Jonathan Brouwer-2/+27
2025-07-01moved testsKivooeo-0/+0
2025-07-01Fix duplicate help on export_name and othersJonathan Brouwer-25/+6
2025-07-01Fix `#[rustc_macro_transparency]` giving two errorsJonathan Brouwer-75/+69
2025-07-01Fix `#[must_use = 1]` not giving an errorJonathan Brouwer-44/+81
2025-07-01Fix double error for `export_name`Jonathan Brouwer-88/+75
2025-07-01New test for malformed attributesJonathan Brouwer-0/+825
2025-07-01loop match: handle opaque patternsFolkert de Vries-5/+30
2025-07-01loop match: run exhaustiveness checkFolkert de Vries-153/+242
2025-07-01Merge pull request #20136 from Hmikihiro/migrate-toggle_macro_delimiterLaurențiu Nicola-12/+14
2025-07-01Update rustdoc GUI testsGuillaume Gomez-10/+25
2025-07-01Improve CSS for source code block line numbersGuillaume Gomez-68/+30
2025-07-01Migrate `toggle_macro_delimiter` assist to `SyntaxEditor`Hayashi Mikihiro-12/+14
2025-07-01moved testsKivooeo-0/+0
2025-07-01document optional jobsMarcoIeni-0/+7
2025-07-01Add `uX::strict_sub_signed`Nurzhan Sakén-4/+41
2025-07-01Merge pull request #4411 from LorrensP-2158466/remove-leaky-syncobjRalf Jung-184/+148
2025-07-01Remove `ItemKind::descr` methodGuillaume Gomez-23/+2
2025-07-01Remove leaky synchronisation objects.LorrensP-2158466-184/+148
2025-07-01Avoid computing layouts inside coroutines.Camille GILLOT-1/+8
2025-07-01core: Add `BorrowedCursor::with_unfilled_buf`Benoît du Garreau-0/+87
2025-07-01Suggest use another lifetime specifier instead of underscore lifetimexizheyin-0/+20
2025-07-01Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obkbors-37/+86
2025-07-01Remove extraneous types.Camille GILLOT-134/+80
2025-07-01Store a full Ty with each Value.Camille GILLOT-136/+122
2025-07-01Introduce Value::RawPtr as it behaves differently from other aggregates.Camille GILLOT-55/+67
2025-07-01Simplify assignments.Camille GILLOT-28/+33
2025-07-01use ui_test dependency builder for non-internal test dependenciesRalf Jung-46/+47
2025-07-01cleaned up some testsKivooeo-60/+130
2025-07-01Give some UI tests more apropriate namesTrevor Gross-4/+0
2025-07-01Merge pull request #20135 from Hmikihiro/migrate-promote_local_to_const-assis...Laurențiu Nicola-9/+13
2025-07-01Migrate `promote_local_to_const` Assist to `SyntaxEditor`Hayashi Mikihiro-9/+13
2025-07-01Merge pull request #2483 from rust-lang/tshepang-patch-1许杰友 Jieyou Xu (Joe)-3/+3
2025-07-01Merge pull request #20134 from Hmikihiro/migrate-replace_is_method_with_if_le...Laurențiu Nicola-10/+11
2025-07-01cleaned up some testsKivooeo-61/+152
2025-07-01moved test filesKivooeo-0/+0
2025-07-01cleaned up some testsKivooeo-102/+132
2025-07-01remove `if-let` chainsHayashi Mikihiro-6/+7
2025-07-01ci: support optional jobsMarcoIeni-6/+43
2025-07-01fix tests (run cargo uibless after fmt)Dario Heinisch-3/+3
2025-07-01run cargo dev fmtDario Heinisch-3/+3
2025-07-01Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obkbors-69/+146
2025-07-01Migrate `replace_is_method_with_if_let_method` Assist to use `SyntaxFactory`Hayashi Mikihiro-17/+17
2025-07-01libm: Improved integer utilities, implement shifts and bug fixes for i256 and...quaternic-60/+223
2025-07-01Polishing changelog update doc (#15167)Philipp Krones-23/+11