| Age | Commit message (Expand) | Author | Lines |
| 2021-06-22 | Rollup merge of #86517 - camsteffen:unused-unsafe-async, r=LeSeulArtichaut | Yuki Okushi | -11/+12 |
| 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 | -0/+684 |
| 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 | -33/+249 |
| 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 | -2/+83 |
| 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 #86381 - yerke:add-test-for-issue-39161, r=JohnTitor | Yuki Okushi | -0/+13 |
| 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 #85182 - CDirkx:available_concurrency, r=JohnTitor | Yuki Okushi | -1/+0 |
| 2021-06-21 | Fix unused_unsafe with compiler-generated unsafe | Cameron Steffen | -11/+12 |
| 2021-06-21 | Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3 | bors | -0/+77 |
| 2021-06-21 | Auto merge of #86515 - JohnTitor:rollup-axzb4xh, r=JohnTitor | bors | -123/+414 |
| 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 #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 | -43/+43 |
| 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/+41 |
| 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 | -12/+37 |
| 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/+225 |
| 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 | -43/+43 |
| 2021-06-20 | Use Tera templates for rustdoc. | Jacob Hoffman-Andrews | -176/+225 |
| 2021-06-21 | Auto merge of #86166 - tmiasko:no-alloca-for-zsts, r=nagisa | bors | -2/+2 |
| 2021-06-21 | Auto merge of #86502 - JohnTitor:rollup-wge0f3x, r=JohnTitor | bors | -18/+149 |
| 2021-06-20 | Fix rust.css fonts. | Eric Huss | -10/+33 |
| 2021-06-21 | Rollup merge of #86484 - fee1-dead:builtin-macro-recursion, r=petrochenkov | Yuki Okushi | -0/+30 |
| 2021-06-21 | Rollup merge of #86156 - ehuss:linkchecker-fixes, r=Mark-Simulacrum | Yuki Okushi | -8/+70 |
| 2021-06-21 | Rollup merge of #86152 - the8472:lazify-npm-queries, r=Mark-Simulacrum | Yuki Okushi | -8/+27 |
| 2021-06-21 | Rollup merge of #83739 - JohnTitor:issue-75889, r=estebank | Yuki Okushi | -2/+22 |