| Age | Commit message (Expand) | Author | Lines |
| 2023-05-13 | rustdoc-json: Add tests for `#![feature(inherent_associated_types)]` | Alona Enraght-Moony | -0/+83 |
| 2023-05-13 | Auto merge of #111526 - Dylan-DPC:rollup-h75agro, r=Dylan-DPC | bors | -184/+371 |
| 2023-05-13 | Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkov | Dylan DPC | -0/+18 |
| 2023-05-13 | Rollup merge of #111469 - Dushistov:fix-coverage-data-race, r=wesleywiser | Dylan DPC | -1/+1 |
| 2023-05-13 | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | -171/+92 |
| 2023-05-13 | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=... | Dylan DPC | -0/+56 |
| 2023-05-13 | Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile... | Dylan DPC | -12/+204 |
| 2023-05-13 | Auto merge of #111447 - scottmcm:remove-more-assumes, r=thomcc | bors | -59/+300 |
| 2023-05-12 | Remove useless `assume`s from `slice::iter(_mut)` | Scott McMurray | -59/+300 |
| 2023-05-13 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -0/+18 |
| 2023-05-13 | Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnr | bors | -0/+22 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -64/+829 |
| 2023-05-12 | Use the opaque_types_defined_by query to cheaply check for whether a hidden t... | Oli Scherer | -9/+164 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -4/+41 |
| 2023-05-12 | Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgr | bors | -38/+337 |
| 2023-05-12 | Rollup merge of #111490 - compiler-errors:layout-placeholder, r=aliemjay | Matthias Krüger | -1/+19 |
| 2023-05-12 | Rollup merge of #111441 - cjgillot:issue-111422, r=JakobDegen | Matthias Krüger | -4/+170 |
| 2023-05-12 | Rollup merge of #111179 - Zalathar:sort-groups, r=Mark-Simulacrum | Matthias Krüger | -33/+148 |
| 2023-05-12 | Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errors | bors | -81/+363 |
| 2023-05-12 | Don't ICE in layout computation for placeholder types | Michael Goulet | -1/+19 |
| 2023-05-11 | Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errors | Michael Goulet | -0/+16 |
| 2023-05-11 | Rollup merge of #111459 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Michael Goulet | -79/+67 |
| 2023-05-11 | Rollup merge of #111444 - cjgillot:issue-111400, r=oli-obk | Michael Goulet | -0/+1 |
| 2023-05-11 | Rollup merge of #111439 - uweigand:backtrace-normalize, r=compiler-errors | Michael Goulet | -2/+3 |
| 2023-05-11 | Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3 | Michael Goulet | -0/+113 |
| 2023-05-11 | Rollup merge of #106038 - aliemjay:opaque-implied, r=lcnr | Michael Goulet | -0/+163 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -171/+92 |
| 2023-05-12 | Usage of atomic counters for llvm code coverage | Evgeniy A. Dushistov | -1/+1 |
| 2023-05-11 | Bless tests for portable-simd sync | Jubilee Young | -5/+5 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+56 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -0/+16 |
| 2023-05-11 | Fix backtrace normalization in ice-bug-report-url.rs | Ulrich Weigand | -2/+3 |
| 2023-05-11 | Convert some GUI tests color checks to use original format | Guillaume Gomez | -14/+14 |
| 2023-05-11 | Migrate to 0.16.0 browser-ui-test version | Guillaume Gomez | -65/+53 |
| 2023-05-11 | Rollup merge of #111448 - compiler-errors:rustdoc-alias-impl, r=notriddle | Matthias Krüger | -0/+9 |
| 2023-05-11 | Rollup merge of #111432 - cjgillot:issue-111426, r=oli-obk | Matthias Krüger | -0/+31 |
| 2023-05-11 | Rollup merge of #111385 - durin42:vec-panik-17, r=Amanieu | Matthias Krüger | -2/+2 |
| 2023-05-11 | Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkov | Matthias Krüger | -0/+54 |
| 2023-05-11 | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot | Matthias Krüger | -0/+136 |
| 2023-05-10 | Use proper impl self type for alias impl in rustdoc | Michael Goulet | -0/+9 |
| 2023-05-10 | Only warn single-use lifetime when the binders match. | Camille GILLOT | -0/+1 |
| 2023-05-10 | Do not see through copies of mutable pointers. | Camille GILLOT | -7/+7 |
| 2023-05-10 | Iteratively replace pointers. | Camille GILLOT | -8/+6 |
| 2023-05-10 | Add note to suggest using `let _ = x` to ignore the value | Urgau | -0/+72 |
| 2023-05-10 | Improve warning message by saying that it "does nothing" | Urgau | -39/+39 |
| 2023-05-10 | Use label instead of note to be more consistent with other lints | Urgau | -267/+117 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -64/+136 |
| 2023-05-10 | Uplift clippy::forget_copy to rustc | Urgau | -0/+160 |
| 2023-05-10 | Uplift clippy::forget_ref to rustc | Urgau | -0/+154 |
| 2023-05-10 | Uplift clippy::drop_copy to rustc | Urgau | -0/+207 |