| Age | Commit message (Expand) | Author | Lines |
| 2021-03-09 | Replace todos with impls | kadmin | -8/+44 |
| 2021-03-09 | Update cranelift | kadmin | -2/+2 |
| 2021-03-09 | Update match branches | kadmin | -0/+18 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -6/+5 |
| 2021-03-05 | Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwco | Mara | -4/+29 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -4/+4 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -6/+5 |
| 2021-03-03 | Fix tests | Ryan Levick | -4/+4 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -6/+3 |
| 2021-02-27 | Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasper | Dylan DPC | -25/+26 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -1/+4 |
| 2021-02-24 | Add suggestion for iterators in iterators | Kevin Per | -4/+29 |
| 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-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-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 |