about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-20Merge from rustcRalf Jung-1726/+2204
2025-05-20Preparing for merge from rustcRalf Jung-1/+1
2025-05-20Add allow-invalid configuration option for disallowed_* to the documentationAlexey Semenyuk-0/+51
2025-05-20Inline and remove `lower_*` methods.Nicholas Nethercote-28/+18
2025-05-20Hoist `ItemLowerer` out of a loop.Nicholas Nethercote-7/+7
2025-05-20Remove unused return value from `lower_node`.Nicholas Nethercote-3/+1
2025-05-20Auto merge of #141270 - Zalathar:rollup-jd1y1f6, r=Zalatharbors-56/+2
2025-05-20Rollup merge of #141262 - Noratrieb:Noratrieb-patch-4, r=NoratriebStuart Cook-3/+0
2025-05-20Rollup merge of #141261 - RalfJung:current_dll_path, r=NoratriebStuart Cook-1/+1
2025-05-20Rollup merge of #141259 - rustbot:docs-update, r=ehussStuart Cook-0/+0
2025-05-20Rollup merge of #141257 - Shourya742:2025-05-19-trim-cache-module, r=onur-ozkanStuart Cook-50/+0
2025-05-20Rollup merge of #141211 - fluiderson:dev, r=thomccStuart Cook-2/+1
2025-05-20Merge pull request #2392 from rust-lang/rustc-pullTshepang Mbambo-10587/+15509
2025-05-20Remove `MetaItemListParser::all_{word,path}_list`, which are unused.Nicholas Nethercote-14/+0
2025-05-19only resolve top-level guard patterns' guards oncedianne-1/+63
2025-05-19Fix ICE while computing type layout (#14837)Jason Newcomb-7/+39
2025-05-20Fix ICE while computing type layoutSamuel Tardieu-7/+39
2025-05-20Avoid `rustc_span::` qualifiers.Nicholas Nethercote-17/+16
2025-05-20Fix up some comments.Nicholas Nethercote-16/+15
2025-05-20Simplify `Accepts`.Nicholas Nethercote-10/+7
2025-05-20Various macro fixes for loop lints Samuel Tardieu-8/+93
2025-05-20Introduce some typedefs to improve readability.Nicholas Nethercote-6/+10
2025-05-19`needless_match`: do not pretend that `return` is not significant in an expre...Alejandra González-15/+42
2025-05-20Warning when dependency crate has async drop types, and the feature is disabl...Andrew Zhogin-3/+3
2025-05-19Use interned symbols instead of strings in more places (#14840)Jason Newcomb-703/+946
2025-05-19Use symbols instead of `&str` when possibleSamuel Tardieu-653/+857
2025-05-19Ensure that symbols list stays sortedSamuel Tardieu-2/+39
2025-05-19Sort the existing list of symbolsSamuel Tardieu-48/+50
2025-05-19Auto merge of #138023 - melrief:97227_impl_Seek_for_Take, r=tgross35bors-1/+173
2025-05-19Properly remove Noratrieb from review rotation nora-3/+0
2025-05-19current_dll_path: fix mistake in assertion messageRalf Jung-1/+1
2025-05-19Access items through `rustc_session` instead of `rustc_lint_defs` (#14852)Alejandra González-20/+10
2025-05-19`cargo dev fmt`: format `clippy_lints_internal` as well (#14853)Jason Newcomb-0/+1
2025-05-19Fixed possible ICE in annotate_mut_binding_to_immutable_bindingJosh Gunter-15/+46
2025-05-19Update booksrustbot-0/+0
2025-05-19Remove obsolete restriction in code (#14851)Samuel Tardieu-10/+5
2025-05-19trim cache module in utilsbit-aloo-50/+0
2025-05-19Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgrbors-56/+182
2025-05-19`cargo dev fmt`: format `clippy_lints_internal` as wellSamuel Tardieu-0/+1
2025-05-19Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa...Matthias Krüger-1/+55
2025-05-19Rollup merge of #141249 - fee1-dead-contrib:push-mwxxsvrsotvs, r=oli-obkMatthias Krüger-49/+73
2025-05-19Rollup merge of #141248 - RalfJung:reentrant-lock-race, r=joboetMatthias Krüger-2/+26
2025-05-19Rollup merge of #141247 - onur-ozkan:141246, r=albertlarsan68Matthias Krüger-3/+17
2025-05-19Rollup merge of #141244 - RalfJung:GetUserProfileDirectoryW, r=ChrisDentonMatthias Krüger-0/+2
2025-05-19Rollup merge of #131200 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-1/+9
2025-05-19Access items through `rustc_session` instead of `rustc_lint_defs`Samuel Tardieu-20/+10
2025-05-19Add `std::io::Seek` instance for `std::io::Take`Mario Pastorelli-1/+173
2025-05-19Remove obsolete restriction in codeSamuel Tardieu-10/+5
2025-05-19add s390x z17 target featuresFolkert de Vries-10/+36
2025-05-19Merge pull request #4334 from RalfJung/GetUserProfileDirectoryW-issueRalf Jung-2/+2