summary refs log tree commit diff
path: root/compiler/rustc_driver_impl
AgeCommit message (Expand)AuthorLines
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-31/+28
2024-01-25Remove unused featuresclubby789-2/+0
2024-01-15Replace `TrimmedDefPaths` with a bool.Nicholas Nethercote-2/+2
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-1/+1
2024-01-09Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errorsGuillaume Gomez-16/+92
2024-01-09Rollup merge of #119527 - klensy:ordering, r=compiler-errorsGuillaume Gomez-2/+1
2024-01-08Add support for shell argfilesDavid Koloski-16/+92
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-1/+1
2024-01-06don't reexport atomic::ordering via rustc_data_structures, use std importklensy-2/+1
2024-01-05Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obkMichael Goulet-1/+1
2024-01-05Rename `EmitterWriter` as `HumanEmitter`.Nicholas Nethercote-1/+1
2023-12-28Use Result::flatten in catch_with_exit_codeDaniPopes-2/+2
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-1/+1
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-5/+7
2023-12-23Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.Nicholas Nethercote-13/+12
2023-12-19rename to verbose-internalsjyn-1/+1
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-32/+32
2023-12-18Rename many `EarlyDiagCtxt` arguments.Nicholas Nethercote-24/+24
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-20/+16
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-4/+7
2023-12-12clippy::complexity fixesMatthias Krüger-3/+1
2023-12-11Extract exhaustiveness into its own crateNadrieril-0/+2
2023-12-05rustc_driver_impl: Address all `rustc::potential_query_instability` lintsMartin Nordholts-1/+0
2023-12-01Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3bors-1/+1
2023-11-30Move `MetadataLoader{,Dyn}` to `rustc_metadata`.Nicholas Nethercote-1/+1
2023-11-26Turn write_dep_info into a regular functionbjorn3-6/+2
2023-11-26Mostly revert "Accept crate name instead of attributes in build_output_filena...bjorn3-1/+1
2023-11-26Feed the output filenames into the TyCtxtbjorn3-4/+4
2023-11-26Serialize OutputFilenames into rmeta filebjorn3-3/+2
2023-11-26Accept crate name instead of attributes in build_output_filenamesbjorn3-1/+1
2023-11-26Remove unnecessary dependencies.Nicholas Nethercote-1/+0
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+1
2023-11-26Remove `rustc_error_messages/messages.ftl`.Nicholas Nethercote-1/+0
2023-11-22Merge `Queries::{ongoing_codegen,linker}`.Nicholas Nethercote-2/+1
2023-11-22Make `Compiler::{sess,codegen_backend}` public.Nicholas Nethercote-3/+3
2023-11-22Add two useful comments.Nicholas Nethercote-0/+4
2023-11-18Auto merge of #118002 - nnethercote:unify-input-no-input, r=bjorn3bors-109/+80
2023-11-17Rollup merge of #117745 - ouz-a:emit_smir, r=celinvalMatthias Krüger-0/+7
2023-11-18Simplify `run_compiler` control flow.Nicholas Nethercote-72/+54
2023-11-18Factor out two `print_crate_info` calls.Nicholas Nethercote-2/+3
2023-11-18Move `describe_lints` calls.Nicholas Nethercote-9/+9
2023-11-18Merge `interface::run_compiler` calls.Nicholas Nethercote-30/+18
2023-11-18Rename `early_error_handler` as `default_handler`.Nicholas Nethercote-9/+9
2023-11-17change smir to StableMirOğuz Ağcayazı-1/+1
2023-11-17better formatting for statementsOğuz Ağcayazı-1/+1
2023-11-17emit basic smirOğuz Ağcayazı-0/+7
2023-11-17Move `CodegenBackend` out of `Linker`.Nicholas Nethercote-6/+5
2023-11-17Move `Session` out of `Linker`.Nicholas Nethercote-1/+1