| Age | Commit message (Expand) | Author | Lines |
| 2023-01-03 | jsondoclint: Add option to dump errors as json. | Nixon Enraght-Moony | -4/+25 |
| 2023-01-03 | jsondoclint: Find selector for missing ID when error is created, not reported. | Nixon Enraght-Moony | -42/+64 |
| 2023-01-03 | jsondoclint: Add `--verbose` flag. | Nixon Enraght-Moony | -6/+26 |
| 2023-01-03 | jsondoclint: Parse args with clap. | Nixon Enraght-Moony | -4/+11 |
| 2023-01-03 | clippy | Ralf Jung | -2/+1 |
| 2023-01-03 | Merge from rustc | Ralf Jung | -2516/+8693 |
| 2023-01-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-01-03 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2023-01-03 | Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514 | bors | -10/+161 |
| 2023-01-03 | fix dupe word typos | Rageking8 | -1/+1 |
| 2023-01-03 | Auto merge of #106371 - RalfJung:no-ret-position-noalias, r=nikic | bors | -1/+1 |
| 2023-01-02 | no_deps | J Haigh | -0/+1 |
| 2023-01-03 | Allow passing a specific date to `bump-stage0` | Joshua Nelson | -11/+17 |
| 2023-01-02 | use cargo_metadata to get x version | DebugSteven | -28/+11 |
| 2023-01-03 | Auto merge of #106386 - compiler-errors:rollup-dxjv18b, r=compiler-errors | bors | -211/+757 |
| 2023-01-02 | rustdoc: allow popover child links to work | Ardis Lu | -3/+0 |
| 2023-01-02 | Rollup merge of #106376 - rustbot:docs-update, r=ehuss | Michael Goulet | -0/+0 |
| 2023-01-02 | Rollup merge of #106366 - GuillaumeGomez:fix-rustdoc-ice-typedef-type-mismatc... | Michael Goulet | -1/+497 |
| 2023-01-02 | Rollup merge of #106354 - aDotInTheVoid:rdj-always-discr, r=GuillaumeGomez | Michael Goulet | -201/+257 |
| 2023-01-02 | Rollup merge of #106315 - jyn514:cleanup-mingw-tidy, r=fee1-dead | Michael Goulet | -3/+2 |
| 2023-01-02 | Rollup merge of #105558 - Nilstrieb:less-spam-hir-tree, r=cjgillot | Michael Goulet | -6/+1 |
| 2023-01-02 | get latest x version from parsing cargo command | DebugSteven | -10/+39 |
| 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/+28 |
| 2023-01-02 | Auto merge of #106364 - JakobDegen:top-down-inlining, r=cjgillot | bors | -91/+184 |
| 2023-01-02 | rustdoc: remove legacy box-sizing CSS | Michael Howell | -2/+0 |
| 2023-01-03 | print highest error code | Ezra Shaw | -0/+1 |
| 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 | Update books | rustbot | -0/+0 |
| 2023-01-02 | tweaks to retag diagnostic handling | Ralf Jung | -13/+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 | Fix rustdoc ICE on bad typedef with mismatching types | Guillaume Gomez | -1/+1 |
| 2023-01-02 | Auto merge of #106301 - notriddle:notriddle/dir-entry, r=GuillaumeGomez | bors | -27/+87 |
| 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 | Always take advantage of arithmetic identities | Ben Kimock | -0/+46 |
| 2023-01-02 | fix CI | Ezra Shaw | -7/+8 |
| 2023-01-02 | pattern destructure `has_test` | Ezra Shaw | -3/+1 |
| 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 | -1/+62 |