| Age | Commit message (Expand) | Author | Lines |
| 2023-06-01 | Rollup merge of #111802 - jyn514:less-verbose, r=ozkanonur | Matthias Krüger | -1/+9 |
| 2023-06-01 | Auto merge of #111660 - Kobzol:try-build-skip-docs, r=mark-simulacrum | bors | -0/+15 |
| 2023-06-01 | Migrate to Askama | sladynnunes | -8/+15 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -13/+15 |
| 2023-06-01 | Fix bug where private item with intermediate doc hidden re-export was not inl... | Guillaume Gomez | -2/+4 |
| 2023-06-01 | Update setup.rs | Gary | -7/+7 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -26/+68 |
| 2023-06-01 | Auto merge of #112164 - Dylan-DPC:rollup-93zj7jw, r=Dylan-DPC | bors | -15/+160 |
| 2023-06-01 | Do not build components unneeded for perf bot in try builds | Jakub Beránek | -0/+15 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -5/+5 |
| 2023-06-01 | Rollup merge of #111892 - notriddle:notriddle/timeout-tooltip, r=me,Guillaume... | Dylan DPC | -10/+150 |
| 2023-06-01 | Rollup merge of #108459 - benediktwerner:rustdoc-fix-link-match, r=GuillaumeG... | Dylan DPC | -5/+10 |
| 2023-06-01 | Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-dead | bors | -13/+2 |
| 2023-06-01 | Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naber | bors | -168/+65 |
| 2023-05-31 | rustdoc: add jsdoc comments for complex functions | Michael Howell | -1/+34 |
| 2023-05-31 | Fix the progress message for `x doc rustc` | jyn | -7/+10 |
| 2023-05-31 | Fix `src/etc/pre-push.sh` when `build.locked-deps` is already set in config.toml | jyn | -1/+1 |
| 2023-05-31 | use c literals in library | klensy | -1/+0 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -0/+27 |
| 2023-05-31 | Adjust tests for newly uplifted cast_ref_to_mut lint | Urgau | -0/+4 |
| 2023-05-31 | Drop uplifted clippy::cast_ref_to_mut | Urgau | -168/+61 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -13/+2 |
| 2023-05-31 | Auto merge of #2908 - RalfJung:bench, r=oli-obk | bors | -16/+16 |
| 2023-05-31 | miri-script: Transform Windows paths to unix. | Piotr Osiewicz | -1/+1 |
| 2023-05-31 | Auto merge of #2907 - RalfJung:rustup, r=RalfJung | bors | -546/+487 |
| 2023-05-31 | Rollup merge of #112103 - Mark-Simulacrum:bootstrap-update, r=clubby789 | Matthias Krüger | -398/+408 |
| 2023-05-31 | Rollup merge of #112089 - Kobzol:bootstrap-warnings, r=jyn514 | Matthias Krüger | -3/+8 |
| 2023-05-31 | Rollup merge of #111979 - jyn514:cargoflags, r=albertlarsan68 | Matthias Krüger | -0/+4 |
| 2023-05-31 | Rollup merge of #111975 - jyn514:normalization, r=cjgillot | Matthias Krüger | -33/+18 |
| 2023-05-31 | Rollup merge of #111772 - liushuyu:ubuntu/mips64-linkage, r=jackh726 | Matthias Krüger | -0/+6 |
| 2023-05-31 | CI: test ./miri bench | Ralf Jung | -15/+15 |
| 2023-05-31 | Merge from rustc | Ralf Jung | -545/+486 |
| 2023-05-31 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-05-31 | Auto merge of #2888 - Vanille-N:tb-diags, r=RalfJung | bors | -66/+160 |
| 2023-05-31 | Auto merge of #112127 - matthiaskrgr:rollup-77pt893, r=matthiaskrgr | bors | -198/+188 |
| 2023-05-31 | Rollup merge of #112113 - notriddle:notriddle/rm-fnretty, r=GuillaumeGomez | Matthias Krüger | -81/+49 |
| 2023-05-31 | Rollup merge of #112108 - GuillaumeGomez:reexport-doc-hidden-private, r=notri... | Matthias Krüger | -25/+32 |
| 2023-05-31 | Rollup merge of #112084 - ozkanonur:improvements, r=clubby789 | Matthias Krüger | -82/+91 |
| 2023-05-31 | Rollup merge of #112031 - sladyn98:migrate-proc-macro, r=GuillaumeGomez | Matthias Krüger | -10/+16 |
| 2023-05-30 | Fix `x test --stage 2 core` when download-rustc is enabled | jyn | -40/+149 |
| 2023-05-30 | Make `x test --dry-run` less verbose | jyn | -1/+3 |
| 2023-05-31 | Update cargo | Weihang Lo | -0/+0 |
| 2023-05-31 | Explicit set `workspace.resolver = "1"` | Weihang Lo | -0/+2 |
| 2023-05-30 | Add `--warnings warn` flag to `x.py` | Jakub Beránek | -3/+8 |
| 2023-05-30 | rustdoc: Fix LinkReplacer link matching | benediktwerner | -5/+10 |
| 2023-05-30 | rustdoc: simplify `clean` by removing `FnRetTy` | Michael Howell | -81/+49 |
| 2023-05-30 | Auto merge of #111881 - lcnr:leak-check, r=nikomatsakis,jackh726 | bors | -1/+1 |
| 2023-05-30 | Fix re-export of doc hidden item inside private item not displayed | Guillaume Gomez | -25/+32 |
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -398/+408 |
| 2023-05-30 | directory size limit :< | lcnr | -1/+1 |