rust/compiler/rustc_codegen_ssa/src
Ralf Jung 24922b7a82
Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=davidtwco
translations(rustc_session): migrates `rustc_session` to use `SessionDiagnostic` - Pt. 1

## Description

This is the first PR for the migration of the module `rustc_session`. You can follow my progress [here](https://github.com/rust-lang/rust/issues/100717#issuecomment-1220279883).

The PR migrates the files `cgu_reuse_tracker` and `parse.rs` to use `SessionDiagnostic `.
2022-08-31 14:29:52 +02:00
..
back Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=davidtwco 2022-08-31 14:29:52 +02:00
coverageinfo Remove in_band_lifetimes from rustc_codegen_ssa 2021-12-15 00:41:41 -05:00
debuginfo Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names. 2022-08-12 10:53:07 +02:00
mir Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk 2022-08-29 06:34:43 +02:00
traits Move the cast_float_to_int fallback code to GCC 2022-08-16 15:46:17 -07:00
base.rs make NOP dyn casts not require anything about the vtable 2022-08-06 18:31:59 -04:00
common.rs rustc_codegen_ssa: derive copy and clone for various enums 2022-05-25 10:34:35 +02:00
glue.rs use unchecked mul to compute slice sizes 2022-06-14 17:09:07 -04:00
lib.rs Code cleaning 2022-08-25 19:04:00 +02:00
meth.rs Simplify get_trait_ref a bit 2022-08-29 04:19:14 +00:00
mono_item.rs Add codegen for global_asm! sym operands 2022-04-15 14:36:30 +01:00
target_features.rs feat: Target features for 1st group of RISC-V Bitmanip extensions 2022-08-14 12:09:44 +02:00