about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
AgeCommit message (Expand)AuthorLines
2025-06-02Fix false positive lint error from no_implicit_prelude attryukang-0/+10
2025-06-02Don't declare variables in ExprKind::Let in invalid positionsMichael Goulet-1/+18
2025-06-01Rollup merge of #141666 - lolbinarycat:rustdoc-source_span_for_markdown_range...Guillaume Gomez-2/+72
2025-06-01Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmannGuillaume Gomez-35/+120
2025-06-01Add `visit_id` to ast `Visitor`Deadbeef-4/+4
2025-05-31source_span_for_markdown_range: fix utf8 violationbinarycat-2/+72
2025-05-30Fix spans for unsafe bindersMatthew Jasper-2/+1
2025-05-30Rollup merge of #133823 - estebank:issue-56328, r=petrochenkovMatthias Krüger-0/+1
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-0/+1
2025-05-29Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-deadJacob Pratt-12/+12
2025-05-28Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.Nicholas Nethercote-12/+12
2025-05-28consider glob imports in cfg suggestionbohan-2/+48
2025-05-23Rollup merge of #141376 - nnethercote:rename-kw-Empty, r=petrochenkovMatthias Krüger-3/+3
2025-05-23Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG...Matthias Krüger-4/+47
2025-05-22rustdoc: improve diagnostics on raw doc fragmentsbinarycat-4/+47
2025-05-22Rename `kw::Empty` as `sym::empty`.Nicholas Nethercote-3/+3
2025-05-21Rollup merge of #141267 - dianne:fix-141265, r=oli-obkMatthias Krüger-1/+3
2025-05-21Rollup merge of #141213 - xizheyin:issue-141136, r=nnethercoteMatthias Krüger-6/+18
2025-05-21Downgrade the confident of suggestion `available field in format string` and ...xizheyin-10/+4
2025-05-21collect doc alias as tips during resolutionbohan-1/+74
2025-05-19only resolve top-level guard patterns' guards oncedianne-1/+3
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-1/+1
2025-05-18Rollup merge of #140746 - dianne:guard-pat-res, r=oli-obkLeón Orell Valerian Liehr-34/+99
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-1/+1
2025-05-18name resolution for guard patternsdianne-2/+34
2025-05-18Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field of...xizheyin-6/+24
2025-05-17Use `crate::` prefix for root macro suggestionsbohan-1/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-11Rollup merge of #140795 - mu001999-contrib:sugg-stable-import-first, r=petroc...León Orell Valerian Liehr-6/+69
2025-05-09Suggest stable candidates rather than unstable onesmu001999-6/+69
2025-05-09Remove `Ident::empty`.Nicholas Nethercote-9/+20
2025-05-07delay introducing pattern bindings into scopedianne-30/+52
2025-05-07add a type alias for the pattern bindings stackdianne-3/+14
2025-05-06Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-...bors-1/+1
2025-05-05Handle rustc_middle cases of rustc::potential_query_instability lintismailarilik-1/+1
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-1/+6
2025-05-02resolve: Support imports of associated types and glob imports from traitsVadim Petrochenkov-49/+28
2025-04-30Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkovbors-0/+1
2025-04-30Simplify `LazyAttrTokenStream`.Nicholas Nethercote-0/+1
2025-04-29Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...John Kåre Alsaker-1/+6
2025-04-28Add or-patterns to pattern typesOli Scherer-0/+5
2025-04-27Make error for tuple struct pat/expr w/ FQS clearerWaffle Lapkin-35/+120
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-20Remove #[rustc_macro_edition_2021].Mara Bos-8/+1
2025-04-17Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwcoMatthias Krüger-3/+3
2025-04-15Rollup merge of #139848 - nnethercote:kw-Empty-5, r=compiler-errorsMatthias Krüger-1/+1
2025-04-15Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalatharbors-3/+4
2025-04-15Use a dummy ident for a `lint_if_path_starts_with_module` call.Nicholas Nethercote-1/+1
2025-04-15Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obkStuart Cook-3/+4
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-2/+3