summaryrefslogtreecommitdiff
path: root/compiler/rustc_driver
Commit message (Expand)AuthorAgeFilesLines
* Remove `-Ztime` option.Nicholas Nethercote2022-10-061-1/+4
* Fix some comments.Nicholas Nethercote2022-10-061-2/+2
* rustc_typeck to rustc_hir_analysislcnr2022-09-272-2/+2
* remove cfg(bootstrap)Pietro Albini2022-09-261-1/+0
* separate definitions and `HIR` ownersTakayuki Maeda2022-09-241-1/+1
* Improve the help message for an invalid calling conventionkhyperia2022-09-221-0/+5
* UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena2022-09-211-8/+8
* UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena2022-09-211-8/+8
* Only enable the let_else feature on bootstrapest312022-09-151-1/+1
* make `mk_attr_id` part of `ParseSess`SparrowLii2022-09-141-0/+2
* Fix ICE report flags display.Eric Huss2022-09-081-4/+7
* tracing::instrument cleanupOli Scherer2022-09-011-1/+1
* add UI test for unprettyyukang2022-08-302-5/+12
* pretty printing give proper erro message without panicyukang2022-08-281-5/+9
* Code cleaningAdrian Tombu2022-08-251-3/+3
* Replace spaghetti with a simple errors enumAdrian Tombu2022-08-252-7/+42
* Start adding enum errors for deserialize_rlinkAdrian Tombu2022-08-252-3/+4
* Use std::io::Error and remove useless to_stringAdrian Tombu2022-08-252-5/+5
* Fixes fmt & SessionDiagnostic structsAdrian Tombu2022-08-252-31/+9
* Start moving rustc_driver to SessionDiagnosticAdrian Tombu2022-08-253-5/+50
* Use `AttrVec` in more places.Nicholas Nethercote2022-08-221-1/+1
* Error on broken pipe but do not ICEChris Denton2022-08-021-0/+11
* Rename local_did to def_idMiguel Guarniz2022-07-291-1/+1
* Change maybe_body_owned_by to take local def idMiguel Guarniz2022-07-291-1/+1
* lint: add bad opt access internal lintDavid Wood2022-07-271-2/+1
* session: disable internal lints for rustdocDavid Wood2022-07-271-1/+1
* Rename `debugging_opts` to `unstable_opts`Joshua Nelson2022-07-131-14/+14
* Fix bug in `rustdoc -Whelp`Joshua Nelson2022-07-021-8/+12
* Fix `rustdoc` argument errorShivani Bhardwaj2022-06-271-1/+1
* Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle2022-06-161-4/+4
* remove currently unused depsklensy2022-06-131-3/+3
* Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors2022-06-071-1/+0
|\
| * Fully stabilize NLLJack Huey2022-06-031-1/+0
* | typo: `-Zcodegen-backend=llvm -Cpasses=list` should work nowklensy2022-06-051-7/+1
|/
* Remove support for -Zast-json and -Zast-json-noexpandbjorn32022-06-031-5/+2
* Use serde_json for target spec jsonbjorn32022-06-032-2/+5
* errors: lazily load fallback fluent bundleDavid Wood2022-04-131-1/+1
* session: opt for enabling directionality markersDavid Wood2022-04-051-1/+1
* errors: implement sysroot/testing bundle loadingDavid Wood2022-04-051-1/+3
* errors: implement fallback diagnostic translationDavid Wood2022-04-051-1/+3
* Address review comments and add a testJakub Beránek2022-04-021-2/+6
* Include a header in .rlink files to provide nicer error messages when a wrong...Jakub Beránek2022-04-021-2/+2
* Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy2022-03-281-0/+2
* Take &mut Diagnostic in emit_diagnostic.Camille GILLOT2022-03-201-2/+2
* rustc_error: make ErrorReported impossible to constructmark2022-03-161-4/+4
* Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726Dylan DPC2022-03-041-1/+1
|\
| * Remove the everybody loops passbjorn32022-03-031-1/+1
* | all: fix some typoscuishuang2022-03-031-1/+1
|/
* rename ErrorReported -> ErrorGuaranteedmark2022-03-022-9/+9
* Switch bootstrap cfgsMark Rousskov2022-02-251-1/+1