| Age | Commit message (Expand) | Author | Lines |
| 2024-06-03 | Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violation | Michael Goulet | -15/+43 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -2/+2 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -21/+21 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -21/+21 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -2/+2 |
| 2024-05-28 | Make more of the test suite run on Mac Catalyst | Mads Marquart | -61/+9 |
| 2024-05-26 | Rollup merge of #125046 - bjorn3:no_mutable_static_linkage, r=cjgillot | Jubilee | -3/+0 |
| 2024-05-13 | Only allow immutable statics with #[linkage] | bjorn3 | -3/+0 |
| 2024-05-05 | Auto merge of #123125 - gurry:122561-bad-note-non-zero-loop-iters-2, r=estebank | bors | -0/+8 |
| 2024-05-04 | tests/ui: prepare some tests for --check-cfg by default | Urgau | -6/+4 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -1/+1 |
| 2024-04-30 | Remove note about iteration count in coerce | Gurinder Singh | -0/+8 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -2/+2 |
| 2024-04-29 | Change wording | est31 | -2/+2 |
| 2024-04-28 | Add a note to the ArbitraryExpressionInPattern error | est31 | -0/+4 |
| 2024-04-27 | tests: remove some trailing ws | klensy | -2/+2 |
| 2024-04-25 | Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnr | Matthias Krüger | -7/+0 |
| 2024-04-25 | Don't ICE when codegen_select returns ambiguity in new solver | Michael Goulet | -7/+0 |
| 2024-04-25 | Check closure args and returns are WF | Michael Goulet | -2/+9 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -4/+23 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -1/+0 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-21 | Move some tests | Caio | -970/+0 |
| 2024-04-17 | Auto merge of #123674 - oli-obk:bogus_note, r=estebank | bors | -42/+5 |
| 2024-04-15 | Rollup merge of #123943 - saethlin:less-sysroot-libc, r=workingjubilee | Michael Goulet | -17/+4 |
| 2024-04-15 | Use the rustc_private libc less in tests | Ben Kimock | -17/+4 |
| 2024-04-13 | Auto merge of #122603 - estebank:clone-o-rama, r=lcnr | bors | -1/+34 |
| 2024-04-12 | Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2024-04-12 | Better account for more cases involving closures | Esteban Küber | -1/+7 |
| 2024-04-12 | Improve diagnostic by suggesting to remove visibility qualifier | morine0122 | -2/+2 |
| 2024-04-11 | Mention when the type of the moved value doesn't implement `Clone` | Esteban Küber | -0/+12 |
| 2024-04-11 | More move error suggestions to clone | Esteban Küber | -0/+4 |
| 2024-04-11 | Suggest `.clone()` in some move errors | Esteban Küber | -0/+11 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-11 | Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebank | bors | -20/+0 |
| 2024-04-11 | Rollup merge of #123703 - estebank:diag-changes-2, r=Nadrieril | León Orell Valerian Liehr | -5/+5 |
| 2024-04-10 | Add basic library support for `f16` and `f128` | Trevor Gross | -9/+9 |
| 2024-04-10 | move test | Kalle Wachsmuth | -20/+0 |
| 2024-04-10 | Use `fn` ptr signature instead of `{closure@..}` in infer error | Esteban Küber | -5/+5 |
| 2024-04-09 | Tweak value suggestions in `borrowck` and `hir_analysis` | Esteban Küber | -1/+1 |
| 2024-04-09 | Silence some follow-up errors on trait impls in case the trait has conflictin... | Oli Scherer | -42/+5 |
| 2024-04-08 | Fix UI tests with dist-vendored dependencies | Josh Stone | -1/+1 |
| 2024-04-08 | Auto merge of #123577 - Urgau:prep-work-for-compiletest-check-cfg, r=oli-obk | bors | -7/+7 |
| 2024-04-07 | Move tests | Caio | -394/+0 |
| 2024-04-07 | Unify all the always-false cfgs under the `FALSE` cfg | Urgau | -7/+7 |
| 2024-03-31 | Move some tests | Caio | -177/+0 |
| 2024-03-27 | Sort method suggestions by `DefPath` instead of `DefId` | Oli Scherer | -17/+17 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -26/+26 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -2/+2 |
| 2024-03-22 | Auto merge of #120926 - fmease:astconv-no-mo, r=oli-obk | bors | -1/+1 |