| Age | Commit message (Expand) | Author | Lines |
| 2022-02-19 | switch to limiting the number of init/uninit chunks | Erik Desjardins | -25/+14 |
| 2022-02-18 | Use undef for partially-uninit constants up to 1024 bytes | Erik Desjardins | -4/+6 |
| 2022-02-18 | Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomez | bors | -8/+11 |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -8/+11 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -78/+88 |
| 2022-02-17 | Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obk | Matthias Krüger | -1/+3 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -83/+43 |
| 2022-02-17 | Rollup merge of #93758 - nnethercote:improve-folding-comments, r=BoxyUwU | Matthias Krüger | -77/+113 |
| 2022-02-17 | Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko | Matthias Krüger | -4/+4 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -78/+88 |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -22/+44 |
| 2022-02-17 | Improve comments about type folding/visiting. | Nicholas Nethercote | -77/+113 |
| 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 | add comment explaining the check | DrMeepster | -0/+2 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -83/+43 |
| 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-15 | fix assumption that ScalarPair Box is always a fat pointer | DrMeepster | -1/+1 |
| 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 |