| Age | Commit message (Expand) | Author | Lines |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -2/+0 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -20/+36 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -20/+36 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -14/+20 |
| 2024-07-11 | Avoid follow-up errors and ICEs after missing lifetime errors on data structures | Oli Scherer | -32/+7 |
| 2024-07-09 | Automatically taint when reporting errors from ItemCtxt | Oli Scherer | -29/+3 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -0/+2 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -0/+2 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -3/+29 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -2/+29 |
| 2024-06-28 | bless tests part 1 | Deadbeef | -1/+1 |
| 2024-06-26 | Automatically taint InferCtxt when errors are emitted | Oli Scherer | -3/+29 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -1/+1 |
| 2024-06-05 | Bless tests and handle tests/crashes | Boxy | -7/+32 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -4/+31 |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -15/+4 |
| 2024-05-28 | Allow type_of to return partially non-error types if the type was already tai... | Oli Scherer | -4/+31 |
| 2024-05-27 | remove fixed crashes, add fixed crashes to tests, add new cashed found in the... | Matthias Krüger | -1/+1 |
| 2024-05-24 | Use regular type equating instead of a custom query | Oli Scherer | -1/+15 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -6/+6 |
| 2024-03-21 | Provide structured suggestion for unconstrained generic constant | Esteban Küber | -43/+86 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -23/+92 |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -1/+0 |
| 2024-03-08 | Auto merge of #122078 - gurry:121443-ice-layout-is-sized-alt, r=oli-obk | bors | -2/+27 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -7/+38 |
| 2024-03-06 | Check that return type is WF in typeck | Gurinder Singh | -2/+27 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -12/+2 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -79/+79 |
| 2024-02-14 | Use the correct char type on all platforms | Oli Scherer | -9/+8 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -2/+13 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -2/+27 |
| 2024-02-07 | Update tests | r0cky | -1/+11 |
| 2024-02-04 | Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obk | Matthias Krüger | -12/+12 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -12/+12 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -2/+2 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -1/+1 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -17/+5 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -17/+5 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -1/+1 |
| 2024-01-24 | Remove extra # from url | est31 | -2/+2 |
| 2024-01-21 | Suggest arry::from_fn for array initialization | yukang | -0/+4 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -34/+7 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -2/+43 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -10/+10 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -44/+44 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -1/+1 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -1/+1 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -3/+12 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+4 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -3/+12 |