| Age | Commit message (Expand) | Author | Lines |
| 2021-09-05 | Additional aliases for pointers | Frank Steffahn | -0/+3 |
| 2021-09-05 | Add query `own_existential_vtable_entries` | Gary Guo | -45/+70 |
| 2021-09-05 | Stop allocating vtable entries for non-object-safe methods | Gary Guo | -12/+54 |
| 2021-09-05 | Auto merge of #7638 - xFrednet:7569-avoid-indexing-in-clippy, r=Manishearth | bors | -58/+58 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -19/+17 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -13/+13 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -216/+251 |
| 2021-09-05 | Change more x64 size checks to not apply to x32. | Harald van Dijk | -6/+6 |
| 2021-09-05 | Implement basic inline asm support (#72) | Commeownist | -213/+631 |
| 2021-09-05 | Tweak `write_fmt` doc. | kraktus | -1/+1 |
| 2021-09-05 | Change return type for T::{log,log2,log10} to u32. The value is at | Falk Hüffner | -35/+29 |
| 2021-09-05 | Auto merge of #7627 - xFrednet:0000-updating-issue-templates-again, r=llogiq | bors | -7/+10 |
| 2021-09-05 | Auto merge of #7629 - mikerite:fix-7623-2, r=xFrednet | bors | -82/+145 |
| 2021-09-05 | Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez | bors | -64/+96 |
| 2021-09-05 | Avoid slice indexing in Clippy (down with the ICEs) | xFrednet | -58/+58 |
| 2021-09-05 | Auto merge of #88662 - m-ou-se:rollup-h6lgp7k, r=m-ou-se | bors | -74/+426 |
| 2021-09-05 | Add tests | Giacomo Stevanato | -0/+144 |
| 2021-09-05 | Rollup merge of #88657 - camelid:fix-dyn-sugg, r=m-ou-se | Mara Bos | -4/+25 |
| 2021-09-05 | Rollup merge of #88511 - matthiaskrgr:xpyclippydefaulttarget, r=jyn514 | Mara Bos | -2/+18 |
| 2021-09-05 | Rollup merge of #88432 - terrarier2111:patch-1, r=joshtriplett | Mara Bos | -1/+1 |
| 2021-09-05 | Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obk | Mara Bos | -67/+382 |
| 2021-09-05 | Auto merge of #88603 - nikic:llvm-update, r=cuviper | bors | -0/+0 |
| 2021-09-05 | Improve `approx_constant` output | Michael Wright | -29/+69 |
| 2021-09-05 | Add MSRV to `approx_constant` documentation | Michael Wright | -1/+1 |
| 2021-09-05 | Correct typo | est31 | -1/+1 |
| 2021-09-05 | Auto merge of #88559 - bjorn3:archive_logic_dedup, r=cjgillot | bors | -64/+19 |
| 2021-09-05 | Auto merge of #88559 - bjorn3:archive_logic_dedup, r=cjgillot | bors | -163/+84 |
| 2021-09-05 | Remove SmallVector mention | est31 | -1/+1 |
| 2021-09-04 | Fix formatting | Theodore Luo Wang | -1/+4 |
| 2021-09-04 | Use verbose suggestions and only match if the + is seen before a numeric literal | Theodore Luo Wang | -92/+55 |
| 2021-09-05 | Auto merge of #88469 - patrick-gu:master, r=dtolnay | bors | -25/+33 |
| 2021-09-04 | Fix 2021 `dyn` suggestion that used code as label | Noah Lev | -4/+25 |
| 2021-09-05 | Update clippy_lints/src/needless_option_as_deref.rs | lyj | -4/+1 |
| 2021-09-04 | Auto merge of #88626 - cjgillot:lfitb, r=petrochenkov | bors | -235/+195 |
| 2021-09-04 | Auto merge of #7570 - HKalbasi:derivable-impls, r=camsteffen | bors | -58/+516 |
| 2021-09-04 | Auto merge of #7584 - shepmaster:unnecessary_expect, r=camsteffen | bors | -69/+212 |
| 2021-09-05 | add derivable impls lint | hamidreza kalbasi | -58/+516 |
| 2021-09-04 | Auto merge of #88364 - pietroalbini:llvm-install-filecheck, r=Mark-Simulacrum | bors | -0/+5 |
| 2021-09-04 | Use the 64b inner:monotonize() implementation not the 128b one for aarch64 | Ali Saidi | -2/+2 |
| 2021-09-04 | test for issue #77175 | Stefano Buliani | -0/+19 |
| 2021-09-04 | Skip single use lifetime lint for generated opaque types | Stefano Buliani | -1/+22 |
| 2021-09-04 | Clarify what “a container” is in `FromIterator<Option<A>> for Option<V>` ... | Kevin Reid | -2/+2 |
| 2021-09-04 | Add sentence punctuation and links in `Option` docs. | Kevin Reid | -5/+5 |
| 2021-09-04 | “Moves” instead of “copies” in `<Option<T> as From<T>>::from` doc. | Kevin Reid | -1/+1 |
| 2021-09-04 | Document when to use Windows' `symlink_dir` vs. `symlink_file` | Chris Denton | -2/+20 |
| 2021-09-04 | Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomez | bors | -4/+9 |
| 2021-09-04 | needless_option_as_deref | lengyijun | -2/+119 |
| 2021-09-04 | Auto merge of #88550 - dpaoliello:dpaoliello/allocdebuginfo, r=estebank | bors | -41/+66 |
| 2021-09-04 | Fix documentation of eval_order_dependence | chansuke | -2/+2 |
| 2021-09-04 | Fix #88256, remove duplicated diagnostic | yukang | -33/+3 |