rust/tests/ui/author
Nicholas Nethercote 8cf9eea5b3 Move some Map methods onto TyCtxt.
The end goal is to eliminate `Map` altogether.

I added a `hir_` prefix to all of them, that seemed simplest. The
exceptions are `module_items` which became `hir_module_free_items` because
there was already a `hir_module_items`, and `items` which became
`hir_free_items` for consistency with `hir_module_free_items`.
2025-02-17 13:21:02 +11:00
..
blocks.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
blocks.stdout Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
call.rs Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
call.stdout Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
if.rs Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
if.stdout Rename PatKind::Lit to Expr 2025-01-08 07:34:59 +00:00
issue_3849.rs Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
issue_3849.stdout Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
loop.rs Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
loop.stdout Rename PatKind::Lit to Expr 2025-01-08 07:34:59 +00:00
macro_in_closure.rs Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
macro_in_closure.stdout Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
macro_in_loop.rs Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
macro_in_loop.stdout Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
matches.rs Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
matches.stdout Rename PatKind::Lit to Expr 2025-01-08 07:34:59 +00:00
repeat.rs Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
repeat.stdout Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
struct.rs Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
struct.stdout Rename PatKind::Lit to Expr 2025-01-08 07:34:59 +00:00