| Age | Commit message (Expand) | Author | Lines |
| 2023-02-04 | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | -142/+237 |
| 2023-02-04 | Stop forcing `array::map` through an unnecessary `Result` | Scott McMurray | -60/+71 |
| 2023-02-04 | Stop using `into_iter` in `array::map` | Scott McMurray | -11/+147 |
| 2023-02-04 | Auto merge of #107672 - matthiaskrgr:rollup-7e6dbuk, r=matthiaskrgr | bors | -284/+139 |
| 2023-02-04 | Rollup merge of #107661 - oli-obk:breathing_room, r=oli-obk | Matthias Krüger | -6/+3 |
| 2023-02-04 | Rollup merge of #107646 - estebank:specific-span, r=compiler-errors | Matthias Krüger | -30/+98 |
| 2023-02-04 | Rollup merge of #107116 - ozkanonur:consolidate-bootstrap-docs, r=jyn514 | Matthias Krüger | -248/+38 |
| 2023-02-04 | Auto merge of #107549 - Zoxc:rustc-shared, r=jyn514 | bors | -1415/+1437 |
| 2023-02-04 | consolidate bootstrap docs | ozkanonur | -248/+38 |
| 2023-02-04 | Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obk | bors | -1039/+658 |
| 2023-02-04 | Remove Esteban from review queues for a while | Oli Scherer | -6/+3 |
| 2023-02-04 | Auto merge of #107618 - chriswailes:linker-arg, r=albertlarsan68 | bors | -0/+0 |
| 2023-02-04 | Auto merge of #107591 - krasimirgg:llvm-17-pgoopts, r=cuviper | bors | -8/+30 |
| 2023-02-03 | review comments | Esteban Küber | -14/+17 |
| 2023-02-03 | Auto merge of #107650 - compiler-errors:rollup-4pntchf, r=compiler-errors | bors | -249/+391 |
| 2023-02-03 | Rollup merge of #107632 - ameknite:issue-107622-fix, r=jyn514 | Michael Goulet | -2/+4 |
| 2023-02-03 | Rollup merge of #107631 - BoxyUwU:triagebot_cargo_lock, r=compiler-errors | Michael Goulet | -0/+8 |
| 2023-02-03 | Rollup merge of #107621 - compiler-errors:intern-external-constraints, r=lcnr | Michael Goulet | -22/+80 |
| 2023-02-03 | Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomez | Michael Goulet | -17/+19 |
| 2023-02-03 | Rollup merge of #107595 - michaelwoerister:retry_proc_macro_loading, r=petroc... | Michael Goulet | -2/+40 |
| 2023-02-03 | Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk | Michael Goulet | -129/+51 |
| 2023-02-03 | Rollup merge of #107519 - joboet:raw_os_error_ty, r=Amanieu | Michael Goulet | -10/+26 |
| 2023-02-03 | Rollup merge of #106887 - compiler-errors:suggest-types-more, r=oli-obk | Michael Goulet | -67/+163 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -67/+163 |
| 2023-02-03 | intern external constraints | Michael Goulet | -22/+80 |
| 2023-02-03 | nit fixed | Ame | -1/+1 |
| 2023-02-03 | Clarifying that .map() returns None if None. | Ame | -2/+4 |
| 2023-02-03 | Provide structured suggestion for binding needing type on E0594 | Esteban Küber | -30/+95 |
| 2023-02-03 | Auto merge of #107642 - Dylan-DPC:rollup-edcqhm5, r=Dylan-DPC | bors | -202/+684 |
| 2023-02-03 | Rollup merge of #107633 - clubby789:option-string-coerce-fix, r=Nilstrieb | Dylan DPC | -13/+88 |
| 2023-02-03 | Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obk | Dylan DPC | -20/+51 |
| 2023-02-03 | Rollup merge of #107544 - nnethercote:improve-TokenCursor, r=petrochenkov | Dylan DPC | -91/+98 |
| 2023-02-03 | Rollup merge of #107539 - PossiblyAShrub:unused-parens-in-index, r=lcnr | Dylan DPC | -0/+45 |
| 2023-02-03 | Rollup merge of #107427 - detrumi:builtin-impl-candidates, r=compiler-errors | Dylan DPC | -0/+25 |
| 2023-02-03 | Rollup merge of #107082 - dtolnay:autotraits, r=lcnr | Dylan DPC | -78/+377 |
| 2023-02-03 | Autotrait bounds on dyn-safe trait methods | David Tolnay | -10/+110 |
| 2023-02-03 | Disallow impl autotrait for trait object | David Tolnay | -68/+267 |
| 2023-02-03 | Replace nbsp in all rustdoc code blocks | Michael Howell | -17/+19 |
| 2023-02-03 | Replace `ConstFnMutClosure` with const closures | Deadbeef | -120/+21 |
| 2023-02-03 | Auto merge of #107599 - clubby789:debug-less-ref, r=nnethercote | bors | -12/+27 |
| 2023-02-03 | Fix suggestion for coercing Option<&String> to Option<&str> | clubby789 | -13/+88 |
| 2023-02-03 | Auto merge of #107569 - petrochenkov:optattr, r=nnethercote | bors | -76/+90 |
| 2023-02-03 | loudly tell people when `Cargo.lock` changes | Boxy | -0/+8 |
| 2023-02-03 | Use new helper inside probe | Wilco Kusee | -6/+2 |
| 2023-02-03 | Auto merge of #107625 - matthiaskrgr:rollup-xr9oldy, r=matthiaskrgr | bors | -122/+521 |
| 2023-02-03 | Rollup merge of #107608 - P1n3appl3:master, r=tmandry | Matthias Krüger | -29/+24 |
| 2023-02-03 | Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errors | Matthias Krüger | -39/+164 |
| 2023-02-03 | Rollup merge of #107598 - chenyukang:yukang/fix-core-bench, r=thomcc | Matthias Krüger | -32/+44 |
| 2023-02-03 | Rollup merge of #107500 - bryangarza:future-sizes-baseline-test, r=compiler-e... | Matthias Krüger | -0/+94 |
| 2023-02-03 | Rollup merge of #106805 - madsravn:master, r=compiler-errors | Matthias Krüger | -1/+97 |