| Age | Commit message (Expand) | Author | Lines |
| 2024-03-05 | Use `ControlFlow` in HIR visitors | Jason Newcomb | -3/+3 |
| 2024-03-04 | suppress fulfillment errors for super projections | Lukas Markeffsky | -12/+1 |
| 2024-03-03 | Move tests | Caio | -1032/+0 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -3/+3 |
| 2024-03-01 | Detect more cases of `=` to `:` typo | Esteban Küber | -3/+3 |
| 2024-02-29 | Remove stray stdout/stderr files | 许杰友 Jieyou Xu (Joe) | -28/+0 |
| 2024-02-26 | Auto merge of #121461 - reitermarkus:generic-nonzero-tests, r=dtolnay | bors | -1/+2 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+3 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -1/+2 |
| 2024-02-23 | Auto merge of #120730 - estebank:confusable-api, r=oli-obk | bors | -15/+25 |
| 2024-02-22 | Deduplicate some logic and reword output | Esteban Küber | -2/+2 |
| 2024-02-22 | Tweak wording of "implemented trait isn't imported" suggestion | Esteban Küber | -4/+4 |
| 2024-02-22 | Consider methods from traits when suggesting typos | Esteban Küber | -11/+21 |
| 2024-02-22 | remove `sub_relations` from infcx, recompute in diagnostics | lcnr | -15/+6 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -2/+2 |
| 2024-02-20 | Rollup merge of #121323 - compiler-errors:raw-param-types, r=oli-obk | Matthias Krüger | -0/+5 |
| 2024-02-20 | Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr | bors | -18/+32 |
| 2024-02-20 | Don't use raw parameter types in find_builder_fn | Michael Goulet | -0/+5 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -18/+32 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -19/+1 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -14/+14 |
| 2024-02-17 | Allow newly added non_local_definitions lint in tests | Urgau | -0/+3 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -1290/+1290 |
| 2024-02-14 | Continue compilation even if inherent impl checks fail | Oli Scherer | -3/+24 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -13/+210 |
| 2024-02-14 | Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkov | Guillaume Gomez | -313/+0 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -13/+210 |
| 2024-02-13 | Move tests | Caio | -313/+0 |
| 2024-02-09 | Be less confident when `dyn` suggestion is not checked for object safety | trevyn | -4/+4 |
| 2024-02-09 | Move some tests | Caio | -495/+0 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -9/+54 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -5/+42 |
| 2024-02-07 | Update tests | r0cky | -17/+163 |
| 2024-02-05 | Stop bailing out from compilation just because there were incoherent traits | Oli Scherer | -5/+42 |
| 2024-02-04 | Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obk | Matthias Krüger | -21/+26 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -21/+26 |
| 2024-02-01 | review comment: change wording | Esteban Küber | -4/+4 |
| 2024-02-01 | On E0277 be clearer about implicit `Sized` bounds on type params and assoc types | Esteban Küber | -9/+9 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -5/+5 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -2/+2 |
| 2024-01-29 | Move multiple UI issue tests to subdirectories | Marek 'seqre' Grzelak | -0/+0 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -2/+2 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -11/+24 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -11/+24 |
| 2024-01-13 | Bless tests | George-lewis | -0/+6 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -9/+2 |
| 2024-01-09 | Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper | bors | -8/+59 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -8/+59 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -65/+40 |
| 2024-01-07 | Split note, fix const/static impl trait error | Michael Goulet | -8/+16 |