about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/late
AgeCommit message (Expand)AuthorLines
2025-03-26Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e...Stuart Cook-14/+0
2025-03-25Rollup merge of #138837 - petrochenkov:resinstab2, r=jieyouxuTakayuki Maeda-5/+0
2025-03-24resolve: Avoid some unstable iteration 2Vadim Petrochenkov-1/+1
2025-03-24Remove fields that are dead since the removal of type ascription syntaxLeón Orell Valerian Liehr-14/+0
2025-03-22resolve: Avoid some unstable iteration 3Vadim Petrochenkov-5/+0
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-6/+5
2025-03-14resolve: Avoid some unstable iterationVadim Petrochenkov-2/+10
2025-03-07Rollup merge of #138115 - compiler-errors:static-typo, r=BoxyUwUMatthias Krüger-18/+30
2025-03-06Suggest typo fix for static lifetimeMichael Goulet-18/+30
2025-03-06Rollup merge of #137825 - estebank:rtn-sugg-2, r=compiler-errorsMichael Goulet-1/+38
2025-03-06Rollup merge of #137565 - compiler-errors:macro-ex, r=estebankMichael Goulet-0/+8
2025-03-04Also note struct access, and fix macro expansion from foreign cratesMichael Goulet-2/+4
2025-03-03Point out macro expansion ident in resolver errors tooMichael Goulet-0/+6
2025-03-03Provide more context on resolve error caused from incorrect RTNEsteban Küber-1/+38
2025-03-03Do not recover missing lifetime with random in-scope lifetimeMichael Goulet-6/+0
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-1/+0
2025-02-22Fix binding mode problemsMichael Goulet-3/+3
2025-02-18When giving a suggestion to use :: instead of . where the rhs is a macro givi...Zachary S-1/+1
2025-02-18Suggest using :: instead of . for enums in some cases.Zachary S-14/+56
2025-02-18Suggest using :: instead of . in more cases.Zachary S-9/+7
2025-02-12Fix diagnostic when using = instead of : in let bindingsyukang-1/+22
2025-02-08Rustfmtbjorn3-15/+21
2025-01-28Refactor FnKind variant to hold &FnCelina G. Val-5/+5
2025-01-27Remove redundant to_ident_string callsMichael Goulet-3/+2
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-3/+3
2025-01-09Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors-1/+1
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2025-01-08Add check for missing fields in enum variant patternEsteban Küber-1/+1
2025-01-07Ensure that we don't try to access fields on a non-struct pattern type in dia...Esteban Küber-1/+3
2024-12-18Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxubors-2/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-17Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviperMatthias Krüger-1/+1
2024-12-16update uses of extract_if in the compilerThe 8472-1/+1
2024-12-15Use `span_label` as it looks better when we show pattern missing binding in o...Esteban Küber-22/+5
2024-12-15Use `ErrorGuaranteed` moreEsteban Küber-3/+3
2024-12-13Keep track of patterns that could have introduced a binding, but didn'tEsteban Küber-0/+60
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-0/+1
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-17/+20
2024-11-23Update tests for new TRPL chapter orderChris Krycho-1/+1
2024-11-08use verbose for path separator suggestionMichael Goulet-1/+1
2024-11-05Rollup merge of #132567 - estebank:bad-suggestion, r=NadrierilMatthias Krüger-10/+36
2024-11-03Properly suggest `E::assoc` when we encounter `E::Variant::assoc`Esteban Küber-10/+36
2024-11-02Suggest fixing typos and let bindings at the same timeuellenberg-3/+6
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-3/+3
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-18/+19
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-18/+19
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-1/+1
2024-10-06On function and method calls in patterns, link to the bookEsteban Küber-0/+13
2024-09-24Separate collection of crate-local inherent impls from error reportingMichael Goulet-2/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-32/+26