about summary refs log tree commit diff
path: root/tests/ui/resolve
AgeCommit message (Expand)AuthorLines
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-52/+67
2025-01-24Reword "crate not found" resolve messageEsteban Küber-52/+67
2025-01-22Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgrbors-2/+2
2025-01-22Rollup merge of #135596 - compiler-errors:stack, r=oli-obkMatthias Krüger-2/+2
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-4/+5
2025-01-21add test for issue 135289Rémy Rakic-0/+30
2025-01-18Fix ICE in resolving associated items as non-bindingsFrank King-0/+107
2025-01-16Properly note when query stack is being cut offMichael Goulet-2/+2
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-2/+4
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-6/+6
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-2/+2
2024-12-17Adjust `tests/ui/attrs-resolution.rs`许杰友 Jieyou Xu (Joe)-0/+45
2024-12-17Adjust `tests/ui/attrs-resolution-errors.rs`许杰友 Jieyou Xu (Joe)-0/+81
2024-12-10Silence `use foo::Bar;` error if `Bar` isn't found in `foo` and `foo.rs` has ...Esteban Küber-10/+3
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-9/+3
2024-12-10Add test for resolve errors caused by mod with parse errorsEsteban Küber-0/+60
2024-12-10Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obkLeón Orell Valerian Liehr-34/+0
2024-12-09fix ICE on type error in promotedRalf Jung-34/+0
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-1/+1
2024-12-01fix ICE when promoted has layout size overflowRalf Jung-0/+34
2024-11-27Update tests to use new proc-macro headerEric Huss-12/+3
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-2/+0
2024-11-23Update tests for new TRPL chapter orderChris Krycho-1/+1
2024-11-20Detect const in pattern with typoEsteban Küber-0/+123
2024-11-08use verbose for path separator suggestionMichael Goulet-17/+97
2024-11-03Properly suggest `E::assoc` when we encounter `E::Variant::assoc`Esteban Küber-5/+1
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-8/+0
2024-10-11Don't assume traits used as type are trait objsVulnBandit-32/+10
2024-10-06On function and method calls in patterns, link to the bookEsteban Küber-2/+4
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-1/+1
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-4/+4
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-07Don't call fn_arg_names for non-fn in resolverMichael Goulet-0/+28
2024-08-19Don't consider RibKind::Module's bindings when checking generics shadowingMichael Goulet-0/+8
2024-07-29Structured suggestion for `extern crate foo` when `foo` isn't resolved in importEsteban Küber-7/+28
2024-07-26Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errorsTrevor Gross-3/+21
2024-07-26Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er...Trevor Gross-1/+1
2024-07-26Add a label to point to the lacking macro name definitionLin Yihai-3/+21
2024-07-24Do not use question as labelEsteban Küber-16/+16
2024-07-23Inside eager ty aliases on unresolved assoc tys suggest fully qualifying inst...León Orell Valerian Liehr-1/+1
2024-07-22Revert suggestion verbosity changeEsteban Küber-6/+3
2024-07-22Change suggestion message wordingEsteban Küber-1/+1
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-3/+6
2024-07-18More accurate suggestions when writing wrong style of enum variant literalEsteban Küber-0/+35
2024-07-18Accurate `use` rename suggestion spanEsteban Küber-3/+3
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-6/+6
2024-07-06Use field ident spans directly instead of the full field span in diagnostics ...Oli Scherer-8/+8
2024-07-05Use verbose style for argument removal suggestionEsteban Küber-4/+6
2024-06-20collect attrs in const block exprbohan-0/+17
2024-06-13Tweak output of import suggestionsEsteban Küber-12/+12