| Age | Commit message (Expand) | Author | Lines |
| 2023-06-03 | improve target selection conditions | Rémy Rakic | -1/+2 |
| 2023-06-03 | fix `x doc --stage 0 compiler` if the compiler hasn't yet been built | jyn | -0/+1 |
| 2023-06-03 | don't return a `Result` from symlink_dir_force | jyn | -9/+11 |
| 2023-06-03 | rename src/dst to original/link | jyn | -10/+10 |
| 2023-06-03 | Don't compile rustc to self-test compiletest | jyn | -1/+1 |
| 2023-06-03 | Rollup merge of #112231 - chenyukang:yukang-fix-110067-version-issue, r=jyn514 | Matthias Krüger | -2/+51 |
| 2023-06-03 | Rollup merge of #111998 - jyn514:ra-dogfooding, r=Mark-Simulacrum | Matthias Krüger | -2/+12 |
| 2023-06-03 | Rollup merge of #111969 - clubby789:clean-dry-run, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2023-06-03 | disable truncation in CI | jyn | -0/+1 |
| 2023-06-03 | Allow disabling truncation for long config lines | jyn | -3/+10 |
| 2023-06-03 | rust-lld: add rpath to the root LLVM shared lib | Rémy Rakic | -0/+24 |
| 2023-06-03 | Auto merge of #2887 - Vanille-N:tb-mut-transmute, r=RalfJung | bors | -118/+1641 |
| 2023-06-03 | miri compiletest: no longer allow some warnings in rustc test suite | Ralf Jung | -11/+2 |
| 2023-06-03 | Select more TB fail tests | Neven Villani | -118/+1641 |
| 2023-06-03 | Remove unneeded `Buffer` allocations when `&mut fmt::Write` can be used directly | Guillaume Gomez | -23/+18 |
| 2023-06-03 | add unchecked_shl test | Ralf Jung | -2/+25 |
| 2023-06-03 | Move type name directly into the same DOM element | Guillaume Gomez | -19/+1 |
| 2023-06-03 | Auto merge of #112032 - sladyn98:migrate-item-primitive, r=GuillaumeGomez | bors | -3/+3 |
| 2023-06-03 | Auto merge of #109432 - flba-eb:108594_forkspawn_exponential_backoff, r=worki... | bors | -7/+1 |
| 2023-06-03 | only check when we specify rustc in config.toml | yukang | -2/+51 |
| 2023-06-03 | Auto merge of #112217 - arlosi:update-vuln-deps, r=Mark-Simulacrum | bors | -3/+5 |
| 2023-06-02 | explain windows sync layouts | DrMeepster | -0/+3 |
| 2023-06-02 | add deref_pointer_as | DrMeepster | -3/+19 |
| 2023-06-02 | Rollup merge of #112211 - eval-exec:exec/fix-bootstrap-rustdoc, r=ozkanonur | Michael Goulet | -0/+1 |
| 2023-06-02 | Rollup merge of #112166 - AnakinSkywalkeer:master, r=clubby789 | Michael Goulet | -7/+7 |
| 2023-06-02 | deref shim arguments with actual ty instead of declared ty | DrMeepster | -126/+215 |
| 2023-06-02 | Improve new search result display on mobile | Guillaume Gomez | -0/+8 |
| 2023-06-02 | Move item kind before the item name | Guillaume Gomez | -3/+13 |
| 2023-06-02 | Add search result item types after their name | Guillaume Gomez | -11/+36 |
| 2023-06-03 | Add `--lib` to `cargo doc` | Eval EXEC | -0/+1 |
| 2023-06-02 | Update dependencies with reported vulnerabilities | Arlo Siemsen | -3/+5 |
| 2023-06-02 | Auto merge of #112212 - matthiaskrgr:rollup-e5ilgf0, r=matthiaskrgr | bors | -6/+5 |
| 2023-06-02 | Rollup merge of #112165 - fee1-dead-contrib:rn-defualtness, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2023-06-02 | Rollup merge of #111647 - klensy:cstr, r=oli-obk | Matthias Krüger | -1/+0 |
| 2023-06-02 | Remove "one thread in tests" limitation in nto-qnx.md | Florian Bartels | -7/+1 |
| 2023-06-02 | Auto merge of #112152 - jyn514:doc-msg, r=clubby789 | bors | -7/+10 |
| 2023-06-02 | Auto merge of #112203 - flip1995:clippyup, r=Manishearth | bors | -654/+2971 |
| 2023-06-02 | Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup | Philipp Krones | -12/+3 |
| 2023-06-02 | Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup | Philipp Krones | -654/+2971 |
| 2023-06-02 | fmt | Ralf Jung | -10/+13 |
| 2023-06-02 | Merge from rustc | Ralf Jung | -658/+791 |
| 2023-06-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-02 | Auto merge of #10607 - beetrees:toml-spans, r=giraffate | bors | -12/+3 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -21/+30 |
| 2023-06-01 | Rollup merge of #112030 - sladyn98:item-trait-alias, r=GuillaumeGomez | Michael Goulet | -8/+15 |
| 2023-06-01 | Rollup merge of #111670 - compiler-errors:const-param-ty, r=BoxyUwU | Michael Goulet | -13/+15 |
| 2023-06-02 | Auto merge of #111677 - fee1-dead-contrib:rustc_const_eval-translatable, r=ol... | bors | -26/+68 |
| 2023-06-02 | Add spans to `clippy.toml` error messages | beetrees | -12/+3 |
| 2023-06-01 | Auto merge of #112184 - matthiaskrgr:rollup-tlh72el, r=matthiaskrgr | bors | -2/+10 |
| 2023-06-01 | Rollup merge of #112146 - jyn514:locked-deps, r=clubby789 | Matthias Krüger | -1/+1 |