about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
AgeCommit message (Expand)AuthorLines
2024-07-26Add a label to point to the lacking macro name definitionLin Yihai-2/+5
2024-07-24Do not use question as labelEsteban Küber-2/+2
2024-07-20Just totally fully deny late-bound constsMichael Goulet-1/+5
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-5/+5
2024-07-19Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgrbors-1/+16
2024-07-19Rollup merge of #127662 - estebank:gate-span, r=TaKO8KiMatthias Krüger-1/+16
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-2/+13
2024-07-18Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnrbors-22/+56
2024-07-18Rollup merge of #127886 - estebank:as-rename-suggestion, r=compiler-errorsMatthias Krüger-8/+10
2024-07-18Accurate `use` rename suggestion spanEsteban Küber-8/+10
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-2/+13
2024-07-16Update method name to reflect changes to its internalsOli Scherer-3/+3
2024-07-12Rollup merge of #127310 - chenyukang:yukang-fix-suggest-import-ice, r=estebankJubilee-5/+5
2024-07-12When finding item gated behind a `cfg` flat, point at itEsteban Küber-1/+16
2024-07-12Auto merge of #127382 - estebank:const-let, r=compiler-errorsbors-25/+55
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-22/+51
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-4/+5
2024-07-10Fix diagnostic and add a test for itMichael Goulet-1/+1
2024-07-08Rollup merge of #127431 - oli-obk:feed_item_attrs, r=compiler-errors许杰友 Jieyou Xu (Joe)-37/+41
2024-07-07Rollup merge of #127308 - nnethercote:Attribute-cleanups, r=petrochenkovMatthias Krüger-1/+1
2024-07-07Remove `HasSpan` trait.Nicholas Nethercote-1/+1
2024-07-06Use field ident spans directly instead of the full field span in diagnostics ...Oli Scherer-37/+41
2024-07-06out_of_scope_macro_calls: Detect calls inside attributes more preciselyVadim Petrochenkov-12/+25
2024-07-04Fix import suggestion iceyukang-5/+5
2024-07-04Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG...bors-5/+9
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger-0/+2
2024-07-01Fix import suggestion error when failed not from startingyukang-1/+11
2024-06-30rustdoc: update to pulldown-cmark 0.11Michael Howell-5/+9
2024-06-28Change RTN to use .. againMichael Goulet-0/+2
2024-06-27Tighten spans for async blocksMichael Goulet-1/+1
2024-06-25resolve: Tweak some naming around import ambiguitiesVadim Petrochenkov-50/+42
2024-06-25Auto merge of #125741 - petrochenkov:atvisord, r=davidtwcobors-12/+87
2024-06-24resolve: Implement a lint for out-of-scope use of `macro_rules`Vadim Petrochenkov-12/+87
2024-06-24Rollup merge of #125241 - Veykril:tool-rust-analyzer, r=davidtwcoMatthias Krüger-3/+4
2024-06-21Add `rust_analyzer` as a predefined toolLukas Wirth-3/+4
2024-06-21Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorinoMatthias Krüger-6/+1
2024-06-20StaticForeignItem and StaticItem are the sameMichael Goulet-6/+1
2024-06-20collect attrs in const block exprbohan-0/+3
2024-06-19Rollup merge of #124135 - petrochenkov:deleglob, r=fmease许杰友 Jieyou Xu (Joe)-32/+172
2024-06-18Remove redundant argument from `subdiagnostic` methodOli Scherer-58/+42
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-2/+2
2024-06-17Rework precise capturing syntaxMichael Goulet-3/+3
2024-06-17Rollup merge of #126568 - bvanjoi:fix-126376, r=petrochenkovMatthias Krüger-9/+16
2024-06-17Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote许杰友 Jieyou Xu (Joe)-53/+89
2024-06-17mark undetermined if target binding in current ns is not gotbohan-9/+16
2024-06-15delegation: Fix hygiene for `self`Vadim Petrochenkov-20/+28
2024-06-14delegation: Implement glob delegationVadim Petrochenkov-43/+185
2024-06-14Resolve const lifetimes to static in trait tooMichael Goulet-22/+34
2024-06-14Resolve elided lifetimes in assoc const to static if no other lifetimes are i...Michael Goulet-40/+64
2024-06-13Tweak output of import suggestionsEsteban Küber-7/+39