| Age | Commit message (Expand) | Author | Lines |
| 2021-04-28 | Remove extra word in `rustc_mir` docs | pierwill | -1/+1 |
| 2021-04-28 | Auto merge of #83401 - fee1-dead:master, r=davidtwco | bors | -7/+10 |
| 2021-04-20 | Auto merge of #84353 - estebank:as-ref-mir, r=davidtwco | bors | -3/+31 |
| 2021-04-19 | Suggest `.as_ref()` on borrow error involving `Option`/`Result` | Esteban Küber | -3/+31 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-12 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -1/+1 |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -1/+1 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-04-07 | Rollup merge of #83945 - SkiFire13:fix-83924, r=estebank | Dylan DPC | -1/+18 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -6/+6 |
| 2021-04-06 | Add reborrow suggestion when mutable reference is moved in a for loop | Giacomo Stevanato | -1/+18 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -6/+6 |
| 2021-04-02 | Reduce size of statements | Roxane | -5/+5 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -3/+21 |
| 2021-04-02 | Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakis | Yuki Okushi | -0/+6 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -15/+29 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -3/+3 |
| 2021-03-31 | Some rebinds and dummys | Jack Huey | -1/+1 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -14/+17 |
| 2021-03-27 | lazily calls some fns | klensy | -1/+1 |
| 2021-03-26 | Break when there is a mismatch in the type count | Midas Lambrichts | -0/+6 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -14/+17 |
| 2021-03-23 | Fix ICE of for-loop mut borrowck where no suggestions are available | Deadbeef | -7/+10 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -4/+2 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -34/+68 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -9/+18 |
| 2021-03-15 | Use tracing instrumentation for better bug diagnosing | Oli Scherer | -8/+3 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -1/+1 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -9/+18 |
| 2021-03-12 | Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebank | bors | -6/+7 |
| 2021-03-12 | Don't show note if `span` is `DUMMY_SP` | Henry Boisdequin | -6/+7 |
| 2021-03-09 | Clean up todos | kadmin | -45/+9 |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -0/+6 |
| 2021-03-09 | Replace todos with impls | kadmin | -8/+44 |
| 2021-03-09 | Update cranelift | kadmin | -2/+2 |
| 2021-03-09 | Update match branches | kadmin | -0/+18 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -6/+5 |
| 2021-03-05 | Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwco | Mara | -4/+29 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -4/+4 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -6/+5 |
| 2021-03-03 | Fix tests | Ryan Levick | -4/+4 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -6/+3 |
| 2021-02-27 | Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasper | Dylan DPC | -25/+26 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -1/+4 |
| 2021-02-24 | Add suggestion for iterators in iterators | Kevin Per | -4/+29 |
| 2021-02-23 | yeet | Ellen | -1/+4 |
| 2021-02-23 | Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011 | Dylan DPC | -4/+37 |
| 2021-02-23 | Skip emitting closure diagnostic when closure_kind_origins has no entry | Aaron Hill | -25/+26 |
| 2021-02-22 | Extract deref coercion explanation into method | 1000teslas | -3/+6 |
| 2021-02-19 | Add deref definition location | 1000teslas | -0/+1 |