rust/compiler/stable_mir/src
surechen 40ae34194c remove redundant imports
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
2023-12-10 10:56:22 +08:00
..
mir Add tests to allocation methods and fix is_null() 2023-12-07 17:01:29 -08:00
compiler_interface.rs Fix conversion to StaticDef and add test 2023-12-07 17:01:29 -08:00
crate_def.rs Improve documentation and fix the fixme comment 2023-11-23 12:29:20 -08:00
error.rs remove redundant imports 2023-12-10 10:56:22 +08:00
lib.rs Add instance evaluation and methods to read alloc 2023-12-07 17:01:29 -08:00
mir.rs Add support to global allocation to stable-mir 2023-11-21 19:16:53 -08:00
target.rs Add instance evaluation and methods to read alloc 2023-12-07 17:01:29 -08:00
ty.rs Add tests to allocation methods and fix is_null() 2023-12-07 17:01:29 -08:00
visitor.rs add CoroutineWitness to covered types 2023-11-10 17:02:08 +03:00