| Age | Commit message (Expand) | Author | Lines |
| 2021-05-16 | Add tracking issue | Jonas Schievink | -0/+5 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -17/+56 |
| 2021-05-15 | Auto merge of #84920 - Aaron1011:pretty-print-rental, r=petrochenkov | bors | -52/+172 |
| 2021-05-15 | Auto merge of #85335 - GuillaumeGomez:rollup-0tvc14g, r=GuillaumeGomez | bors | -12/+81 |
| 2021-05-15 | Remove some unncessary spaces from pretty-printed tokenstream output | Aaron Hill | -52/+172 |
| 2021-05-15 | Rollup merge of #85324 - FabianWolff:issue-85255, r=varkor | Guillaume Gomez | -2/+58 |
| 2021-05-15 | Rollup merge of #85185 - GuillaumeGomez:generate-not-more-docs-than-necessary... | Guillaume Gomez | -10/+23 |
| 2021-05-15 | Don't generate more docs than necessary | Guillaume Gomez | -10/+23 |
| 2021-05-15 | Auto merge of #82208 - jyn514:rustfmt-subtree, r=Mark-Simulacrum | bors | -36/+78099 |
| 2021-05-15 | Auto merge of #85328 - GuillaumeGomez:rollup-exe9nbj, r=GuillaumeGomez | bors | -334/+318 |
| 2021-05-15 | Rollup merge of #85323 - GuillaumeGomez:fix-eslint-errors, r=jsha | Guillaume Gomez | -35/+34 |
| 2021-05-15 | Rollup merge of #85289 - GuillaumeGomez:fix-toggle-position-mobile, r=jsha | Guillaume Gomez | -192/+219 |
| 2021-05-15 | Rollup merge of #85256 - GuillaumeGomez:fix-implementors-display, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-05-15 | Rollup merge of #85067 - Stupremee:minimize-amount-of-fake-defids, r=jyn514,G... | Guillaume Gomez | -90/+55 |
| 2021-05-15 | Rollup merge of #84461 - jyn514:remove-strip-item, r=GuillaumeGomez | Guillaume Gomez | -16/+9 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -90/+55 |
| 2021-05-15 | Update rustdoc-js tools | Guillaume Gomez | -1/+2 |
| 2021-05-15 | Fix eslint errors | Guillaume Gomez | -34/+32 |
| 2021-05-15 | Warn about unused pub fields in non-pub structs | Fabian Wolff | -2/+58 |
| 2021-05-15 | Auto merge of #84152 - sexxi-goose:insignificant_dtor, r=nikomatsakis | bors | -0/+226 |
| 2021-05-15 | Auto merge of #85311 - camelid:box-blanket-impl, r=jyn514 | bors | -3/+3 |
| 2021-05-15 | Auto merge of #84997 - pietroalbini:ci-verify-channel, r=Mark-Simulacrum | bors | -8/+56 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -0/+226 |
| 2021-05-14 | ci(should-skip-this): only check commits when skip rule enabled | Caleb Cartwright | -7/+11 |
| 2021-05-14 | should-skip-this: Check for changes between the master branch, not the previo... | Joshua Nelson | -2/+6 |
| 2021-05-14 | Run toolstate jobs when src/tools/rustfmt is modified. | Joshua Nelson | -2/+2 |
| 2021-05-14 | Update log to 0.4.14 | Joshua Nelson | -1/+1 |
| 2021-05-14 | Don't copy tool dependencies to the sysroot | Joshua Nelson | -4/+0 |
| 2021-05-14 | Update bootstrap for in-tree rustfmt | Joshua Nelson | -21/+13 |
| 2021-05-14 | Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863' | Caleb Cartwright | -0/+78073 |
| 2021-05-14 | Delete rustfmt submodule | Joshua Nelson | -6/+0 |
| 2021-05-14 | Box `Impl.blanket_impl` to reduce size | Noah Lev | -3/+3 |
| 2021-05-14 | Add test for toggle on mobile size | Guillaume Gomez | -0/+21 |
| 2021-05-14 | Unify toggle rules on smaller resolutions | Guillaume Gomez | -6/+3 |
| 2021-05-14 | Move @media rules at the end so they override the other rules | Guillaume Gomez | -193/+195 |
| 2021-05-14 | Auto merge of #85211 - Aaron1011:metadata-invalid-span, r=michaelwoerister | bors | -0/+68 |
| 2021-05-14 | Fix toggle position on mobile | Guillaume Gomez | -1/+8 |
| 2021-05-14 | Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa | bors | -13/+1 |
| 2021-05-14 | Auto merge of #85236 - nikic:update-llvm-submodule, r=cuviper | bors | -0/+0 |
| 2021-05-14 | Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkov | bors | -5/+78 |
| 2021-05-14 | Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-05-13 | Auto merge of #84107 - Amanieu:global_asm2, r=nagisa | bors | -58/+514 |
| 2021-05-13 | Fix tests | Amanieu d'Antras | -3/+3 |
| 2021-05-13 | Clarify error message when both asm! and global_asm! are unsupported | Amanieu d'Antras | -4/+4 |
| 2021-05-13 | Update global_asm! documentation | Amanieu d'Antras | -8/+41 |
| 2021-05-13 | Add tests for global_asm! | Amanieu d'Antras | -32/+455 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -16/+16 |
| 2021-05-13 | Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726 | bors | -0/+160 |
| 2021-05-13 | Auto merge of #85258 - GuillaumeGomez:rollup-kzay7o5, r=GuillaumeGomez | bors | -313/+191 |
| 2021-05-13 | Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwco | Guillaume Gomez | -35/+0 |