| Age | Commit message (Expand) | Author | Lines |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -14/+17 |
| 2021-03-27 | lazily calls some fns | klensy | -1/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -14/+17 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -4/+2 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -34/+68 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -9/+18 |
| 2021-03-15 | Use tracing instrumentation for better bug diagnosing | Oli Scherer | -8/+3 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -1/+1 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -9/+18 |
| 2021-03-12 | Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebank | bors | -6/+7 |
| 2021-03-12 | Don't show note if `span` is `DUMMY_SP` | Henry Boisdequin | -6/+7 |
| 2021-03-09 | Clean up todos | kadmin | -45/+9 |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -0/+6 |
| 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 |