about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-05chore: moved chunk_info to `common` and code cleanupMadhav Madhusoodanan-35/+34
2025-08-05feat: cleaned the IntrinsicType struct and associated functions.Madhav Madhusoodanan-27/+26
2025-08-05Add test for "missing function argument" on multiline callSasha Pourcelot-3/+41
2025-08-04Let `RemoveUnneededDrops` also remove `drop_in_place`Scott McMurray-12/+33
2025-08-05Added checks for attribute in type caseKivooeo-23/+395
2025-08-05Promote crash test.Camille GILLOT-4/+27
2025-08-05Auto merge of #144934 - samueltardieu:rollup-25jvb9g, r=samueltardieubors-6297/+7517
2025-08-05Rollup merge of #144920 - compiler-errors:span-arg, r=lqdSamuel Tardieu-8/+8
2025-08-05Rollup merge of #144905 - tshepang:rdg-sync, r=jieyouxuSamuel Tardieu-156/+205
2025-08-05Rollup merge of #144894 - jieyouxu:chop-thread-cnt, r=ChrisDentonSamuel Tardieu-64/+0
2025-08-05Rollup merge of #144890 - WaffleLapkin:project_fields, r=lcnrSamuel Tardieu-33/+44
2025-08-05Rollup merge of #144887 - lnicola:sync-from-ra, r=lnicolaSamuel Tardieu-4814/+5513
2025-08-05Rollup merge of #144877 - Zalathar:coverage-various, r=lcnrSamuel Tardieu-271/+77
2025-08-05Rollup merge of #144872 - connortsui20:once-poison-docs, r=AmanieuSamuel Tardieu-5/+118
2025-08-05Rollup merge of #144867 - scottmcm:more-as-array, r=chenyukangSamuel Tardieu-16/+12
2025-08-05Rollup merge of #144866 - JonathanBrouwer:should_emit_fix, r=jdonszelmannSamuel Tardieu-4/+11
2025-08-05Rollup merge of #144852 - Kivooeo:rename-panic, r=m-ou-seSamuel Tardieu-2/+2
2025-08-05Rollup merge of #144817 - WaffleLapkin:reject-referety, r=UrgauSamuel Tardieu-3/+195
2025-08-05Rollup merge of #144813 - jieyouxu:no-top-level-tests, r=KobzolSamuel Tardieu-105/+173
2025-08-05Rollup merge of #144779 - Kobzol:bootstrap-dot, r=jieyouxuSamuel Tardieu-2/+229
2025-08-05Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillotSamuel Tardieu-693/+649
2025-08-05Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-deadSamuel Tardieu-42/+140
2025-08-05Rollup merge of #144548 - Oneirical:uncountable-integer-2, r=jieyouxuSamuel Tardieu-78/+87
2025-08-05Rollup merge of #144467 - hydro-project:users/mingwes/rustdoc-fix-cors, r=Gui...Samuel Tardieu-1/+54
2025-08-04[win][arm64ec] Fix msvc-wholearchive for Arm64ECDaniel Paoliello-11/+37
2025-08-04Gate checking rustc attrs on the feature.Camille GILLOT-8/+19
2025-08-04Check for rustc_has_incoherent_inherent_impls in incoherent_impls query.Camille GILLOT-18/+10
2025-08-04Add doc-comment.Camille GILLOT-0/+1
2025-08-04Update doc-comment.Camille GILLOT-4/+3
2025-08-04Simplify maybe_record_as_seed.Camille GILLOT-3/+4
2025-08-04Split `possible_missing_else` from `suspicious_else_formatting` (#15317)Alejandra González-8/+38
2025-08-04Drop `rust-version` from `rustc_thread_pool`Josh Stone-1/+0
2025-08-04Rehome tests/ui/issues/ tests [3/?]Oneirical-58/+89
2025-08-05updated doc commentKivooeo-4/+4
2025-08-04Correct the use of `must_use` on btree::IterMutJonathan Brouwer-1/+1
2025-08-04Issues priority (#15393)Alejandra González-18/+26
2025-08-04compiletest: add hint for when a ui test produces no errorsbinarycat-1/+1
2025-08-04Dont print arg span in MIR dump for tail callMichael Goulet-8/+8
2025-08-04Include whitespace in "remove `|`" suggestion and make it hiddenEsteban Küber-129/+76
2025-08-04windows-gnullvm: include `libunwind.dll` in distMateusz Mikuła-7/+24
2025-08-04Don't actually pass BB to check_call_destMichael Goulet-60/+54
2025-08-04Auto merge of #144893 - GuillaumeGomez:subtree-update_cg_gcc_2025-08-04, r=Gu...bors-45/+275
2025-08-04fix `#[loop_match]` on diverging loopFolkert de Vries-1/+45
2025-08-04Tweak auto trait errorsEsteban Küber-43/+118
2025-08-04Add GUI regression test for tooltips `i` iconsGuillaume Gomez-0/+15
2025-08-04Fix wrong font being used for tooltips `i` iconsGuillaume Gomez-2/+20
2025-08-04Port `#[coroutine]` to the new attribute systemSasha Pourcelot-23/+42
2025-08-04Enforce tail call type is related to body return type in borrowckMichael Goulet-3/+33
2025-08-04Suggest bounds in more cases, accounting for type parameters referenced in pr...Esteban Küber-14/+136
2025-08-04Anonymize binders in tail call sigMichael Goulet-1/+18