| Age | Commit message (Expand) | Author | Lines |
| 2021-02-16 | ./x.py fmt | Tomasz Miąsko | -26/+34 |
| 2021-02-16 | Pass MPlaceTy by reference not value | Tomasz Miąsko | -65/+72 |
| 2021-02-16 | Pass ImmTy by reference not value | Tomasz Miąsko | -10/+10 |
| 2021-02-16 | Pass PlaceTy by reference not value | Tomasz Miąsko | -87/+91 |
| 2021-02-16 | Pass OpTy by reference not value | Tomasz Miąsko | -193/+193 |
| 2021-02-16 | Add size assertions for interpreter data structures | Tomasz Miąsko | -0/+24 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -25/+19 |
| 2021-02-16 | fix MIR fn-ptr pretty-printing | Ralf Jung | -1/+1 |
| 2021-02-16 | validation: fix invalid-fn-ptr error message | Ralf Jung | -1/+4 |
| 2021-02-16 | make `visit_projection` take a `PlaceRef` | Henry Boisdequin | -13/+3 |
| 2021-02-16 | update formating | Henry Boisdequin | -6/+16 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -2/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -20/+15 |
| 2021-02-15 | Use an ItemId inside mir::GlobalAsm. | Camille GILLOT | -4/+4 |
| 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 #82061 - RalfJung:ctfe-read-pointer-as-bytes, r=oli-obk | Jonas Schievink | -13/+29 |
| 2021-02-15 | Rollup merge of #82009 - BoxyUwU:idontknooow, r=varkor | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebank | Jonas Schievink | -2/+46 |
| 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-14 | Rollup merge of #82029 - tmiasko:debug, r=matthewjasper | Dylan DPC | -4/+7 |
| 2021-02-14 | Rollup merge of #81965 - osa1:issue81200, r=oli-obk | Dylan DPC | -13/+13 |
| 2021-02-14 | bumped smallvec deps | klensy | -1/+1 |
| 2021-02-14 | use option<PlaceRef<'tcx>> to clean up mir code a little | Henry Boisdequin | -9/+10 |
| 2021-02-13 | yeet ya fixme into the void | Ellen | -2/+11 |
| 2021-02-13 | Fix MIR pretty printer for non-local DefIds | Ömer Sinan Ağacan | -13/+13 |
| 2021-02-13 | Heat up the ICE-y error reporting | Ellen | -1/+1 |
| 2021-02-13 | CTFE validation: catch ReadPointerAsBytes and better error | Ralf Jung | -13/+29 |
| 2021-02-13 | fix 82032 | b-naber | -5/+17 |
| 2021-02-13 | Use debug log level for developer oriented logs | Tomasz Miąsko | -4/+7 |
| 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-12 | [librustdoc] Reform lang string token splitting | Casey Rodarmor | -2/+2 |
| 2021-02-11 | Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr | bors | -2/+2 |
| 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-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 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 | -92/+95 |
| 2021-02-08 | Remove RCs from Borrows | Dániel Buga | -15/+10 |
| 2021-02-08 | Rollup merge of #81779 - geogriff:const-ptr-to-int-error, r=lcnr | Mara Bos | -1/+8 |
| 2021-02-08 | Point out implicit deref coercions in borrow | 1000teslas | -4/+33 |
| 2021-02-07 | Optimize Borrows | Dániel Buga | -82/+90 |
| 2021-02-05 | Add suggest mu method for loop | Daiki Ihara | -9/+85 |
| 2021-02-05 | improve error message for disallowed ptr-to-int casts in const eval | Jeffrey Griffin | -1/+8 |
| 2021-02-05 | Never MIR inline functions with a different instruction set | Tomasz Miąsko | -0/+5 |
| 2021-02-03 | Fix panic when emitting diagnostic for closure mutable binding error | Aaron Hill | -2/+2 |