| Age | Commit message (Expand) | Author | Lines |
| 2024-05-17 | Detect when a lifetime is being reused in suggestion | Esteban Küber | -1/+5 |
| 2024-05-17 | Tweak suggested lifetimes to modify return type instead of `&self` receiver | Esteban Küber | -2/+8 |
| 2024-05-17 | Account for owning item lifetimes in suggestion and annotate tests as `run-ru... | Esteban Küber | -3/+39 |
| 2024-05-17 | Always constrain the return type in lifetime suggestion | Esteban Küber | -0/+5 |
| 2024-05-17 | Suggest setting lifetime in borrowck error involving types with elided lifetimes | Esteban Küber | -30/+75 |
| 2024-05-17 | to_opt_poly_X_pred -> as_X_clause | Michael Goulet | -23/+23 |
| 2024-05-17 | Rollup merge of #125191 - compiler-errors:wf, r=lcnr | Matthias Krüger | -20/+57 |
| 2024-05-17 | Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errors | Matthias Krüger | -3/+11 |
| 2024-05-17 | Auto merge of #124129 - lqd:enable-lld, r=Mark-Simulacrum | bors | -0/+13 |
| 2024-05-16 | Report better WF obligation leaf obligations in new solver | Michael Goulet | -20/+57 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -7/+7 |
| 2024-05-16 | Uplift Goal to rustc_type_ir | Michael Goulet | -109/+130 |
| 2024-05-16 | Make impls UpcastFrom, implement Upcast for UpcastFrom | Michael Goulet | -90/+92 |
| 2024-05-16 | Make P parameter explicit | Michael Goulet | -49/+62 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -220/+214 |
| 2024-05-16 | enable rust-lld on `x86_64-unknown-linux-gnu` when requested | Rémy Rakic | -0/+13 |
| 2024-05-16 | Rollup merge of #125172 - tgross35:f16-f128-as-casting, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-05-16 | Rollup merge of #125170 - compiler-errors:uplift-fn-sig-2, r=lcnr | Matthias Krüger | -122/+168 |
| 2024-05-16 | Don't ICE because recomputing overflow goals during find_best_leaf_obligation... | Michael Goulet | -41/+64 |
| 2024-05-16 | Uplift FnSig | Michael Goulet | -122/+168 |
| 2024-05-16 | Fix assertion when attempting to convert `f16` and `f128` with `as` | Trevor Gross | -1/+4 |
| 2024-05-16 | Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len,... | bors | -8/+8 |
| 2024-05-15 | Rollup merge of #125154 - FractalFir:fnabi_doc, r=compiler-errors | León Orell Valerian Liehr | -4/+9 |
| 2024-05-15 | Improved the documentation of the FnAbi struct | Michał Kostrubiec | -4/+9 |
| 2024-05-15 | Auto merge of #125144 - fmease:rollup-4uft293, r=fmease | bors | -2/+6 |
| 2024-05-15 | Rollup merge of #125137 - RalfJung:mir-sh, r=scottmcm | León Orell Valerian Liehr | -2/+6 |
| 2024-05-15 | Auto merge of #123413 - petrochenkov:delegmulti2, r=fmease | bors | -49/+331 |
| 2024-05-15 | MIR operators: clarify Shl/Shr handling of negative offsets | Ralf Jung | -2/+6 |
| 2024-05-15 | Rollup merge of #125135 - chenyukang:yukang-fix-116502, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-15 | Rollup merge of #125132 - mejrs:diag, r=compiler-errors | Matthias Krüger | -5/+27 |
| 2024-05-15 | Rollup merge of #125108 - Zalathar:info-bitmap-bytes, r=nnethercote | Matthias Krüger | -27/+2 |
| 2024-05-15 | Rollup merge of #124990 - fmease:expand-weak-aliases-within-cts, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2024-05-15 | Fix the dedup error because of spans from suggestion | yukang | -1/+1 |
| 2024-05-15 | Auto merge of #125084 - Jules-Bertholet:fix-125058, r=Nadrieril | bors | -1/+11 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -49/+331 |
| 2024-05-15 | Add `on_unimplemented" typo suggestions | mejrs | -5/+27 |
| 2024-05-14 | Auto merge of #125120 - compiler-errors:rollup-mnjybwv, r=compiler-errors | bors | -571/+683 |
| 2024-05-14 | Rollup merge of #125100 - compiler-errors:faster, r=nnethercote | Michael Goulet | -9/+37 |
| 2024-05-14 | Rollup merge of #125088 - compiler-errors:uplift-alias-ty, r=lcnr | Michael Goulet | -534/+574 |
| 2024-05-14 | Rollup merge of #125080 - bvanjoi:fix-124946, r=nnethercote | Michael Goulet | -6/+33 |
| 2024-05-14 | Rollup merge of #124844 - compiler-errors:shadow-probe, r=lcnr | Michael Goulet | -22/+39 |
| 2024-05-14 | only find segs chain for missing methods when no available candidates | bohan | -6/+33 |
| 2024-05-14 | Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoerister | bors | -3/+2 |
| 2024-05-14 | Add v0 symbol mangling for `f16` and `f128` | Trevor Gross | -3/+2 |
| 2024-05-14 | Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstrieb | bors | -0/+28 |
| 2024-05-14 | Auto merge of #124228 - compiler-errors:lint-overcaptures, r=oli-obk | bors | -37/+490 |
| 2024-05-14 | coverage: Remove confusing comments from `CoverageKind` | Zalathar | -6/+0 |
| 2024-05-14 | coverage: `CoverageIdsInfo::mcdc_bitmap_bytes` is never needed | Zalathar | -21/+2 |
| 2024-05-13 | Use a proper probe for shadowing impl | Michael Goulet | -22/+39 |
| 2024-05-13 | And finally add tests | Michael Goulet | -15/+74 |