rust/compiler/rustc_session/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
..
cgu_reuse_tracker.rs translations(rustc_session): migrate check_expected_reuse 2022-08-26 16:10:11 +02:00
code_stats.rs avoid some Symbol to String conversions 2022-07-17 04:09:20 +09:00
config.rs session: stabilize split debuginfo on linux 2022-08-18 15:19:40 +01:00
cstore.rs Implementation of import_name_type 2022-08-26 09:15:35 -07:00
errors.rs translations(rustc_session): migrate check_expected_reuse 2022-08-26 16:10:11 +02:00
filesearch.rs Prettify rustc_session fmt with capturing args (nfc) 2022-03-24 22:38:13 -07:00
lib.rs Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=davidtwco 2022-08-31 14:29:52 +02:00
options.rs Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_session"" 2022-08-15 16:24:07 +02:00
output.rs Use a let-chain in _session::output (nfc) 2022-03-24 22:38:32 -07:00
parse.rs translations(rustc_session): migrate 80% of the file parse.rs 2022-08-26 16:10:11 +02:00
search_paths.rs incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. 2022-04-19 10:43:20 +02:00
session.rs Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwco 2022-08-26 15:56:23 -07:00
utils.rs Lib kind -l link-arg: 2022-07-26 13:55:27 +03:00