| Age | Commit message (Expand) | Author | Lines |
| 2022-02-16 | Rollup merge of #94037 - tmiasko:verbose, r=Mark-Simulacrum | Matthias Krüger | -5/+0 |
| 2022-02-16 | Rollup merge of #94020 - tmiasko:pp, r=oli-obk | Matthias Krüger | -29/+45 |
| 2022-02-16 | Rollup merge of #94017 - fee1-dead:unub, r=bjorn3 | Matthias Krüger | -2/+4 |
| 2022-02-16 | Rollup merge of #92366 - jhpratt:derive-default-enum, r=Mark-Simulacrum | Matthias Krüger | -3/+0 |
| 2022-02-16 | Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk | bors | -21/+32 |
| 2022-02-16 | Fix inconsistent symbol mangling with -Zverbose | Tomasz Miąsko | -5/+0 |
| 2022-02-15 | Auto merge of #94021 - tmiasko:inline, r=nagisa | bors | -0/+20 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -29/+45 |
| 2022-02-15 | try to bless 32bit mir tests manually | b-naber | -8/+4 |
| 2022-02-15 | Auto merge of #93439 - abrown:cf-protection, r=nagisa | bors | -5/+63 |
| 2022-02-15 | use AllocId and Ty in ExprKind::StaticRef and delay ConstValue construction | b-naber | -18/+16 |
| 2022-02-15 | use mir::Visitor when collecting alloc_ids in pretty printing | b-naber | -7/+19 |
| 2022-02-15 | treat mir::ConstantKind::Val correctly in check_static_ptr | b-naber | -1/+1 |
| 2022-02-15 | use ConstantKind::Val in StaticRef | b-naber | -1/+6 |
| 2022-02-15 | Auto merge of #93820 - compiler-errors:gat-wfcheck, r=jackh726 | bors | -192/+272 |
| 2022-02-15 | Inline LocalExpnId::from_raw and LocalExpnId::as_raw | Tomasz Miąsko | -0/+2 |
| 2022-02-15 | Inline Target::deref | Tomasz Miąsko | -0/+2 |
| 2022-02-15 | Inline GenericArg conversion functions | Tomasz Miąsko | -0/+4 |
| 2022-02-15 | Inline UnifyKey::index and UnifyKey::from_index | Tomasz Miąsko | -0/+12 |
| 2022-02-15 | Add removed comments back in self-outlives-lint | Michael Goulet | -1/+0 |
| 2022-02-15 | add some more comments to GAT where clause check | Michael Goulet | -19/+62 |
| 2022-02-15 | make the gat wfcheck algorithm a loop | Michael Goulet | -57/+103 |
| 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 | 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/+9 |
| 2022-02-15 | Auto merge of #93148 - nnethercote:Uniq, r=fee1-dead | bors | -1577/+1804 |
| 2022-02-15 | Clarify confusing UB statement in MIR | Deadbeef | -2/+4 |
| 2022-02-15 | Auto merge of #93176 - danielhenrymantilla:stack-pinning-macro, r=m-ou-se | bors | -0/+4 |
| 2022-02-15 | Address review comments. | Nicholas Nethercote | -11/+7 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -600/+635 |
| 2022-02-15 | Remove unnecessary `RegionKind::` quals. | Nicholas Nethercote | -71/+56 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -334/+431 |
| 2022-02-15 | Overhaul `PredicateInner` and `Predicate`. | Nicholas Nethercote | -70/+69 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -455/+442 |
| 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 | -4/+4 |
| 2022-02-15 | Auto merge of #93752 - eholk:drop-tracking-break-continue, r=nikomatsakis | bors | -10/+95 |
| 2022-02-14 | llvm: migrate to new parameter-bearing uwtable attr | Augie Fackler | -5/+24 |
| 2022-02-14 | suggest using raw string literals when invalid escapes appear | Erin Petra Sofiya Moon | -0/+9 |
| 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 | -27/+86 |
| 2022-02-14 | Add support for control-flow protection | Andrew Brown | -5/+63 |
| 2022-02-14 | Mark `unsafe_pin_internals` as `incomplete`. | Daniel Henry-Mantilla | -0/+4 |
| 2022-02-14 | reveal_defining_opaque_types field doesn't exist after rebase | Santiago Pastorino | -1/+0 |
| 2022-02-14 | Inline loose_check fn on call site | Santiago Pastorino | -11/+1 |
| 2022-02-14 | Add comments about outlives_env | Santiago Pastorino | -0/+7 |