| Age | Commit message (Expand) | Author | Lines |
| 2024-02-06 | Rollup merge of #120632 - trevyn:issue-109195, r=oli-obk | Matthias Krüger | -0/+53 |
| 2024-02-05 | Create helper `maybe_report_similar_assoc_fn` | trevyn | -51/+52 |
| 2024-02-04 | Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr | bors | -3/+11 |
| 2024-02-03 | For E0223, suggest methods that look similar to the path | trevyn | -0/+52 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -1/+1 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -23/+5 |
| 2024-02-01 | On E0277 be clearer about implicit `Sized` bounds on type params and assoc types | Esteban Küber | -3/+11 |
| 2024-01-30 | Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk | Guillaume Gomez | -11/+21 |
| 2024-01-29 | review comments | Esteban Küber | -16/+9 |
| 2024-01-29 | Auto merge of #120466 - Dylan-DPC:rollup-v0or19a, r=Dylan-DPC | bors | -1/+1 |
| 2024-01-29 | Avoid ICE in trait without `dyn` lint | Esteban Küber | -5/+3 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -1/+1 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -10/+14 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -1/+1 |
| 2024-01-26 | Use only one label for multiple unsatisfied bounds on type (astconv) | Esteban Küber | -11/+28 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -20/+14 |
| 2024-01-22 | Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgr | bors | -7/+9 |
| 2024-01-22 | Rollup merge of #120164 - trevyn:is_downgradable, r=compiler-errors | Matthias Krüger | -7/+9 |
| 2024-01-21 | Don't actually make bound ty/const for RTN | Michael Goulet | -25/+9 |
| 2024-01-21 | `maybe_lint_impl_trait`: separate `is_downgradable` from `is_object_safe` | trevyn | -7/+9 |
| 2024-01-21 | Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU | bors | -33/+40 |
| 2024-01-19 | Account for traits using self-trait by name without `dyn` | Esteban Küber | -8/+16 |
| 2024-01-19 | Avoid ICE: Check diagnostic is error before downgrading | Esteban Küber | -3/+5 |
| 2024-01-18 | Don't forget that the lifetime on hir types is `'tcx` | Oli Scherer | -33/+40 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -1/+1 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -2/+2 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -2/+2 |
| 2024-01-13 | Rollup merge of #119896 - oli-obk:variance_ice, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2024-01-12 | Taint `_` placeholder types | Oli Scherer | -2/+6 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -4/+120 |
| 2024-01-11 | Taint more aggressively in astconv | Oli Scherer | -12/+28 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -0/+7 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -7/+7 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -21/+22 |
| 2024-01-09 | Rollup merge of #119721 - compiler-errors:constness-implication, r=fee1-dead | Guillaume Gomez | -33/+2 |
| 2024-01-08 | Remove logic in one_bound in astconv that prefers non-const bounds | Michael Goulet | -33/+2 |
| 2024-01-08 | Remove all eight `DiagnosticBuilder::*_with_code` methods. | Nicholas Nethercote | -1/+2 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -8/+8 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -8/+8 |
| 2024-01-05 | Auto merge of #119634 - matthiaskrgr:rollup-v2xt7et, r=matthiaskrgr | bors | -22/+30 |
| 2024-01-05 | Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors | Matthias Krüger | -22/+30 |
| 2024-01-05 | Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot | bors | -2/+3 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -1/+1 |
| 2024-01-04 | Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives. | Michael Woerister | -2/+3 |
| 2024-01-04 | Silence redundant warning when E0038 will be emitted | Esteban Küber | -1/+7 |
| 2024-01-03 | Account for object unsafe traits | Esteban Küber | -25/+41 |
| 2024-01-03 | review comments | Esteban Küber | -15/+21 |
| 2024-01-03 | Provide better suggestions when encountering a bare trait as a type | Esteban Küber | -18/+113 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -1/+1 |