| Age | Commit message (Expand) | Author | Lines |
| 2021-06-22 | Rollup merge of #86517 - camsteffen:unused-unsafe-async, r=LeSeulArtichaut | Yuki Okushi | -25/+43 |
| 2021-06-22 | Rollup merge of #86501 - jyn514:doctest-cleanup, r=CraftSpider | Yuki Okushi | -21/+22 |
| 2021-06-22 | Rollup merge of #86451 - notriddle:notriddle/rustdoc-intra-doc-link-summary, ... | Yuki Okushi | -15/+69 |
| 2021-06-22 | Rollup merge of #86402 - tspiteri:source-woff2, r=jsha | Yuki Okushi | -11/+54 |
| 2021-06-22 | Rollup merge of #86393 - yerke:add-test-for-issue-52025, r=JohnTitor | Yuki Okushi | -0/+57 |
| 2021-06-22 | add regression test for issue #52025 | Yerkebulan Tulibergenov | -0/+57 |
| 2021-06-22 | Auto merge of #85707 - jam1garner:future_prelude_collision_lint, r=nikomatsakis | bors | -31/+1144 |
| 2021-06-22 | Auto merge of #86352 - yerke:add-test-for-issue-37508, r=Mark-Simulacrum | bors | -0/+36 |
| 2021-06-22 | Auto merge of #86527 - JohnTitor:rollup-cbu78g4, r=JohnTitor | bors | -219/+553 |
| 2021-06-21 | Don't reallocate the crate name when running doctests | Joshua Nelson | -5/+7 |
| 2021-06-21 | Rename cratename -> crate_name | Joshua Nelson | -17/+17 |
| 2021-06-21 | Remove unnecessary call to queries.crate_name() | Joshua Nelson | -3/+2 |
| 2021-06-22 | Rollup merge of #86493 - Smittyvb:ctor-typeck-error, r=davidtwco | Yuki Okushi | -6/+107 |
| 2021-06-22 | Rollup merge of #86398 - yerke:add-test-for-issue-54685, r=Mark-Simulacrum | Yuki Okushi | -0/+31 |
| 2021-06-22 | Rollup merge of #86387 - JohnTitor:now-no-unused-lifetimes, r=Mark-Simulacrum | Yuki Okushi | -2/+0 |
| 2021-06-22 | Rollup merge of #86381 - yerke:add-test-for-issue-39161, r=JohnTitor | Yuki Okushi | -0/+13 |
| 2021-06-22 | Rollup merge of #86367 - m-ou-se:fix-abs-comment, r=scottmcm | Yuki Okushi | -3/+3 |
| 2021-06-22 | Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=jyn514 | Yuki Okushi | -5/+65 |
| 2021-06-22 | Rollup merge of #86297 - GuillaumeGomez:rustdoc-gui-args, r=Mark-Simulacrum | Yuki Okushi | -25/+57 |
| 2021-06-22 | Rollup merge of #86114 - JDuchniewicz:feat/panic-frame-fmt, r=yaahc | Yuki Okushi | -3/+2 |
| 2021-06-22 | Rollup merge of #86037 - soerenmeier:cursor_remaining, r=yaahc | Yuki Okushi | -4/+85 |
| 2021-06-22 | Rollup merge of #85182 - CDirkx:available_concurrency, r=JohnTitor | Yuki Okushi | -163/+182 |
| 2021-06-22 | Rollup merge of #85054 - jethrogb:jb/sgx-inline-asm, r=Amanieu | Yuki Okushi | -8/+8 |
| 2021-06-21 | Fix unused_unsafe with compiler-generated unsafe | Cameron Steffen | -25/+43 |
| 2021-06-21 | Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3 | bors | -1/+185 |
| 2021-06-21 | Auto merge of #86515 - JohnTitor:rollup-axzb4xh, r=JohnTitor | bors | -134/+432 |
| 2021-06-21 | introduce helper function | Niko Matsakis | -22/+32 |
| 2021-06-21 | add test for `dyn` collisions | Niko Matsakis | -0/+122 |
| 2021-06-21 | do not run rustfix for future-prelude-collision-shadow | Niko Matsakis | -35/+1 |
| 2021-06-21 | Reference issue test originated from | Smitty | -8/+9 |
| 2021-06-22 | Rollup merge of #86503 - ehuss:rustc.css-fonts, r=jyn514,GuillaumeGomez | Yuki Okushi | -10/+33 |
| 2021-06-22 | Rollup merge of #86495 - r00ster91:patch-11, r=petrochenkov | Yuki Okushi | -6/+9 |
| 2021-06-22 | Rollup merge of #86473 - fee1-dead:rustdoc-const-unstable, r=jyn514 | Yuki Okushi | -51/+112 |
| 2021-06-22 | Rollup merge of #86472 - Mark-Simulacrum:fix-ci-beta, r=pietroalbini | Yuki Okushi | -6/+10 |
| 2021-06-22 | Rollup merge of #86424 - calebcartwright:rustfmt-mod-resolution, r=Mark-Simul... | Yuki Okushi | -1/+46 |
| 2021-06-22 | Rollup merge of #86349 - yerke:add-test-for-issue-78632, r=Mark-Simulacrum | Yuki Okushi | -0/+59 |
| 2021-06-22 | Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3 | Yuki Okushi | -48/+48 |
| 2021-06-22 | Rollup merge of #86248 - JohnTitor:issue-85113, r=Mark-Simulacrum | Yuki Okushi | -0/+70 |
| 2021-06-22 | Rollup merge of #86192 - hi-rustin:rustin-patch-lint, r=nikomatsakis | Yuki Okushi | -12/+45 |
| 2021-06-21 | Readd `unsafe` keyword in tests | Deadbeef | -6/+6 |
| 2021-06-21 | Update comment regarding staged_api | Deadbeef | -1/+1 |
| 2021-06-21 | Auto merge of #86210 - ehuss:rustfix-update, r=Mark-Simulacrum | bors | -13/+38 |
| 2021-06-21 | Removed/Updated some cases and simplified `match` | Deadbeef | -29/+4 |
| 2021-06-21 | Added some tests for `unsafe` in const-dispay.rs | Deadbeef | -6/+47 |
| 2021-06-21 | Check for const_unstable before printing `const` | Deadbeef | -44/+65 |
| 2021-06-21 | Auto merge of #86157 - jsha:tera, r=jyn514,GuillaumeGomez | bors | -176/+252 |
| 2021-06-21 | Use `Unsupported` on platforms where `available_concurrency` is not implemented. | Christiaan Dirkx | -21/+9 |
| 2021-06-21 | Remove tidy exception for `available_concurrency` | Christiaan Dirkx | -1/+0 |
| 2021-06-21 | Resolve type aliases to the type they point to in intra-doc links | LeSeulArtichaut | -5/+65 |
| 2021-06-21 | Delete spaces | Alexander Melentyev | -48/+48 |