| Age | Commit message (Expand) | Author | Lines |
| 2023-05-13 | Rollup merge of #111499 - loongarch-rs:drop-efiapi, r=Amanieu | Dylan DPC | -2/+2 |
| 2023-05-13 | Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkov | Dylan DPC | -22/+40 |
| 2023-05-13 | Rollup merge of #111469 - Dushistov:fix-coverage-data-race, r=wesleywiser | Dylan DPC | -0/+3 |
| 2023-05-13 | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | -54/+50 |
| 2023-05-13 | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=... | Dylan DPC | -0/+9 |
| 2023-05-13 | Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile... | Dylan DPC | -55/+354 |
| 2023-05-13 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -22/+40 |
| 2023-05-12 | Auto merge of #111396 - vlad20012:reduce-Borrows-dataflow-bitset-size, r=cjgi... | bors | -1/+1 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -6/+223 |
| 2023-05-12 | Use the opaque_types_defined_by query to cheaply check for whether a hidden t... | Oli Scherer | -153/+204 |
| 2023-05-12 | add `query opaque_types_defined_by` | lcnr | -0/+91 |
| 2023-05-12 | Add a convenience function | Oli Scherer | -8/+13 |
| 2023-05-12 | Rewrite nested `if` conditions into a single match | Oli Scherer | -6/+7 |
| 2023-05-12 | Invert `IgnoreRegions` to `CheckRegions` | Oli Scherer | -8/+8 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -48/+199 |
| 2023-05-12 | asm: loongarch64: Drop efiapi | WANG Rui | -2/+2 |
| 2023-05-12 | Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgr | bors | -52/+80 |
| 2023-05-12 | Rollup merge of #111492 - calebcartwright:by-ref-tokentree-1, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2023-05-12 | Rollup merge of #111490 - compiler-errors:layout-placeholder, r=aliemjay | Matthias Krüger | -4/+2 |
| 2023-05-12 | Rollup merge of #111441 - cjgillot:issue-111422, r=JakobDegen | Matthias Krüger | -30/+60 |
| 2023-05-12 | Rollup merge of #111393 - klensy:win-0.48, r=oli-obk | Matthias Krüger | -12/+12 |
| 2023-05-11 | refactor: use by-ref TokenTree iterator to avoid a few clones | Caleb Cartwright | -6/+6 |
| 2023-05-12 | Don't ICE in layout computation for placeholder types | Michael Goulet | -4/+2 |
| 2023-05-11 | Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errors | Michael Goulet | -25/+47 |
| 2023-05-11 | Rollup merge of #111444 - cjgillot:issue-111400, r=oli-obk | Michael Goulet | -5/+11 |
| 2023-05-11 | Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3 | Michael Goulet | -28/+134 |
| 2023-05-11 | Rollup merge of #111366 - obeis:ascribe-user-type-variance, r=lcnr | Michael Goulet | -7/+7 |
| 2023-05-11 | Rollup merge of #106038 - aliemjay:opaque-implied, r=lcnr | Michael Goulet | -4/+26 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -54/+50 |
| 2023-05-12 | Usage of atomic counters for llvm code coverage | Evgeniy A. Dushistov | -0/+3 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+9 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -25/+47 |
| 2023-05-11 | Auto merge of #111029 - Nilstrieb:when-the-errs-are-too-big, r=petrochenkov | bors | -14/+32 |
| 2023-05-11 | Rollup merge of #111432 - cjgillot:issue-111426, r=oli-obk | Matthias Krüger | -7/+13 |
| 2023-05-11 | Rollup merge of #111382 - Zalathar:ffi, r=cuviper | Matthias Krüger | -17/+118 |
| 2023-05-11 | Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkov | Matthias Krüger | -1/+10 |
| 2023-05-11 | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot | Matthias Krüger | -13/+18 |
| 2023-05-10 | Auto merge of #110820 - cjgillot:faster-dcp, r=oli-obk | bors | -141/+183 |
| 2023-05-10 | Only warn single-use lifetime when the binders match. | Camille GILLOT | -5/+11 |
| 2023-05-10 | Avoid shadowing. | Camille GILLOT | -2/+2 |
| 2023-05-10 | Do not see through copies of mutable pointers. | Camille GILLOT | -5/+6 |
| 2023-05-10 | Iteratively replace pointers. | Camille GILLOT | -25/+54 |
| 2023-05-10 | Add note to suggest using `let _ = x` to ignore the value | Urgau | -0/+8 |
| 2023-05-10 | Improve warning message by saying that it "does nothing" | Urgau | -4/+4 |
| 2023-05-10 | Use label instead of note to be more consistent with other lints | Urgau | -16/+16 |
| 2023-05-10 | Uplift clippy::forget_copy to rustc | Urgau | -2/+47 |
| 2023-05-10 | Uplift clippy::forget_ref to rustc | Urgau | -2/+39 |
| 2023-05-10 | Uplift clippy::drop_copy to rustc | Urgau | -2/+41 |
| 2023-05-10 | Uplift clippy::drop_ref to rustc | Urgau | -0/+91 |
| 2023-05-10 | Remove useless drop of copy type | Urgau | -3/+1 |