| Age | Commit message (Expand) | Author | Lines |
| 2024-10-05 | Handle `rustc_interface` cases of `rustc::potential_query_instability` lint | ismailarilik | -1/+0 |
| 2024-10-05 | Auto merge of #131275 - workingjubilee:rollup-4yxqio3, r=workingjubilee | bors | -94/+559 |
| 2024-10-04 | Rollup merge of #131273 - estebank:issue-131051, r=compiler-errors | Jubilee | -8/+158 |
| 2024-10-04 | Rollup merge of #131267 - okaneco:bufread_skip_until, r=tgross35 | Jubilee | -3/+1 |
| 2024-10-04 | Rollup merge of #131260 - notriddle:notriddle/disambiguator-error, r=Guillaum... | Jubilee | -23/+34 |
| 2024-10-04 | Rollup merge of #131194 - practicalrs:fix_needless_lifetimes, r=celinval | Jubilee | -2/+2 |
| 2024-10-04 | Rollup merge of #131105 - slanterns:literal_c_str, r=petrochenkov | Jubilee | -1/+1 |
| 2024-10-04 | Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errors | Jubilee | -22/+171 |
| 2024-10-04 | Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,... | Jubilee | -5/+7 |
| 2024-10-04 | Rollup merge of #130367 - compiler-errors:super-unconstrained, r=spastorino | Jubilee | -18/+149 |
| 2024-10-04 | Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelix | Jubilee | -12/+36 |
| 2024-10-05 | Auto merge of #131124 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-10-05 | Bless clippy. | Camille GILLOT | -5/+9 |
| 2024-10-05 | Compute array length from type for unconditional panic. | Camille GILLOT | -7/+27 |
| 2024-10-04 | Account for `impl Trait {` when `impl Trait for Type {` was intended | Esteban Küber | -8/+158 |
| 2024-10-04 | Auto merge of #131269 - workingjubilee:rollup-bf7fzhf, r=workingjubilee | bors | -105/+159 |
| 2024-10-04 | Elaborate supertrait span correctly to label the error better | Michael Goulet | -5/+64 |
| 2024-10-04 | Check elaborated projections from dyn don't mention unconstrained late bound ... | Michael Goulet | -14/+86 |
| 2024-10-04 | Rollup merge of #131264 - compiler-errors:fix-pub-crate, r=jieyouxu | Jubilee | -29/+31 |
| 2024-10-04 | Rollup merge of #131257 - GuillaumeGomez:fix-list-margins, r=notriddle | Jubilee | -3/+41 |
| 2024-10-04 | Rollup merge of #131240 - taiki-e:typo, r=jieyouxu | Jubilee | -1/+1 |
| 2024-10-04 | Rollup merge of #131238 - michaelwoerister:triagebot, r=michaelwoerister | Jubilee | -3/+0 |
| 2024-10-04 | Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro... | Jubilee | -14/+21 |
| 2024-10-04 | Rollup merge of #131174 - madsmtm:target-info-sparc-abi, r=pnkfelix | Jubilee | -2/+1 |
| 2024-10-04 | Rollup merge of #131171 - madsmtm:target-info-avr-env, r=petrochenkov | Jubilee | -0/+2 |
| 2024-10-04 | Rollup merge of #131116 - mustartt:aix-stack-size, r=petrochenkov | Jubilee | -0/+4 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -53/+15 |
| 2024-10-04 | Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelix | Jubilee | -0/+43 |
| 2024-10-04 | Update cargo | Weihang Lo | -0/+0 |
| 2024-10-04 | Stabilize `BufRead::skip_until` | okaneco | -3/+1 |
| 2024-10-04 | Fix target_abi in sparc-unknown-none-elf | Mads Marquart | -2/+1 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -47/+43 |
| 2024-10-04 | Fix some pub(crate) that were undetected bc of instrument | Michael Goulet | -29/+31 |
| 2024-10-04 | rustdoc: cleaner errors on disambiguator/namespace mismatches | Michael Howell | -23/+34 |
| 2024-10-04 | Add GUI regression test for #130622 and for #131223 | Guillaume Gomez | -0/+35 |
| 2024-10-04 | Fix list margins | Guillaume Gomez | -3/+6 |
| 2024-10-04 | Auto merge of #131237 - GuillaumeGomez:rollup-il2i7z7, r=GuillaumeGomez | bors | -211/+407 |
| 2024-10-04 | Fix typo in csky-unknown-linux-gnuabiv2.md | Taiki Endo | -1/+1 |
| 2024-10-04 | Remove mw from triagebot.toml | Michael Woerister | -3/+0 |
| 2024-10-04 | Rollup merge of #131232 - jieyouxu:docs-week, r=bjorn3 | Guillaume Gomez | -0/+1 |
| 2024-10-04 | Rollup merge of #131230 - GuillaumeGomez:no-sandbox, r=notriddle | Guillaume Gomez | -33/+2 |
| 2024-10-04 | Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxu | Guillaume Gomez | -120/+120 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -58/+284 |
| 2024-10-04 | Auto merge of #131224 - notriddle:notriddle/intra-doc-link-value, r=Guillaume... | bors | -6/+105 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -120/+120 |
| 2024-10-04 | Week off of reviews to focus on docs | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-10-04 | Enable `--no-sandbox` option by default for rustdoc GUI tests | Guillaume Gomez | -33/+2 |
| 2024-10-04 | Auto merge of #131228 - jdonszelmann:remove-blank-issue, r=m-ou-se | bors | -4/+0 |
| 2024-10-04 | remove blank issue template | Jonathan Dönszelmann | -4/+0 |
| 2024-10-04 | Improve non-boolean literal error in cfg predicate | Urgau | -3/+7 |