| Age | Commit message (Expand) | Author | Lines |
| 2021-07-20 | Get back the more precise suggestion spans of old regionck | Oli Scherer | -4/+6 |
| 2021-07-18 | Auto merge of #85686 - ptrojahn:loop_reinitialize, r=estebank | bors | -18/+74 |
| 2021-07-12 | Auto merge of #86815 - FabianWolff:issue-84210, r=varkor | bors | -4/+20 |
| 2021-07-07 | Add help on reinitialization between move and access | Paul Trojahn | -18/+74 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -2/+4 |
| 2021-07-04 | remove some ad-hoc has_infer_types checks that aren't needed anymore | Niko Matsakis | -15/+13 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -1/+3 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -4/+20 |
| 2021-06-16 | Do not emit invalid suggestions on multiple mutable borrow errors | Yuki Okushi | -8/+26 |
| 2021-06-12 | Rollup merge of #85823 - fee1-dead:borrowck-0, r=jackh726 | Yuki Okushi | -2/+6 |
| 2021-06-06 | Add variance-related information to lifetime error messages | Aaron Hill | -9/+25 |
| 2021-05-30 | Do not suggest ampmut if rhs is already mutable | Deadbeef | -2/+6 |
| 2021-05-23 | Replace Local::new(1) with CAPTURE_STRUCT_LOCAL | Paul Trojahn | -11/+11 |
| 2021-05-11 | Fix CI problems | hamidreza kalbasi | -41/+37 |
| 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 | -74/+173 |
| 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-06 | Add reborrow suggestion when mutable reference is moved in a for loop | Giacomo Stevanato | -1/+18 |
| 2021-04-02 | Reduce size of statements | Roxane | -3/+3 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -3/+21 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -2/+2 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -9/+9 |
| 2021-03-27 | lazily calls some fns | klensy | -1/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -9/+9 |
| 2021-03-23 | Fix ICE of for-loop mut borrowck where no suggestions are available | Deadbeef | -7/+10 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -34/+68 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -2/+2 |
| 2021-03-12 | Don't show note if `span` is `DUMMY_SP` | Henry Boisdequin | -6/+7 |
| 2021-03-05 | Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwco | Mara | -4/+29 |
| 2021-02-27 | Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasper | Dylan DPC | -25/+26 |
| 2021-02-24 | Add suggestion for iterators in iterators | Kevin Per | -4/+29 |
| 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 |
| 2021-02-17 | Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnr | Guillaume Gomez | -7/+4 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Revise HIR lowering comment | Edward Shen | -2/+2 |
| 2021-02-14 | Use delay_span_bug for mismatched subst/hir arg | Edward Shen | -7/+4 |
| 2021-02-13 | fix 82032 | b-naber | -5/+17 |