| Age | Commit message (Expand) | Author | Lines |
| 2022-11-14 | Wrap bundlen static libraries into object files | Daniil Belov | -0/+2 |
| 2022-11-13 | migrating rustc_resolve to SessionDiagnostic. work in progress. start | Rajput, Rajat | -0/+212 |
| 2022-11-13 | fix up a fluent message | León Orell Valerian Liehr | -2/+2 |
| 2022-11-12 | Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank | Dylan DPC | -1/+4 |
| 2022-11-11 | Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth | bors | -0/+53 |
| 2022-11-11 | Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwco | Manish Goregaokar | -0/+53 |
| 2022-11-11 | Rollup merge of #104217 - Nilstrieb:funny-dollar-syntax, r=TaKO8Ki | Dylan DPC | -1/+2 |
| 2022-11-11 | Rollup merge of #104216 - Nilstrieb:dont-ice-invalid-operator-traits, r=estebank | Dylan DPC | -0/+3 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -1/+4 |
| 2022-11-11 | Recover from fn ptr tys with generic param list | León Orell Valerian Liehr | -0/+9 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -0/+4 |
| 2022-11-09 | Display help message when fluent arg was referenced incorrectly | Nilstrieb | -1/+2 |
| 2022-11-09 | Don't ICE on operator trait methods with generic methods | Nilstrieb | -0/+3 |
| 2022-11-09 | Use `LayoutError`'s implementation of `IntoDiagnostic` | SLASHLogin | -3/+0 |
| 2022-11-09 | Simplify existing Diagnostic implementations | SLASHLogin | -11/+6 |
| 2022-11-09 | Port diagnostics created by `Handler` | SLASHLogin | -0/+7 |
| 2022-11-09 | Correct tests to match errors | SLASHLogin | -1/+1 |
| 2022-11-09 | Fix CI | SLASHLogin | -1/+1 |
| 2022-11-09 | Port `MissingFeatures` and `TargetFeatureDisableOrEnable` | SLASHLogin | -0/+6 |
| 2022-11-09 | Port `UnknownArchiveKind` | SLASHLogin | -0/+3 |
| 2022-11-09 | Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a... | SLASHLogin | -0/+3 |
| 2022-11-09 | Port ErrorCallingDllTool | SLASHLogin | -0/+3 |
| 2022-11-09 | Import ErrorWritingDEFFile | SLASHLogin | -0/+3 |
| 2022-11-09 | Port ArchiveBuildFailure | SLASHLogin | -0/+3 |
| 2022-11-09 | Port SanitizerMemtagRequiresMte | SLASHLogin | -0/+3 |
| 2022-11-09 | Port LinkageConstOrMutType error | SLASHLogin | -0/+3 |
| 2022-11-09 | Port InvalidMinimumAlignment | SLASHLogin | -0/+3 |
| 2022-11-09 | Port layout size overflow | SLASHLogin | -0/+3 |
| 2022-11-09 | Formatting | SLASHLogin | -1/+1 |
| 2022-11-09 | Port branch protection on aarch64 | SLASHLogin | -0/+3 |
| 2022-11-09 | Port `symbol_already_defined` error | SLASHLogin | -0/+3 |
| 2022-11-09 | Port Instrument coverage requires llvm 12 to the new struct | SLASHLogin | -0/+3 |
| 2022-11-09 | Import `error creating import library` | SLASHLogin | -0/+3 |
| 2022-11-09 | Trailing whitespaces | SLASHLogin | -3/+3 |
| 2022-11-09 | locales formatting | SLASHLogin | -1/+1 |
| 2022-11-09 | Port unknown feature diagnostic to the new framework | SLASHLogin | -0/+15 |
| 2022-11-09 | struct error E0505 | AndyJado | -0/+14 |
| 2022-11-09 | var_subdiag refinement | AndyJado | -0/+15 |
| 2022-11-09 | remove old var_span_path_only | AndyJado | -0/+24 |
| 2022-11-08 | Rollup merge of #103559 - AndyJado:var_span_label, r=davidtwco | Manish Goregaokar | -0/+12 |
| 2022-11-08 | use subdiagnostic for sugesting add let | yukang | -0/+1 |
| 2022-11-08 | fix #103587, Recover from common if let syntax mistakes/typos | yukang | -0/+3 |
| 2022-11-06 | Rollup merge of #103012 - chenyukang:fix-102806, r=davidtwco,compiler-errors | Matthias Krüger | -0/+3 |
| 2022-11-05 | first move on a nested span_label | AndyJado | -0/+12 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -2/+8 |
| 2022-11-04 | Rollup merge of #103792 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -0/+63 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -0/+33 |
| 2022-11-04 | FIX - Migrate missing errors in link.rs | Jhonny Bill Mena | -0/+4 |
| 2022-11-04 | ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable ... | Jhonny Bill Mena | -0/+8 |
| 2022-11-04 | UPDATE - Complete link.rs migration to new diagnostics infraestructure | Jhonny Bill Mena | -0/+51 |