about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src
AgeCommit message (Expand)AuthorLines
2023-10-13Remove pretty-printing traits.Nicholas Nethercote-130/+52
2023-10-13Merge `print_*` functions.Nicholas Nethercote-70/+52
2023-10-13Simplify support traits.Nicholas Nethercote-70/+30
2023-10-13Remove unused `PrinterSupport::hir_map` method.Nicholas Nethercote-16/+0
2023-10-13Remove PpAstTreeMode.Nicholas Nethercote-3/+3
2023-10-13Remove an outdated comment.Nicholas Nethercote-4/+0
2023-10-13Remove unnecessary call to `call_with_pp_support_hir`.Nicholas Nethercote-4/+2
2023-10-13Rename some things.Nicholas Nethercote-35/+35
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-10-06rustc_driver: avoid fallible conversionsTamir Duberstein-15/+18
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/+151
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-41/+46
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-20Move OutFileName writing into rustc_sessionDavid Tolnay-19/+1
2023-07-20Store individual output file name with every PrintRequestDavid Tolnay-8/+6
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-14/+89
2023-07-19Clarify arbitrary constantsJubilee-2/+3
2023-07-19Add recursion detection to signal-safe backtraceJubilee Young-18/+83
2023-07-19Explain SIGSEGV backtrace handlerJubilee Young-66/+85
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
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-15/+54
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-61/+76
2023-06-23Make sure to include default en-US ftl resources for rustc_error crateMichael Goulet-0/+1
2023-06-22Avoid `Lrc<Box<dyn CodegenBackend>>`.Nicholas Nethercote-2/+2
2023-06-21Remove Queries::ongoing_codegen.Nicholas Nethercote-2/+2
2023-06-14Rollup merge of #112109 - Alexendoo:unsupported-split-debuginfo, r=b-naberMatthias Krüger-3/+1
2023-06-13Don't print unsupported split-debuginfo modes with -Zunstable-optionsAlex Macleod-3/+1
2023-06-12Collect VTable stats & add `-Zprint-vtable-sizes`Maybe Waffle-0/+7
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-7/+12