| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-10 | Fix assosiated typo | Daniel Egger | -1/+1 |
| 2021-02-08 | Point out implicit deref coercions in borrow | 1000teslas | -4/+33 |
| 2021-02-05 | Add suggest mu method for loop | Daiki Ihara | -9/+85 |
| 2021-02-03 | Fix panic when emitting diagnostic for closure mutable binding error | Aaron Hill | -2/+2 |
| 2021-02-01 | Rollup merge of #81463 - matsujika:nll-ensure-c-case, r=varkor | Jonas Schievink | -6/+6 |
| 2021-01-29 | Add fixme for precise path diagnostics | Aman Arora | -0/+2 |
| 2021-01-29 | Fix incorrect use mut diagnostics | Aman Arora | -10/+33 |
| 2021-01-29 | Rollup merge of #81158 - 1000teslas:issue-80313-fix, r=Aaron1011 | Yuki Okushi | -1/+55 |
| 2021-01-28 | Rename NLL* to Nll* accordingly to C-CASE | Hirochika Matsumoto | -6/+6 |