about summary refs log tree commit diff
path: root/compiler/rustc_session/src/cgu_reuse_tracker.rs
AgeCommit message (Expand)AuthorLines
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-130/+0
2023-10-09Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse callbjorn3-7/+1
2022-12-01Remove useless borrows and derefsMaybe Waffle-1/+1
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+0
2022-08-26translations(rustc_session): migrate check_expected_reuseLuis Cardoso-12/+5
2022-08-26translations(rustc_session): migrate 80% of the file parse.rsLuis Cardoso-1/+3
2022-08-26translations(rustc_session): migrate the file cgu_reuse_trackerLuis Cardoso-5/+29
2022-03-24Prettify rustc_session fmt with capturing args (nfc)Jubilee Young-8/+6
2021-05-08Make `Diagnostic::span_fatal` unconditionally raise an errorJoshua Nelson-1/+1
2020-08-30mv compiler to compiler/mark-0/+120