Nicholas Nethercote
|
806be25fc9
|
Move methods from Map to TyCtxt, part 3.
Continuing the work from #137162.
Every method gains a `hir_` prefix.
|
2025-02-21 14:31:09 +11:00 |
|
bjorn3
|
1fcae03369
|
Rustfmt
|
2025-02-08 22:12:13 +00:00 |
|
Eric Huss
|
3e80697972
|
Use links to edition guide for edition migrations
|
2024-12-15 20:28:16 -08:00 |
|
Michael Goulet
|
c682aa162b
|
Reformat using the new identifier sorting from rustfmt
|
2024-09-22 19:11:29 -04:00 |
|
Pavel Grigorenko
|
f6e8a84eea
|
Make Ty::boxed_ty return an Option
|
2024-09-06 00:30:36 +03:00 |
|
Nicholas Nethercote
|
f10284162f
|
Add warn(unreachable_pub) to rustc_lint.
|
2024-08-27 15:24:11 +10:00 |
|
Nicholas Nethercote
|
84ac80f192
|
Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
|
2024-07-29 08:26:52 +10:00 |
|
Kalle Wachsmuth
|
dfe69f7259
|
boxed_slice_into_iter: tiny doc correction
|
2024-06-16 20:57:48 +02:00 |
|
Pietro Albini
|
be9e27e490
|
replace version placeholder
|
2024-06-11 16:52:02 +02:00 |
|
Michael Goulet
|
a502e7ac1d
|
Implement BOXED_SLICE_INTO_ITER
|
2024-05-20 19:21:30 -04:00 |
|