| Age | Commit message (Expand) | Author | Lines |
| 2022-02-15 | check associated types too | Michael Goulet | -27/+27 |
| 2022-02-15 | check all GATs at once | Michael Goulet | -99/+90 |
| 2022-02-15 | rename some variables in gat wfcheck | Michael Goulet | -25/+18 |
| 2022-02-15 | introduce gather_gat_bounds | Michael Goulet | -123/+131 |
| 2022-02-15 | Auto merge of #94024 - matthiaskrgr:rollup-0hwxm0w, r=matthiaskrgr | bors | -118/+180 |
| 2022-02-15 | Rollup merge of #94014 - flip1995:clippy_transmute_lint_regroup, r=dtolnay | Matthias Krüger | -3/+2 |
| 2022-02-15 | Rollup merge of #94014 - flip1995:clippy_transmute_lint_regroup, r=dtolnay | Matthias Krüger | -3/+2 |
| 2022-02-15 | Rollup merge of #94001 - durin42:llvm-15-uwtable, r=nikic | Matthias Krüger | -5/+24 |
| 2022-02-15 | Rollup merge of #93999 - barzamin:suggest-raw-strings, r=jackh726 | Matthias Krüger | -0/+38 |
| 2022-02-15 | Rollup merge of #93949 - glaubitz:m68k-unwind, r=Mark-Simulacrum | Matthias Krüger | -0/+6 |
| 2022-02-15 | Rollup merge of #93899 - ssomers:vecdeque_naming, r=m-ou-se | Matthias Krüger | -110/+110 |
| 2022-02-15 | adapt static-nobundle test to use llvm-nm | Krasimir Georgiev | -2/+4 |
| 2022-02-15 | remove compiler warnings | Stefan Lankes | -1/+1 |
| 2022-02-15 | removing architecture requirements for RustyHermit | Stefan Lankes | -5/+14 |
| 2022-02-15 | Auto merge of #93148 - nnethercote:Uniq, r=fee1-dead | bors | -1685/+1913 |
| 2022-02-15 | Clarify confusing UB statement in MIR | Deadbeef | -2/+4 |
| 2022-02-15 | Clean up rustdoc command line args doc | Guillaume Gomez | -1/+3 |
| 2022-02-15 | Move transmute_undefined_repr back to nursery | flip1995 | -3/+2 |
| 2022-02-15 | Move transmute_undefined_repr back to nursery | flip1995 | -3/+2 |
| 2022-02-15 | Auto merge of #93176 - danielhenrymantilla:stack-pinning-macro, r=m-ou-se | bors | -1/+404 |
| 2022-02-15 | Auto merge of #93918 - jonhoo:bootstrap-native-envflags, r=Mark-Simulacrum | bors | -31/+66 |
| 2022-02-15 | Address review comments. | Nicholas Nethercote | -11/+7 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -6/+6 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -12/+12 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -618/+653 |
| 2022-02-15 | Remove unnecessary `RegionKind::` quals. | Nicholas Nethercote | -71/+56 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -1/+1 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -2/+2 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -346/+443 |
| 2022-02-15 | Overhaul `PredicateInner` and `Predicate`. | Nicholas Nethercote | -70/+69 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -15/+15 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -77/+78 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -533/+521 |
| 2022-02-15 | Rename `PtrKey` as `Interned` and improve it. | Nicholas Nethercote | -50/+177 |
| 2022-02-15 | Rename `Interned` as `InternedInSet`. | Nicholas Nethercote | -35/+36 |
| 2022-02-15 | Auto merge of #93863 - pierwill:fix-93676, r=Mark-Simulacrum | bors | -41/+43 |
| 2022-02-14 | use an enum in matches_projection_projection | Michael Goulet | -16/+28 |
| 2022-02-15 | Auto merge of #93752 - eholk:drop-tracking-break-continue, r=nikomatsakis | bors | -10/+114 |
| 2022-02-14 | Don't allow error annotations in known-bug tests | Jack Huey | -7/+11 |
| 2022-02-14 | Make [u8]::cmp implementation branchless | joboet | -12/+11 |
| 2022-02-14 | llvm: migrate to new parameter-bearing uwtable attr | Augie Fackler | -5/+24 |
| 2022-02-14 | Add test for duplicated macros in the sidebar | Guillaume Gomez | -0/+21 |
| 2022-02-14 | Fix macro reexports duplicates in the sidebar | Guillaume Gomez | -6/+11 |
| 2022-02-14 | suggest using raw string literals when invalid escapes appear | Erin Petra Sofiya Moon | -0/+38 |
| 2022-02-14 | Fix missing dbg info | Gary Guo | -0/+2 |
| 2022-02-14 | Update unsafe_pin_internals unstable version. | Mara Bos | -1/+1 |
| 2022-02-14 | Auto merge of #93652 - spastorino:fix-negative-overlap-check-regions, r=nikom... | bors | -33/+134 |
| 2022-02-14 | Add test for foreign double unwind | Gary Guo | -0/+69 |
| 2022-02-14 | Add recursive_format_impl lint | James McMurray | -276/+685 |
| 2022-02-14 | Add a comment to justify why the `pointer` field is `pub`. | Daniel Henry-Mantilla | -0/+5 |