| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-03 | move `tests/ui/resolve/suggest*` to `tests/ui/resolve/suggestions/` | xizheyin | -12/+0 | |
| Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn> | ||||
| 2025-06-05 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -2/+2 | |
| 2025-04-14 | Rollup merge of #139127 - compiler-errors:prim-ty-hack, r=oli-obk | Matthias Krüger | -0/+1 | |
| Fix up partial res of segment in primitive resolution hack There is a hack in the resolver: ``` // In `a(::assoc_item)*` `a` cannot be a module. If `a` does resolve to a module we // don't report an error right away, but try to fallback to a primitive type. ``` This fixes up the resolution for primitives which would otherwise resolve to a module, but we weren't also updating the res of the path segment, leading to weird diagnostics. We explicitly call `self.r.partial_res_map.insert` instead of `record_partial_res` b/c we have recorded a partial res already, and we specifically want to override it. cc https://github.com/rust-lang/rust/issues/139095#issuecomment-2764371934 | ||||
| 2025-03-30 | Fix up partial res of segment in primitive resolution hack | Michael Goulet | -0/+1 | |
| 2025-03-29 | rustc_resolve: Test the order that preludes are resolved | jyn | -0/+16 | |
| 2025-01-21 | add test for issue 135289 | Rémy Rakic | -0/+13 | |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -9/+0 | |
| 2024-09-07 | Don't call fn_arg_names for non-fn in resolver | Michael Goulet | -0/+3 | |
| 2024-03-07 | Add known-bug tests for `derive(PartialEq)` mismatches with ↵ | Oli Scherer | -0/+27 | |
| `#[repr(packed)]` attributes that are not visible before macro expansion | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2024-01-05 | fix OOM when `ty::Instance` is used in query description | Lukas Markeffsky | -0/+12 | |
| 2023-06-20 | test(resolve): update_resolution for remove single import | bohan | -0/+13 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+93 | |
