| Age | Commit message (Expand) | Author | Lines |
| 2021-01-18 | Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJung | bors | -8/+18 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -9/+6 |
| 2021-01-18 | Fix ICE with `ReadPointerAsBytes` validation error | Camelid | -1/+5 |
| 2021-01-18 | Combine instructions immediately | Tomasz Miąsko | -147/+79 |
| 2021-01-18 | Remove disabled transformation from instcombine | Tomasz Miąsko | -142/+3 |
| 2021-01-18 | Rollup merge of #81142 - wcampbell0x2a:replace-Some-with-is-some, r=jonas-sch... | Ashley Mannix | -1/+1 |
| 2021-01-18 | Rollup merge of #81121 - tmiasko:simplify-cfg-no-dbg, r=jonas-schievink | Ashley Mannix | -1/+1 |
| 2021-01-18 | Rollup merge of #81116 - bugadani:body-span, r=wesleywiser | Ashley Mannix | -1/+1 |
| 2021-01-18 | Only inherit const stability for methods of `impl const Trait` blocks | oli | -1/+1 |
| 2021-01-18 | Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung | bors | -124/+103 |
| 2021-01-17 | Replace let Some(..) = with .is_some() | wcampbell | -1/+1 |
| 2021-01-18 | Visit only terminators when removing landing pads | Tomasz Miąsko | -24/+9 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -22/+22 |
| 2021-01-17 | Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fn | LeSeulArtichaut | -8/+9 |
| 2021-01-17 | Avoid logging the whole MIR body in SimplifyCfg | Tomasz Miąsko | -1/+1 |
| 2021-01-17 | Copy body span instead of querying it | Dániel Buga | -1/+1 |
| 2021-01-17 | Add regression test | oli | -5/+15 |
| 2021-01-17 | Remove an unnecessary field from a `NonConstOp` | oli | -3/+3 |
| 2021-01-17 | Rollup merge of #81084 - LingMan:map, r=oli-obk | Mara Bos | -16/+12 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -4/+4 |
| 2021-01-17 | Rollup merge of #79298 - lcnr:new-elysium, r=matthewjasper | Mara Bos | -4/+4 |
| 2021-01-17 | Visit only terminators when removing unneeded drops | Tomasz Miąsko | -41/+20 |
| 2021-01-16 | Review changes | Jack Huey | -22/+22 |
| 2021-01-16 | Auto merge of #81089 - m-ou-se:rollup-z7iac6i, r=m-ou-se | bors | -6/+18 |
| 2021-01-16 | Use Option::map instead of open-coding it | LingMan | -16/+12 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -4/+4 |
| 2021-01-16 | Rollup merge of #80941 - JohnTitor:ref-mut-pat-in-loops, r=varkor | Mara Bos | -1/+4 |
| 2021-01-16 | Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandry | Mara Bos | -5/+14 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -8/+0 |
| 2021-01-16 | Use PlaceRef more consistently in rustc_mir | Olivia Crain | -124/+103 |
| 2021-01-16 | PlaceRef::ty: use method call syntax | Ralf Jung | -6/+8 |
| 2021-01-16 | Update compiler/rustc_mir/src/borrow_check/diagnostics/conflict_errors.rs | 1000teslas | -3/+1 |
| 2021-01-15 | Rollup merge of #80944 - LingMan:map_or, r=nagisa | Yuki Okushi | -9/+7 |
| 2021-01-15 | inline: Round word-size cost estimates up | Tomasz Miąsko | -1/+1 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -9/+7 |
| 2021-01-14 | Rollup merge of #80969 - camelid:monomorph-ice-msg, r=nagisa | Mara Bos | -1/+1 |
| 2021-01-13 | Use unsigned_abs throughout repository | Jacob Pratt | -2/+2 |
| 2021-01-13 | Move help link to error index | 1000teslas | -3/+1 |
| 2021-01-12 | Use better ICE message when no MIR is available | Camelid | -1/+1 |
| 2021-01-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -4/+4 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -4/+4 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -48/+189 |
| 2021-01-12 | Coverage computation needs access to the MIR, too | oli | -6/+13 |
| 2021-01-12 | Auto merge of #80499 - matthiaskrgr:red_clos, r=estebank | bors | -6/+6 |
| 2021-01-12 | Do not suggest invalid code in pattern with loop | Yuki Okushi | -1/+4 |
| 2021-01-12 | Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obk | Yuki Okushi | -74/+68 |
| 2021-01-11 | --emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `const fn` | oli | -11/+21 |
| 2021-01-10 | Add ABI argument to `find_mir_or_eval_fn` | Nym Seddon | -5/+14 |
| 2021-01-10 | Remove trailing whitespace | 1000teslas | -3/+5 |
| 2021-01-10 | Revise async block error message | 1000teslas | -16/+15 |