| Age | Commit message (Expand) | Author | Lines |
| 2023-01-04 | Rollup merge of #106391 - ardislu:fix-popover-child-link, r=GuillaumeGomez | Matthias Krüger | -0/+9 |
| 2023-01-04 | Auto merge of #106442 - matthiaskrgr:rollup-wivf7gh, r=matthiaskrgr | bors | -36/+221 |
| 2023-01-03 | Add hardcoded wait time for external navigation to load | Ardis Lu | -0/+1 |
| 2023-01-04 | Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebank | Matthias Krüger | -24/+70 |
| 2023-01-04 | Rollup merge of #106292 - Nilstrieb:box-uninit-test, r=RalfJung | Matthias Krüger | -6/+22 |
| 2023-01-04 | Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd | Matthias Krüger | -1/+8 |
| 2023-01-04 | Rollup merge of #106200 - compiler-errors:suggest-impl-trait, r=estebank | Matthias Krüger | -5/+121 |
| 2023-01-04 | Auto merge of #104376 - compiler-errors:thin-metadata-implies-thin-ptr, r=wes... | bors | -0/+11 |
| 2023-01-03 | Add test case to click popover child link | Ardis Lu | -0/+8 |
| 2023-01-04 | Auto merge of #106432 - compiler-errors:rollup-lzj0lnp, r=compiler-errors | bors | -26/+33 |
| 2023-01-03 | Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser | Michael Goulet | -26/+12 |
| 2023-01-03 | Rollup merge of #106157 - LeSeulArtichaut:106126-thir-unsafeck-good-path-bug-... | Michael Goulet | -0/+21 |
| 2023-01-04 | layout_of: `T: Thin` implies `sizeof(&T) == sizeof(usize)` | Michael Goulet | -0/+11 |
| 2023-01-04 | Restore Fn trait note | Michael Goulet | -2/+14 |
| 2023-01-03 | Suggest more impl Trait on `-> _` | Michael Goulet | -7/+111 |
| 2023-01-03 | Auto merge of #105712 - amg98:feat/vita-support, r=wesleywiser | bors | -1/+1 |
| 2023-01-03 | Rollup merge of #106365 - gimbles:patch-1, r=jyn514 | Matthias Krüger | -10/+10 |
| 2023-01-03 | Rollup merge of #106005 - LeSeulArtichaut:if-let-guard-borrowck-test, r=Nilst... | Matthias Krüger | -62/+645 |
| 2023-01-03 | Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514 | bors | -0/+95 |
| 2023-01-03 | Auto merge of #106371 - RalfJung:no-ret-position-noalias, r=nikic | bors | -1/+1 |
| 2023-01-03 | Auto merge of #106386 - compiler-errors:rollup-dxjv18b, r=compiler-errors | bors | -122/+627 |
| 2023-01-02 | Rollup merge of #106366 - GuillaumeGomez:fix-rustdoc-ice-typedef-type-mismatc... | Michael Goulet | -0/+496 |
| 2023-01-02 | Rollup merge of #106354 - aDotInTheVoid:rdj-always-discr, r=GuillaumeGomez | Michael Goulet | -116/+130 |
| 2023-01-02 | Rollup merge of #105558 - Nilstrieb:less-spam-hir-tree, r=cjgillot | Michael Goulet | -6/+1 |
| 2023-01-03 | Don't trim path for `unsafe_op_in_unsafe_fn` lints | Léo Lanteri Thauvin | -0/+21 |
| 2023-01-02 | Add json output to `-Zdump-mono-stats` | Joshua Nelson | -1/+8 |
| 2023-01-02 | Auto merge of #106364 - JakobDegen:top-down-inlining, r=cjgillot | bors | -91/+184 |
| 2023-01-02 | Reduce HIR debug output | Nilstrieb | -6/+1 |
| 2023-01-02 | Auto merge of #106272 - clubby789:codegen-test-103840, r=nikic | bors | -0/+9 |
| 2023-01-02 | do not add noalias in return position | Ralf Jung | -1/+1 |
| 2023-01-02 | Add regression test for #96287 | Guillaume Gomez | -0/+32 |
| 2023-01-02 | Add regression test for #105742 | Guillaume Gomez | -0/+425 |
| 2023-01-02 | Add regression test for #105737 | Guillaume Gomez | -0/+16 |
| 2023-01-02 | Add regression test for #105334 | Guillaume Gomez | -0/+11 |
| 2023-01-02 | Add regression test for #106226 | Guillaume Gomez | -0/+12 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -120/+13 |
| 2023-01-02 | Print correct base for too-large literals | clubby789 | -24/+70 |
| 2023-01-02 | maybe | gimbles | -10/+10 |
| 2023-01-02 | Auto merge of #106301 - notriddle:notriddle/dir-entry, r=GuillaumeGomez | bors | -4/+85 |
| 2023-01-02 | Auto merge of #106284 - estebank:merge-mut-errors, r=jyn514 | bors | -226/+435 |
| 2023-01-01 | Reenable limited top-down MIR inlining | Jakob Degen | -91/+184 |
| 2023-01-01 | Verbose suggestions | Esteban Küber | -185/+360 |
| 2023-01-01 | rustdoc: add test case for dir entry summary position | Michael Howell | -4/+85 |
| 2023-01-01 | Implement fix for #67535 | Troy Neubauer | -0/+61 |
| 2023-01-01 | Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726 | bors | -10/+10 |
| 2023-01-01 | Rustdoc-Json: Report discriminant on all kinds of enum variant. | Nixon Enraght-Moony | -116/+130 |
| 2023-01-01 | Use the correct tracking issue for `dyn_star` | Léo Lanteri Thauvin | -10/+10 |
| 2023-01-01 | Auto merge of #106350 - GuillaumeGomez:gui-test-explanation-2, r=notriddle | bors | -0/+1 |
| 2023-01-01 | Merge multiple mutable borrows of immutable binding errors | Esteban Küber | -53/+87 |
| 2023-01-01 | reduce spans for `unsafe impl` errors | Lukas Markeffsky | -26/+12 |