rust/compiler/rustc_const_eval/src
Matthias Krüger cf911ac757
Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514
More core::fmt::rt cleanup.

- Removes the `V1` suffix from the `Argument` and `Flag` types.

- Moves more of the format_args lang items into the `core::fmt::rt` module. (The only remaining lang item in `core::fmt` is `Arguments` itself, which is a public type.)

Part of https://github.com/rust-lang/rust/issues/99012

Follow-up to https://github.com/rust-lang/rust/pull/110616
2023-04-28 07:34:02 +02:00
..
const_eval Lower intrinsics::offset to mir::BinOp::Offset 2023-04-25 19:23:45 -07:00
interpret rename needs_subst to has_param 2023-04-27 08:35:19 +01:00
transform Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 2023-04-28 07:34:02 +02:00
util Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00