| Age | Commit message (Expand) | Author | Lines |
| 2021-02-17 | Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnr | Guillaume Gomez | -33/+87 |
| 2021-02-17 | Auto merge of #82197 - tmiasko:try-get-cached, r=cjgillot | bors | -0/+1 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -1190/+1126 |
| 2021-02-16 | Auto merge of #82192 - GuillaumeGomez:rollup-gi1639b, r=GuillaumeGomez | bors | -62/+127 |
| 2021-02-16 | Rollup merge of #82184 - petertodd:2021-discriminant-value-doc, r=nagisa | Guillaume Gomez | -2/+2 |
| 2021-02-16 | Rollup merge of #82175 - RalfJung:invalid-fn-ptr, r=oli-obk | Guillaume Gomez | -11/+41 |
| 2021-02-16 | Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 | Guillaume Gomez | -40/+33 |
| 2021-02-16 | Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeG... | Guillaume Gomez | -2/+38 |
| 2021-02-16 | Rollup merge of #82160 - pierwill:patch-2, r=lcnr | Guillaume Gomez | -1/+1 |
| 2021-02-16 | Rollup merge of #82145 - GuillaumeGomez:es5-checks, r=Nemo157 | Guillaume Gomez | -6/+12 |
| 2021-02-16 | Auto merge of #82150 - RalfJung:miri, r=RalfJung | bors | -8/+9 |
| 2021-02-16 | [Minor] Update discriminant_value docs | Peter Todd | -2/+2 |
| 2021-02-16 | update Miri | Ralf Jung | -8/+9 |
| 2021-02-16 | add test | Ralf Jung | -10/+37 |
| 2021-02-16 | validation: fix invalid-fn-ptr error message | Ralf Jung | -1/+4 |
| 2021-02-16 | Auto merge of #82058 - gilescope:to_digit_speedup, r=lcnr | bors | -2/+2 |
| 2021-02-16 | Auto merge of #81734 - richkadel:fixfordash, r=pnkfelix | bors | -39/+21 |
| 2021-02-16 | Auto merge of #82153 - jonas-schievink:rollup-ls5r943, r=jonas-schievink | bors | -151/+367 |
| 2021-02-16 | Inline try_get_cached | Tomasz Miąsko | -0/+1 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -40/+33 |
| 2021-02-15 | Remove HirItemLike. | Camille GILLOT | -25/+7 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -22/+16 |
| 2021-02-15 | Use less HirId when referring to items. | Camille GILLOT | -28/+27 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -29/+47 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -38/+27 |
| 2021-02-15 | Fix E0657. | Camille GILLOT | -12/+20 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -110/+133 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -165/+163 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -125/+139 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -565/+483 |
| 2021-02-15 | Use an ItemId inside mir::GlobalAsm. | Camille GILLOT | -21/+32 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -51/+63 |
| 2021-02-15 | Add assertions on HIR enum sizes. | Camille GILLOT | -4/+15 |
| 2021-02-15 | Remove useless Named trait. | Camille GILLOT | -41/+0 |
| 2021-02-15 | Add long explanation for E0545 | Jesus Rubio | -2/+38 |
| 2021-02-15 | Fix typo in rustc_infer::infer::UndoLog | pierwill | -1/+1 |
| 2021-02-15 | Rollup merge of #82147 - lnicola:rust-analyzer-2021-02-15, r=jonas-schievink | Jonas Schievink | -17/+18 |
| 2021-02-15 | Rollup merge of #82141 - jrvanwhy:issue-82052, r=sanxiyn | Jonas Schievink | -0/+12 |
| 2021-02-15 | Rollup merge of #82133 - ehuss:extern-prelude-link, r=jyn514 | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #82129 - est31:master, r=jyn514 | Jonas Schievink | -1/+0 |
| 2021-02-15 | Rollup merge of #82120 - sfackler:arguments-as-str, r=dtolnay | Jonas Schievink | -6/+1 |
| 2021-02-15 | Rollup merge of #82119 - m-ou-se:typo, r=dtolnay | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #82118 - lukaslueg:env_decl, r=m-ou-se | Jonas Schievink | -0/+1 |
| 2021-02-15 | Rollup merge of #82107 - petrochenkov:minexpclean, r=Aaron1011 | Jonas Schievink | -39/+9 |
| 2021-02-15 | Rollup merge of #82106 - jyn514:cleanup-bootstrap, r=Mark-Simulacrum | Jonas Schievink | -5/+4 |
| 2021-02-15 | Rollup merge of #82096 - TaKO8Ki:fix-typo, r=GuillaumeGomez | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #82077 - pierwill:edit-droparena, r=lcnr | Jonas Schievink | -6/+9 |
| 2021-02-15 | Rollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpun, r=oli-obk | Jonas Schievink | -8/+49 |
| 2021-02-15 | Rollup merge of #82063 - NULLx76:fix-minor-typo, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #82061 - RalfJung:ctfe-read-pointer-as-bytes, r=oli-obk | Jonas Schievink | -14/+30 |