Jason Newcomb
a6078f87db
Remove path_to_local_id
2025-10-10 23:09:26 -04:00
Samuel Tardieu
e16801e68c
Use symbols instead of &str when possible
2025-05-19 22:47:57 +02:00
Alex Macleod
5b0004c45f
Migrate clippy_lints to new MSRV API
2025-02-28 18:15:11 +00:00
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
Oli Scherer
0faf8c7c62
Rename PatKind::Lit to Expr
2025-01-08 07:34:59 +00:00
Oli Scherer
28d2363de8
Exhaustively handle expressions in patterns
2025-01-08 07:33:46 +00:00
Philipp Krones
d58b911e01
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-update
2024-11-28 19:38:59 +01:00
Philipp Krones
b61fcbee76
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update
2024-09-24 11:58:04 +02:00
Philipp Krones
4e6851e50b
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-update
2024-07-25 18:29:17 +02:00
Philipp Krones
abdd057163
Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-update
2024-06-27 18:56:04 +02:00
Philipp Krones
3bff119f63
Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-update
2024-06-13 12:30:48 +02:00