about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-24/+21
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-1/+2
2023-10-30Delay parsing of `--cfg` and `--check-cfg` options.Nicholas Nethercote-4/+2
2023-10-28Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obkJubilee-1/+1
2023-10-28Clean up config mess.Nicholas Nethercote-1/+1
2023-10-27Rollup merge of #116834 - nnethercote:rustc_symbol_mangling, r=davidtwcoMatthias Krüger-1/+0
2023-10-26Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiserbors-9/+51
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-9/+51
2023-10-18Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkovbors-2/+7
2023-10-17Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump filesEsteban Küber-2/+7
2023-10-17Rollup merge of #116827 - nnethercote:pub-handle_options, r=compiler-errorsMatthias Krüger-1/+5
2023-10-17Remove `rustc_symbol_mangling/messages.ftl`.Nicholas Nethercote-1/+0
2023-10-17Make `handle_options` public again.Nicholas Nethercote-1/+5
2023-10-16Auto merge of #116731 - Alexendoo:hash-untracked-state, r=oli-obkbors-0/+1
2023-10-14Add `Config::hash_untracked_state` callbackAlex Macleod-0/+1
2023-10-13Format all the let chains in compilerMichael Goulet-3/+4
2023-10-13Remove unneeded `pub`s.Nicholas Nethercote-7/+7
2023-10-13Remove pretty-printing traits.Nicholas Nethercote-1/+0
2023-10-13Merge `print_*` functions.Nicholas Nethercote-2/+2
2023-10-13Simplify support traits.Nicholas Nethercote-2/+3
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-10-06rustc_driver: avoid fallible conversionsTamir Duberstein-12/+15
2023-10-06compiler: always use var_os("RUST_BACKTRACE")Tamir Duberstein-2/+2
2023-09-19Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-sebors-26/+54
2023-09-13Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiserbors-2/+4
2023-09-10Show lib features in -Zls and allow configuring which things are shownbjorn3-2/+4
2023-09-10Remove EarlyErrorHandler argument from after_analysis callbackbjorn3-2/+1
2023-09-10Rename after_parsing callback to after_crate_root_parsingbjorn3-3/+4
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+1
2023-09-07Make ICE backtrace actually match the panic handlerMichael Goulet-2/+19
2023-09-07Don't modify libstd to dump rustc ICEsMichael Goulet-26/+37
2023-08-30Rollup merge of #113565 - workingjubilee:better-signal-handler-message, r=pnk...Matthias Krüger-66/+9
2023-08-29Auto merge of #114114 - keith:ks/always-add-lc_build_version-for-metadata-obj...bors-5/+3
2023-08-24Move extra_compiler_flags() to rustc_sessionMartin Nordholts-48/+1
2023-08-21Always add LC_BUILD_VERSION for metadata object filesKeith Smiley-5/+3
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-2/+0
2023-08-07rustc_interface: Dismantle `register_plugins` queryVadim Petrochenkov-10/+6
2023-08-06Auto merge of #114476 - Urgau:missing-dep-file-112898, r=oli-obkbors-0/+4
2023-08-04Fix missing dependency file with -ZunprettyUrgau-0/+4
2023-07-31Replace the many arguments of `EmitterWriter::stderr` with builder methodsOli Scherer-11/+1
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-1/+1
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-22/+45
2023-07-20Create separate match arms for FileNames and CrateNamesDavid Tolnay-10/+14
2023-07-20Implement printing to file in codegen_backend.printDavid Tolnay-1/+1
2023-07-20Implement printing to file in print_crate_infoDavid Tolnay-17/+38
2023-07-20Store individual output file name with every PrintRequestDavid Tolnay-8/+6
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-13/+67
2023-07-19Explain SIGSEGV backtrace handlerJubilee Young-66/+9
2023-07-11Don't require each rustc_interface tool to opt-in to parallel_rustc supportjyn-3/+0
2023-07-10Dynamically size sigaltstk in rustcJubilee Young-5/+22