| Age | Commit message (Expand) | Author | Lines |
| 2021-06-23 | Auto merge of #86138 - FabianWolff:issue-85871, r=nikomatsakis | bors | -0/+20 |
| 2021-06-23 | Bump expat to 2.4.1 | Mark Rousskov | -1/+1 |
| 2021-06-23 | Auto merge of #86548 - GuillaumeGomez:fix-crate-filter-search-reset, r=jsha | bors | -0/+21 |
| 2021-06-23 | Fix search filter update | Guillaume Gomez | -0/+21 |
| 2021-06-23 | Auto merge of #86564 - jsha:revert-83826, r=jyn514 | bors | -8/+8 |
| 2021-06-23 | Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3... | bors | -43/+6 |
| 2021-06-22 | Revert "List trait impls before methods from deref in the sidebar of Rustdoc'... | Jacob Hoffman-Andrews | -8/+8 |
| 2021-06-22 | Auto merge of #86559 - Dylan-DPC:rollup-aixg3q5, r=Dylan-DPC | bors | -435/+444 |
| 2021-06-23 | Rollup merge of #86557 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2021-06-23 | Rollup merge of #86542 - GuillaumeGomez:line-numbers-aligned-with-content, r=... | Dylan DPC | -40/+42 |
| 2021-06-23 | Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514 | Dylan DPC | -27/+37 |
| 2021-06-23 | Rollup merge of #86223 - fee1-dead:better-E0121, r=petrochenkov | Dylan DPC | -368/+365 |
| 2021-06-22 | Update books | Eric Huss | -0/+0 |
| 2021-06-22 | Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r... | bors | -17/+20 |
| 2021-06-22 | Auto merge of #86045 - jsgf:fix-emit-path-hashing, r=bjorn3 | bors | -0/+38 |
| 2021-06-22 | Auto merge of #86368 - michaelwoerister:lexing-ice, r=davidtwco | bors | -0/+25 |
| 2021-06-22 | Rollup merge of #86537 - inquisitivecrystal:mark-edition-tests-check-pass, r=... | Yuki Okushi | -28/+34 |
| 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 test for macro disambiguators | LeSeulArtichaut | -0/+25 |
| 2021-06-22 | Accept `!{}` and `![]` as macro disambiguators | LeSeulArtichaut | -3/+5 |
| 2021-06-22 | Add check to ensure that the line numbers are aligned with the source code | Guillaume Gomez | -0/+2 |
| 2021-06-22 | Update browser-ui-test version | Guillaume Gomez | -40/+40 |
| 2021-06-22 | add regression test for issue #52025 | Yerkebulan Tulibergenov | -0/+57 |
| 2021-06-22 | Change Debug unimplemented message per request | Aris Merchant | -6/+6 |
| 2021-06-22 | Auto merge of #85707 - jam1garner:future_prelude_collision_lint, r=nikomatsakis | bors | -0/+684 |
| 2021-06-21 | Mark some edition tests as check-pass | Aris Merchant | -28/+34 |
| 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 | Add test showing different KIND parameters change hash | Jeremy Fitzhardinge | -1/+12 |
| 2021-06-21 | In --emit KIND=PATH options, only hash KIND | Jeremy Fitzhardinge | -0/+27 |
| 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 | Fix handling of disambiguator suffixes for intra-doc links | LeSeulArtichaut | -27/+10 |
| 2021-06-22 | Update #83739 with type of the item specified | Deadbeef | -2/+2 |
| 2021-06-22 | Updated tests to reflect specified types in E0121 | Deadbeef | -366/+363 |
| 2021-06-21 | add test for `dyn` collisions | Niko Matsakis | -0/+122 |