| Age | Commit message (Expand) | Author | Lines |
| 2021-05-16 | Update RLS | Igor Matuszewski | -0/+0 |
| 2021-05-15 | Auto merge of #85335 - GuillaumeGomez:rollup-0tvc14g, r=GuillaumeGomez | bors | -36/+126 |
| 2021-05-15 | Rollup merge of #85329 - RalfJung:version, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2021-05-15 | Rollup merge of #85324 - FabianWolff:issue-85255, r=varkor | Guillaume Gomez | -22/+87 |
| 2021-05-15 | Rollup merge of #85185 - GuillaumeGomez:generate-not-more-docs-than-necessary... | Guillaume Gomez | -10/+23 |
| 2021-05-15 | Rollup merge of #84751 - Soveu:is_char_boundary_opt, r=Amanieu | Guillaume Gomez | -3/+15 |
| 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 | -42/+78110 |
| 2021-05-15 | Auto merge of #85328 - GuillaumeGomez:rollup-exe9nbj, r=GuillaumeGomez | bors | -447/+427 |
| 2021-05-15 | fix version_str comment | Ralf Jung | -1/+1 |
| 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 #85278 - ayushmishra2005:code-refactoring, r=jackh726 | Guillaume Gomez | -8/+2 |
| 2021-05-15 | Rollup merge of #85268 - camelid:real-name, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2021-05-15 | Rollup merge of #85256 - GuillaumeGomez:fix-implementors-display, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-05-15 | Rollup merge of #85253 - RafaelKr:patch-1, r=varkor | Guillaume Gomez | -5/+5 |
| 2021-05-15 | Rollup merge of #85246 - ayushmishra2005:minor-reactoring, r=petrochenkov | Guillaume Gomez | -4/+1 |
| 2021-05-15 | Rollup merge of #85221 - ijackson:dbg-doc-re-tests, r=joshtriplett | Guillaume Gomez | -3/+4 |
| 2021-05-15 | Rollup merge of #85215 - richkadel:ice-fixes-minus-dead-blocks, r=tmandry | Guillaume Gomez | -91/+95 |
| 2021-05-15 | Rollup merge of #85207 - andrewhalle:typo-rootseparator, r=kennytm | 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 | -22/+87 |
| 2021-05-15 | Auto merge of #84152 - sexxi-goose:insignificant_dtor, r=nikomatsakis | bors | -12/+332 |
| 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/+65 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -12/+332 |
| 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 | -4/+4 |
| 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 | -9/+0 |
| 2021-05-14 | add rustfmt crlf files to root gitattributes | Caleb Cartwright | -0/+8 |
| 2021-05-14 | Box `Impl.blanket_impl` to reduce size | Noah Lev | -3/+3 |
| 2021-05-14 | chore: update gitattributes for files with windows style line endings | Caleb Cartwright | -2/+7 |
| 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 | -45/+113 |
| 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 | -195/+98 |
| 2021-05-14 | Addressed PR coments | ayushmishra2005 | -1/+4 |
| 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 | -6/+88 |