| Age | Commit message (Expand) | Author | Lines |
| 2024-05-17 | Detect when a lifetime is being reused in suggestion | Esteban Küber | -9/+13 |
| 2024-05-17 | Tweak suggested lifetimes to modify return type instead of `&self` receiver | Esteban Küber | -105/+111 |
| 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 | -59/+404 |
| 2024-05-17 | Always constrain the return type in lifetime suggestion | Esteban Küber | -72/+77 |
| 2024-05-17 | Suggest setting lifetime in borrowck error involving types with elided lifetimes | Esteban Küber | -30/+140 |
| 2024-05-17 | Auto merge of #125153 - compiler-errors:opt-poly, r=lcnr | bors | -23/+23 |
| 2024-05-17 | to_opt_poly_X_pred -> as_X_clause | Michael Goulet | -23/+23 |
| 2024-05-17 | Auto merge of #125216 - BoxyUwU:boxy_compiler_rereviews, r=joboet | bors | -0/+1 |
| 2024-05-17 | add boxy to compiler reviews | Boxy | -0/+1 |
| 2024-05-17 | Auto merge of #125207 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orderi... | bors | -52/+57 |
| 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 | -6/+54 |
| 2024-05-17 | Auto merge of #125188 - tgross35:f16-f128-powi, r=Nilstrieb | bors | -1/+100 |
| 2024-05-17 | Auto merge of #125178 - GuillaumeGomez:migrate-rustdoc-with-out-dir, r=jieyouxu | bors | -12/+10 |
| 2024-05-17 | Auto merge of #125203 - matthiaskrgr:rollup-5pv7drz, r=matthiaskrgr | bors | -126/+183 |
| 2024-05-17 | Rollup merge of #125191 - compiler-errors:wf, r=lcnr | Matthias Krüger | -108/+117 |
| 2024-05-17 | Rollup merge of #125186 - Colepng:master, r=lqd | Matthias Krüger | -1/+1 |
| 2024-05-17 | Rollup merge of #125181 - onur-ozkan:set-rust-channel-properly, r=clubby789 | Matthias Krüger | -2/+9 |
| 2024-05-17 | Rollup merge of #125171 - scottmcm:rename-flatten, r=jhpratt | Matthias Krüger | -10/+10 |
| 2024-05-17 | Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errors | Matthias Krüger | -5/+46 |
| 2024-05-17 | Auto merge of #124129 - lqd:enable-lld, r=Mark-Simulacrum | bors | -14/+117 |
| 2024-05-16 | Report better WF obligation leaf obligations in new solver | Michael Goulet | -108/+117 |
| 2024-05-17 | Auto merge of #125150 - compiler-errors:uplift-goal, r=lcnr | bors | -298/+328 |
| 2024-05-17 | Fix `htmldocck` function | Guillaume Gomez | -1/+1 |
| 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 | -9/+7 |
| 2024-05-16 | Auto merge of #125163 - ssukanmi:stdarch_arm_crc32, r=Amanieu | bors | -0/+0 |
| 2024-05-16 | Add `powi` to `f16` and `f128` | Trevor Gross | -0/+60 |
| 2024-05-16 | Add doctests for f16 and f128 library functions where possible | Trevor Gross | -1/+40 |
| 2024-05-16 | Remove duplicate word from addr docs | Cole Kauder-McMurrich | -1/+1 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -9/+9 |
| 2024-05-16 | Fix tools | Michael Goulet | -6/+6 |
| 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 | Auto merge of #124728 - beetrees:from-f16-for-f64, r=BurntSushi | bors | -2/+3 |
| 2024-05-16 | add bootstrap config change info about `rust.lld` | Rémy Rakic | -0/+5 |
| 2024-05-16 | test rust-lld is on by default on the x64 linux target | Rémy Rakic | -0/+48 |
| 2024-05-16 | describe new default value for `rust.lld` in config template | Rémy Rakic | -3/+6 |
| 2024-05-16 | enable rust-lld on `x86_64-unknown-linux-gnu` when requested | Rémy Rakic | -0/+13 |
| 2024-05-16 | bootstrap: enable rust-lld when necessary for `x86_64-unknown-linux-gnu` | Rémy Rakic | -11/+40 |
| 2024-05-16 | bootstrap: introduce rust-lld env var for rustc | Rémy Rakic | -0/+5 |
| 2024-05-16 | set `rust.channel` properly in source tarballs | onur-ozkan | -2/+9 |
| 2024-05-16 | Auto merge of #125179 - matthiaskrgr:rollup-wkdwoaj, r=matthiaskrgr | bors | -348/+725 |
| 2024-05-16 | Rollup merge of #125172 - tgross35:f16-f128-as-casting, r=compiler-errors | Matthias Krüger | -4/+397 |
| 2024-05-16 | Rollup merge of #125170 - compiler-errors:uplift-fn-sig-2, r=lcnr | Matthias Krüger | -122/+168 |
| 2024-05-16 | Rollup merge of #125130 - aDotInTheVoid:id-docs, r=GuillaumeGomez | Matthias Krüger | -1/+13 |
| 2024-05-16 | Rollup merge of #125018 - sagudev:patch-2, r=Amanieu | Matthias Krüger | -1/+2 |