| Age | Commit message (Expand) | Author | Lines |
| 2024-07-31 | Auto merge of #128075 - Oneirical:try-your-damnetest, r=jieyouxu | bors | -88/+127 |
| 2024-07-30 | Rollup merge of #128380 - folkertdev:naked-compatible-doc-comment, r=bjorn3 | Matthias Krüger | -0/+3 |
| 2024-07-30 | Rollup merge of #128379 - Dajamante:aïssata_needs_unwind, r=pietroalbini | Matthias Krüger | -2/+3 |
| 2024-07-30 | Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxu | Matthias Krüger | -1/+17 |
| 2024-07-30 | Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet... | Matthias Krüger | -7/+79 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -11/+10 |
| 2024-07-30 | Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiser | bors | -0/+17 |
| 2024-07-30 | Make RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, too | Oli Scherer | -1/+1 |
| 2024-07-30 | Test RUSTC_OVERRIDE_VERSION_STRING | Oli Scherer | -0/+17 |
| 2024-07-30 | Auto merge of #127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-1278... | bors | -7/+37 |
| 2024-07-30 | Auto merge of #125929 - Bryanskiy:delegation-generics-3, r=petrochenkov | bors | -140/+395 |
| 2024-07-30 | make `///` doc comments compatible with naked functions | Folkert | -0/+3 |
| 2024-07-30 | the output in stderr expects panic-unwind | aissata | -2/+3 |
| 2024-07-30 | Auto merge of #128378 - matthiaskrgr:rollup-i3qz9uo, r=matthiaskrgr | bors | -2/+185 |
| 2024-07-30 | Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic | bors | -0/+35 |
| 2024-07-30 | Rollup merge of #128339 - GuillaumeGomez:click-code-example, r=notriddle | Matthias Krüger | -0/+21 |
| 2024-07-30 | Rollup merge of #128141 - nikic:aarch64-bti, r=DianQK,cuviper | Matthias Krüger | -0/+55 |
| 2024-07-30 | Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errors | Matthias Krüger | -2/+109 |
| 2024-07-29 | Mark Parser::eat/check methods as must_use | Michael Goulet | -1/+17 |
| 2024-07-29 | Auto merge of #128360 - matthiaskrgr:rollup-wwy5mkj, r=matthiaskrgr | bors | -204/+174 |
| 2024-07-29 | Rollup merge of #128284 - GKFX:stabilize-offset-of-nested, r=dtolnay,jieyouxu | Matthias Krüger | -164/+63 |
| 2024-07-29 | Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkov | Matthias Krüger | -5/+64 |
| 2024-07-29 | Rollup merge of #126247 - notriddle:notriddle/word-wrap-item-table, r=Guillau... | Matthias Krüger | -35/+47 |
| 2024-07-29 | Auto merge of #128350 - matthiaskrgr:rollup-bcuhts8, r=matthiaskrgr | bors | -66/+194 |
| 2024-07-29 | Add rustdoc GUI test to check click on code examples | Guillaume Gomez | -0/+21 |
| 2024-07-29 | Detect non-lifetime binder params shadowing item params | Michael Goulet | -7/+79 |
| 2024-07-29 | rustdoc: move the wbr after the underscore, instead of before | Michael Howell | -1/+1 |
| 2024-07-29 | rustdoc: properly handle path wrapping | Michael Howell | -1/+2 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -140/+395 |
| 2024-07-29 | Auto merge of #128112 - Oneirical:testidigitation-cantrip, r=jieyouxu | bors | -75/+142 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -164/+63 |
| 2024-07-29 | Rollup merge of #128337 - bvanjoi:issue-121613, r=compiler-errors | Matthias Krüger | -52/+116 |
| 2024-07-29 | Rollup merge of #128239 - compiler-errors:error-on-object-cand-confirm, r=oli... | Matthias Krüger | -11/+22 |
| 2024-07-29 | Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obk | Matthias Krüger | -3/+18 |
| 2024-07-29 | Rollup merge of #127882 - compiler-errors:cfi-sized-self-gat, r=oli-obk | Matthias Krüger | -0/+38 |
| 2024-07-29 | rustdoc: use `<wbr>`-tolerant function to check text contents | Michael Howell | -33/+36 |
| 2024-07-29 | rustdoc: word wrap CamelCase in the item list table | Michael Howell | -1/+9 |
| 2024-07-29 | rewrite raw-dylib-stdcall-ordinal to rmake | Oneirical | -29/+47 |
| 2024-07-29 | rewrite raw-dylib-link-ordinal to rmake | Oneirical | -17/+38 |
| 2024-07-29 | rewrite raw-dylib-import-name-type to rmake | Oneirical | -17/+36 |
| 2024-07-29 | rewrite share-generics-dylib to rmake | Oneirical | -23/+32 |
| 2024-07-29 | only accept adt type during infer source visitor | bohan | -52/+116 |
| 2024-07-29 | Auto merge of #128265 - DianQK:instsimplify-before-inline, r=saethlin | bors | -179/+204 |
| 2024-07-29 | Perform instsimplify before inline to eliminate some trivial calls | DianQK | -179/+204 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -66/+68 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -111/+122 |
| 2024-07-28 | Bless a bootstrap-dependent UI test | Trevor Gross | -10/+10 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -3/+3 |
| 2024-07-28 | Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-team | Guillaume Gomez | -4/+58 |