| Age | Commit message (Expand) | Author | Lines |
| 2022-12-27 | Switch `#[track_caller]` back to a no-op unless feature gate is enabled | Bryan Garza | -0/+3 |
| 2022-12-07 | Auto merge of #104799 - pcc:linkage-fn, r=tmiasko | bors | -6/+3 |
| 2022-12-05 | On E0195 point at where clause lifetime bounds | Esteban Küber | -0/+2 |
| 2022-12-05 | Support Option and similar enums as type of static variable with linkage attr... | Peter Collingbourne | -1/+1 |
| 2022-12-05 | Move linkage type check to HIR analysis and fix semantics issues. | Peter Collingbourne | -6/+3 |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -9/+6 |
| 2022-11-22 | Rollup merge of #104621 - YC:master, r=davidtwco | Manish Goregaokar | -1/+1 |
| 2022-11-22 | Remove extra . in metadata_lib_filename_form | Steven Tang | -1/+1 |
| 2022-11-21 | Match crate and slug names | mejrs | -436/+436 |
| 2022-11-20 | Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank | Matthias Krüger | -0/+9 |
| 2022-11-20 | Fix metadata_lib_filename_form | Steven Tang | -1/+1 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -2/+99 |
| 2022-11-18 | Enable icu sync feature for parallel compiler | Charles Lew | -0/+3 |
| 2022-11-18 | Import icu locale fallback data | Charles Lew | -11/+12 |
| 2022-11-18 | Migrate diagnostics list output to use icu list formatter. | Charles Lew | -2/+95 |
| 2022-11-18 | Add a detailed note for missing comma in FRU syntax typo | Michael Goulet | -0/+9 |
| 2022-11-18 | Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2022-11-18 | Rollup merge of #101162 - rajputrajat:master, r=davidtwco | Matthias Krüger | -0/+212 |
| 2022-11-16 | Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 | Matthias Krüger | -0/+2 |
| 2022-11-14 | Issue error when `-C link-self-contained` option is used on unsupported platf... | StackDoubleFlow | -0/+2 |
| 2022-11-15 | fix #104088, Slightly improve error message for invalid identifier | yukang | -0/+3 |
| 2022-11-15 | Auto merge of #104418 - matthiaskrgr:rollup-y4i6xjc, r=matthiaskrgr | bors | -0/+9 |
| 2022-11-15 | fix #103381, Detect incorrect chaining of if and if let conditions | yukang | -0/+3 |
| 2022-11-15 | Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkov | bors | -0/+2 |
| 2022-11-14 | Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebank | Matthias Krüger | -0/+9 |
| 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 |