| Age | Commit message (Expand) | Author | Lines |
| 2022-02-17 | Add module-level docs for `rustc_middle::query` | pierwill | -0/+6 |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -22/+44 |
| 2022-02-17 | Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c... | Matthias Krüger | -2/+7 |
| 2022-02-17 | Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov | Matthias Krüger | -31/+35 |
| 2022-02-17 | Rollup merge of #93996 - notriddle:notriddle/magically-becomes-a-function, r=... | Matthias Krüger | -0/+12 |
| 2022-02-17 | Rollup merge of #93981 - ChayimFriedman2:slice-pat-reference-option-result, r... | Matthias Krüger | -24/+32 |
| 2022-02-17 | Rollup merge of #93693 - rukai:91550, r=davidtwco | Matthias Krüger | -13/+29 |
| 2022-02-17 | Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieu | bors | -2/+4 |
| 2022-02-16 | Expose unstable llvm14-builtins-abi target feature for cfg use | Nikita Popov | -16/+24 |
| 2022-02-16 | Update data layout for wasm32 targets | Nikita Popov | -3/+7 |
| 2022-02-16 | Update data layout for 32-bit msvc targets | Nikita Popov | -3/+13 |
| 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 | Do not suggest "is a function" for free variables | Michael Howell | -0/+12 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -2/+4 |
| 2022-02-16 | Add mentions to `Copy` for `union` fields | Daniel Henry-Mantilla | -2/+7 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -31/+35 |
| 2022-02-16 | Cleanup uses | Lucas Kent | -5/+4 |
| 2022-02-16 | Make implementation generic | Lucas Kent | -21/+29 |
| 2022-02-16 | Suggest deriving required supertraits | Lucas Kent | -4/+13 |
| 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 |