| Age | Commit message (Expand) | Author | Lines |
| 2021-06-02 | Add `Ty::is_union` predicate and use it | Tomasz Miąsko | -18/+13 |
| 2021-05-30 | Do not suggest ampmut if rhs is already mutable | Deadbeef | -2/+6 |
| 2021-05-27 | replace parent substs of associated types with inference vars in borrow check | b-naber | -2/+6 |
| 2021-05-23 | Replace Local::new(1) with CAPTURE_STRUCT_LOCAL | Paul Trojahn | -11/+11 |
| 2021-05-17 | Address review comments | Joshua Nelson | -1/+1 |
| 2021-05-17 | New rustdoc lint to respect -Dwarnings correctly | Alexis Bourget | -1/+1 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -1/+3 |
| 2021-05-11 | Fix CI problems | hamidreza kalbasi | -41/+37 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -1/+3 |
| 2021-05-10 | remove big match | hamidreza kalbasi | -63/+48 |
| 2021-05-10 | move logic to a function | hamidreza kalbasi | -81/+79 |
| 2021-05-09 | Try to fix issue 68049 | hamidreza kalbasi | -10/+103 |
| 2021-05-01 | add docstrings and add issue to FIXMEs | Chris Pardy | -1/+3 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -1/+1 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -1/+1 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -2/+2 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -79/+174 |
| 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 |