| Age | Commit message (Expand) | Author | Lines |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -1/+4 |
| 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-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-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -1/+1 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Rollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpun, r=oli-obk | Jonas Schievink | -2/+11 |
| 2021-02-15 | Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebank | Jonas Schievink | -2/+11 |
| 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-14 | Rollup merge of #82056 - b-naber:mut_for_loop_bug, r=oli-obk | Dylan DPC | -5/+17 |
| 2021-02-13 | yeet ya fixme into the void | Ellen | -2/+11 |
| 2021-02-13 | fix 82032 | b-naber | -5/+17 |
| 2021-02-12 | Rollup merge of #81479 - osa1:issue24151, r=lcnr | Dylan DPC | -15/+24 |
| 2021-02-12 | Rollup merge of #81959 - therealprof:fix-typo, r=oli-obk | Yuki Okushi | -1/+1 |
| 2021-02-10 | Allow casting mut array ref to mut ptr | Ömer Sinan Ağacan | -15/+24 |
| 2021-02-10 | Fix assosiated typo | Daniel Egger | -1/+1 |
| 2021-02-10 | Only initialize what is used | Dániel Buga | -3/+2 |
| 2021-02-10 | Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o... | Yuki Okushi | -9/+85 |
| 2021-02-09 | Auto merge of #81132 - bugadani:map-prealloc, r=matthewjasper | bors | -4/+4 |
| 2021-02-08 | Remove RCs from Borrows | Dániel Buga | -4/+4 |
| 2021-02-08 | Point out implicit deref coercions in borrow | 1000teslas | -4/+33 |
| 2021-02-07 | Optimize Borrows | Dániel Buga | -1/+1 |
| 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-03 | added a suggestion to create a `const` item if the `fn` in the array repeat e... | Henry Boisdequin | -2/+11 |
| 2021-02-01 | Rollup merge of #81463 - matsujika:nll-ensure-c-case, r=varkor | Jonas Schievink | -60/+60 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -14/+1 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -14/+1 |
| 2021-01-29 | Fix typos | Aman Arora | -2/+2 |
| 2021-01-29 | Add fixme for precise path diagnostics | Aman Arora | -5/+7 |
| 2021-01-29 | Fix incorrect use mut diagnostics | Aman Arora | -35/+50 |
| 2021-01-29 | Fix unused 'mut' warning for capture's root variable | Aman Arora | -4/+29 |
| 2021-01-29 | Compute mutability of closure captures | Aman Arora | -7/+2 |
| 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 | -60/+60 |
| 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 | -6/+8 |
| 2021-01-18 | Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung | bors | -22/+15 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -6/+6 |
| 2021-01-17 | Rollup merge of #81084 - LingMan:map, r=oli-obk | Mara Bos | -16/+12 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -4/+4 |
| 2021-01-17 | Rollup merge of #79298 - lcnr:new-elysium, r=matthewjasper | Mara Bos | -4/+4 |
| 2021-01-16 | Review changes | Jack Huey | -6/+6 |
| 2021-01-16 | Use Option::map instead of open-coding it | LingMan | -16/+12 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -4/+4 |
| 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 |