rust/compiler/rustc_symbol_mangling/src
Nilstrieb 5acf26b97e Make ty::print::Printer take &mut self instead of self
This simplifies the code by removing all the `self` assignments and
makes the flow of data clearer - always into the printer.
Especially in v0 mangling, which already used  `&mut self` in some
places, it gets a lot more uniform.
2023-10-21 11:33:05 +02:00
..
typeid s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
legacy.rs Make ty::print::Printer take &mut self instead of self 2023-10-21 11:33:05 +02:00
lib.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
test.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
typeid.rs CFI: Fix SIGILL reached via trait objects 2023-05-09 20:04:19 +00:00
v0.rs Make ty::print::Printer take &mut self instead of self 2023-10-21 11:33:05 +02:00