| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | 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 |
| 2021-01-25 | Point to span of upvar making closure FnMut | 1000teslas | -1/+55 |
| 2021-01-23 | Rollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obk | Jonas Schievink | -1/+3 |
| 2021-01-18 | Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung | bors | -13/+8 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -2/+2 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -4/+4 |
| 2021-01-16 | Review changes | Jack Huey | -2/+2 |
| 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 | Use PlaceRef more consistently in rustc_mir | Olivia Crain | -13/+8 |
| 2021-01-16 | PlaceRef::ty: use method call syntax | Ralf Jung | -1/+3 |
| 2021-01-16 | Update compiler/rustc_mir/src/borrow_check/diagnostics/conflict_errors.rs | 1000teslas | -3/+1 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-13 | Move help link to error index | 1000teslas | -3/+1 |
| 2021-01-12 | Do not suggest invalid code in pattern with loop | Yuki Okushi | -1/+4 |
| 2021-01-10 | Remove trailing whitespace | 1000teslas | -3/+5 |
| 2021-01-10 | Revise async block error message | 1000teslas | -16/+15 |
| 2021-01-10 | Fix location of error message explanation | 1000teslas | -10/+12 |
| 2021-01-10 | Explain why borrows can't be held across yield point in async blocks | 1000teslas | -0/+10 |
| 2021-01-08 | Change wording of note | Aaron Hill | -1/+1 |
| 2021-01-08 | Explain method-call move errors in loops | Aaron Hill | -74/+68 |
| 2021-01-04 | Auto merge of #80624 - RalfJung:place-ref, r=oli-obk | bors | -28/+10 |
| 2021-01-03 | use PlaceRef more consistently instead of loosely coupled local+projection | Ralf Jung | -28/+10 |
| 2021-01-02 | use hir::Place instead of Symbol in closure_kind_origin | Roxane | -4/+4 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -1/+1 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |