about summary refs log tree commit diff
path: root/compiler/rustc_driver
AgeCommit message (Expand)AuthorLines
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
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-4/+4
2022-06-13remove currently unused depsklensy-3/+3
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-1/+0
2022-06-05typo: `-Zcodegen-backend=llvm -Cpasses=list` should work nowklensy-7/+1
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-06-03Remove support for -Zast-json and -Zast-json-noexpandbjorn3-5/+2
2022-06-03Use serde_json for target spec jsonbjorn3-2/+5
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-1/+1
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+3
2022-04-05errors: implement fallback diagnostic translationDavid Wood-1/+3
2022-04-02Address review comments and add a testJakub Beránek-2/+6
2022-04-02Include a header in .rlink files to provide nicer error messages when a wrong...Jakub Beránek-2/+2
2022-03-28Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy-0/+2
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+2
2022-03-16rustc_error: make ErrorReported impossible to constructmark-4/+4