| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove `label` in dirty/clean annotations. | Camille GILLOT | -655/+448 |
| 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 | chore: update comment in rustdoc.css | Shinwoo Park | -1/+1 |
| 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 | chore: format code | Shinwoo Park | -3/+6 |
| 2021-05-15 | rustdoc: update static files | Shinwoo Park | -0/+10 |
| 2021-05-15 | rustdoc: add the license of Noto Sans KR | Shinwoo Park | -0/+93 |
| 2021-05-15 | Auto merge of #84997 - pietroalbini:ci-verify-channel, r=Mark-Simulacrum | bors | -8/+56 |
| 2021-05-15 | rustdoc: avoid legacy Korean fonts in Windows | Shinwoo Park | -1/+9 |
| 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 | Store Option<Region> as value for RegionVid | Jack Huey | -14/+85 |
| 2021-05-14 | Box `Impl.blanket_impl` to reduce size | Noah Lev | -3/+3 |
| 2021-05-14 | Make the UnifyValue for RegionVid () | Jack Huey | -1/+5 |
| 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 | bootstrap: build cargo only if requested in tools | Ximin Luo | -1/+8 |
| 2021-05-14 | Auto merge of #85211 - Aaron1011:metadata-invalid-span, r=michaelwoerister | bors | -0/+68 |
| 2021-05-14 | Remove support for floating-point constants in asm! | Amanieu d'Antras | -44/+66 |
| 2021-05-14 | Add tests where asm! is properly in unsafe block | Smitty | -26/+235 |
| 2021-05-14 | Fix toggle position on mobile | Guillaume Gomez | -1/+8 |
| 2021-05-14 | Check for inline assembly in THIR unsafeck | Smitty | -0/+50 |
| 2021-05-14 | Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa | bors | -13/+1 |
| 2021-05-14 | panic abort after fork test: Disable on android | Ian Jackson | -0/+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-13 | Toggle-wrap items differently than top-doc. | Jacob Hoffman-Andrews | -2/+7 |
| 2021-05-14 | Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-05-13 | Add asm!() support for PowerPC64 | Dr. Chat | -1/+31 |
| 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 | rustdoc: use focus for search navigation | Jacob Hoffman-Andrews | -195/+178 |
| 2021-05-13 | Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726 | bors | -0/+160 |