about summary refs log tree commit diff
path: root/compiler/rustc_driver
AgeCommit message (Expand)AuthorLines
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-28/+25
2022-12-31Only deduplicate stack traces for good path bugsMichael Goulet-3/+5
2022-12-25fix more clippy::style findingsMatthias Krüger-1/+1
2022-12-22Make `sess.bug` much less noisyJoshua Nelson-3/+6
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-12-07Use `Symbol` for the crate name instead of `String`/`str`Oli Scherer-4/+5
2022-12-02Remove `-Zno-interleave-lints`.Nicholas Nethercote-4/+2
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-2/+2
2022-11-24Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiserbors-6/+3
2022-11-19Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholkMatthias Krüger-3/+3
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-6/+3
2022-11-09Rollup merge of #104184 - jyn514:rustdoc-version, r=davidtwcoManish Goregaokar-10/+32
2022-11-09Fix `rustdoc --version` when used with download-rustcJoshua Nelson-10/+32
2022-11-07Add --print=split-debuginfoKamil Koczurek-0/+11
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+1
2022-10-25Remove `rustc_driver::set_sigpipe_handler()`Martin Nordholts-12/+0
2022-10-23Migrate all diagnosticsNilstrieb-7/+7
2022-10-19Clarify `run_in_thread_pool_with_globals`.Nicholas Nethercote-0/+1
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+1
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-23/+10
2022-10-16Use IsTerminal in rustc_driverJosh Triplett-3/+3
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-1/+4
2022-10-06Fix some comments.Nicholas Nethercote-2/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-2/+2
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-09-22Improve the help message for an invalid calling conventionkhyperia-0/+5
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-8/+8
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-8/+8
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-14make `mk_attr_id` part of `ParseSess`SparrowLii-0/+2
2022-09-08Fix ICE report flags display.Eric Huss-4/+7
2022-09-01tracing::instrument cleanupOli Scherer-1/+1
2022-08-30add UI test for unprettyyukang-5/+12
2022-08-28pretty printing give proper erro message without panicyukang-5/+9
2022-08-25Code cleaningAdrian Tombu-3/+3
2022-08-25Replace spaghetti with a simple errors enumAdrian Tombu-7/+42
2022-08-25Start adding enum errors for deserialize_rlinkAdrian Tombu-3/+4
2022-08-25Use std::io::Error and remove useless to_stringAdrian Tombu-5/+5
2022-08-25Fixes fmt & SessionDiagnostic structsAdrian Tombu-31/+9
2022-08-25Start moving rustc_driver to SessionDiagnosticAdrian Tombu-5/+50
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-1/+1
2022-08-02Error on broken pipe but do not ICEChris Denton-0/+11
2022-07-29Rename local_did to def_idMiguel Guarniz-1/+1
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-1/+1
2022-07-27lint: add bad opt access internal lintDavid Wood-2/+1
2022-07-27session: disable internal lints for rustdocDavid Wood-1/+1
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-14/+14
2022-07-02Fix bug in `rustdoc -Whelp`Joshua Nelson-8/+12
2022-06-27Fix `rustdoc` argument errorShivani Bhardwaj-1/+1