rust/compiler/rustc_metadata/src
Nicholas Nethercote 2b91c40c19 Avoid adjusting file positions twice.
`imported_source_files` adjusts lots of file positions, and then calls
`new_imported_source_file`, which then adjust them all again. This
commit combines the two adjustments into one, for a small perf win.
2022-05-26 08:56:49 +10:00
..
rmeta Avoid adjusting file positions twice. 2022-05-26 08:56:49 +10:00
creader.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
dependency_format.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
foreign_modules.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
lib.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
locator.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
native_libs.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00