rust/compiler/rustc_mir_dataflow
Nicholas Nethercote e966c89417 Deparameterize `Results` and `ResultsCursor`.
They both now only ever contain a `Results<'tcx, A>`.

This means `AnalysisResults` can be removed, as can many
`borrow`/`borrow_mut` calls. Also `Results` no longer needs a
`PhantomData` because `'tcx` is now named by `entry_sets`.
2023-11-27 10:35:43 +11:00
..
src Deparameterize `Results` and `ResultsCursor`. 2023-11-27 10:35:43 +11:00
Cargo.toml Replace `custom_encodable` with `encodable`. 2023-11-22 18:37:14 +11:00
messages.ftl Ensure Fluent messages are in alphabetical order 2023-05-25 23:49:35 +00:00