| Age | Commit message (Expand) | Author | Lines |
| 2024-05-17 | Detect when a lifetime is being reused in suggestion | Esteban Küber | -8/+8 |
| 2024-05-17 | Tweak suggested lifetimes to modify return type instead of `&self` receiver | Esteban Küber | -103/+103 |
| 2024-05-17 | Run `rustfmt` on modified tests | Esteban Küber | -110/+122 |
| 2024-05-17 | Account for owning item lifetimes in suggestion and annotate tests as `run-ru... | Esteban Küber | -56/+365 |
| 2024-05-17 | Always constrain the return type in lifetime suggestion | Esteban Küber | -72/+72 |
| 2024-05-17 | Suggest setting lifetime in borrowck error involving types with elided lifetimes | Esteban Küber | -0/+65 |
| 2024-05-17 | Use common `scrape.rs` file | Guillaume Gomez | -46/+3 |
| 2024-05-17 | Migrate `run-make/rustdoc-scrape-examples-remap` to `rmake.rs` | Guillaume Gomez | -5/+54 |
| 2024-05-17 | Auto merge of #125178 - GuillaumeGomez:migrate-rustdoc-with-out-dir, r=jieyouxu | bors | -10/+9 |
| 2024-05-17 | Rollup merge of #125191 - compiler-errors:wf, r=lcnr | Matthias Krüger | -88/+60 |
| 2024-05-17 | Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errors | Matthias Krüger | -2/+35 |
| 2024-05-17 | Auto merge of #124129 - lqd:enable-lld, r=Mark-Simulacrum | bors | -0/+48 |
| 2024-05-16 | Report better WF obligation leaf obligations in new solver | Michael Goulet | -88/+60 |
| 2024-05-17 | Add missing assert! calls | Guillaume Gomez | -2/+2 |
| 2024-05-17 | Migrate `run-make/rustdoc-with-out-dir-option` to new `rmake.rs` | Guillaume Gomez | -8/+7 |
| 2024-05-16 | test rust-lld is on by default on the x64 linux target | Rémy Rakic | -0/+48 |
| 2024-05-16 | Rollup merge of #125172 - tgross35:f16-f128-as-casting, r=compiler-errors | Matthias Krüger | -3/+393 |
| 2024-05-16 | Don't ICE because recomputing overflow goals during find_best_leaf_obligation... | Michael Goulet | -179/+81 |
| 2024-05-16 | Fix assertion when attempting to convert `f16` and `f128` with `as` | Trevor Gross | -3/+393 |
| 2024-05-16 | Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len,... | bors | -140/+155 |
| 2024-05-15 | Rollup merge of #125146 - Oneirical:panic-impl, r=jieyouxu | León Orell Valerian Liehr | -7/+19 |
| 2024-05-15 | Rollup merge of #125142 - GuillaumeGomez:migrate-rustdoc-themes, r=jieyouxu | León Orell Valerian Liehr | -19/+33 |
| 2024-05-15 | Auto merge of #125134 - compiler-errors:negative-traits-are-not-notable, r=fm... | bors | -0/+24 |
| 2024-05-15 | fix tidy | Oneirical | -1/+6 |
| 2024-05-15 | rewrite panic-impl-transitive | Oneirical | -7/+14 |
| 2024-05-15 | Auto merge of #125144 - fmease:rollup-4uft293, r=fmease | bors | -32/+31 |
| 2024-05-15 | Rollup merge of #125104 - Oneirical:test6, r=jieyouxu | León Orell Valerian Liehr | -16/+16 |
| 2024-05-15 | Rollup merge of #125027 - Oneirical:c-test-with-remove, r=jieyouxu | León Orell Valerian Liehr | -16/+15 |
| 2024-05-15 | Auto merge of #123413 - petrochenkov:delegmulti2, r=fmease | bors | -6/+175 |
| 2024-05-15 | Migrate `run-make/rustdoc-themes` to new rmake | Guillaume Gomez | -11/+31 |
| 2024-05-15 | Add new `htmldocck` function to `run-make-support` | Guillaume Gomez | -8/+2 |
| 2024-05-15 | Rollup merge of #125135 - chenyukang:yukang-fix-116502, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2024-05-15 | Rollup merge of #125132 - mejrs:diag, r=compiler-errors | Matthias Krüger | -0/+58 |
| 2024-05-15 | Fix the dedup error because of spans from suggestion | yukang | -0/+46 |
| 2024-05-15 | Auto merge of #125031 - Oneirical:dynamic-libs, r=jieyouxu | bors | -24/+30 |
| 2024-05-14 | rustdoc: Negative impls are not notable | Michael Goulet | -0/+24 |
| 2024-05-14 | fix the test | Oneirical | -5/+1 |
| 2024-05-15 | Auto merge of #125084 - Jules-Bertholet:fix-125058, r=Nadrieril | bors | -0/+42 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -6/+175 |
| 2024-05-15 | Add `on_unimplemented" typo suggestions | mejrs | -0/+58 |
| 2024-05-14 | Port issue-11908 to rmake | Oneirical | -24/+30 |
| 2024-05-14 | port no-cdylib-as-rdylib test | Oneirical | -16/+16 |
| 2024-05-14 | remove cxx_flags | Julien | -2/+1 |
| 2024-05-14 | rewrite c-link-to-rust-staticlib | Oneirical | -16/+20 |
| 2024-05-14 | Auto merge of #125120 - compiler-errors:rollup-mnjybwv, r=compiler-errors | bors | -27/+313 |
| 2024-05-14 | Rollup merge of #125118 - GuillaumeGomez:cleanup-run-make, r=jieyouxu | Michael Goulet | -12/+6 |
| 2024-05-14 | Rollup merge of #125100 - compiler-errors:faster, r=nnethercote | Michael Goulet | -0/+247 |
| 2024-05-14 | Rollup merge of #125080 - bvanjoi:fix-124946, r=nnethercote | Michael Goulet | -0/+34 |
| 2024-05-14 | Rollup merge of #125047 - Oneirical:test5, r=jieyouxu | Michael Goulet | -15/+26 |
| 2024-05-14 | only find segs chain for missing methods when no available candidates | bohan | -0/+34 |