| Age | Commit message (Expand) | Author | Lines |
| 2021-02-18 | Check opaque type def ids before bailing out | Ömer Sinan Ağacan | -0/+5 |
| 2021-02-18 | Fix panic in 'remove semicolon' when types are not local | Ömer Sinan Ağacan | -2/+10 |
| 2021-02-18 | Auto merge of #81574 - tmiasko:p, r=oli-obk | bors | -33/+21 |
| 2021-02-18 | Auto merge of #82249 - JohnTitor:rollup-3jbqija, r=JohnTitor | bors | -38/+106 |
| 2021-02-18 | Rollup merge of #82240 - matthiaskrgr:qmark, r=Dylan-DPC | Yuki Okushi | -18/+11 |
| 2021-02-18 | Rollup merge of #82212 - est31:graph_graph_graph, r=oli-obk | Yuki Okushi | -4/+4 |
| 2021-02-18 | Rollup merge of #82202 - kraj:kraj/riscv-musl, r=estebank | Yuki Okushi | -0/+40 |
| 2021-02-18 | Rollup merge of #82155 - tmiasko:once, r=matthewjasper | Yuki Okushi | -1/+1 |
| 2021-02-18 | Rollup merge of #82055 - JulianKnodt:ty_where_const, r=estebank | Yuki Okushi | -15/+50 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -10/+178 |
| 2021-02-17 | Rollup merge of #82021 - csmoe:issue-78600, r=tmandry | Dylan DPC | -13/+39 |
| 2021-02-17 | Rollup merge of #82007 - sexxi-goose:reborrow, r=nikomatsakis | Dylan DPC | -43/+62 |
| 2021-02-17 | Rollup merge of #81972 - matthewjasper:hrtb-error-cleanup, r=nikomatsakis | Dylan DPC | -108/+128 |
| 2021-02-17 | Rollup merge of #81898 - nanguye2496:nanguye2496/fix_str_and_slice_visualizat... | Dylan DPC | -5/+25 |
| 2021-02-17 | Rollup merge of #81869 - mark-i-m:leading-vert, r=petrochenkov | Dylan DPC | -91/+115 |
| 2021-02-17 | Rollup merge of #81860 - osa1:issue81800, r=estebank | Dylan DPC | -12/+30 |
| 2021-02-17 | remove useless ?s (clippy::needless_question_marks) | Matthias Krüger | -18/+11 |
| 2021-02-17 | Auto merge of #82235 - GuillaumeGomez:rollup-oflxc08, r=GuillaumeGomez | bors | -49/+88 |
| 2021-02-17 | Rollup merge of #82231 - jesusprubio:add-long-explanation-e0543, r=GuillaumeG... | Guillaume Gomez | -1/+36 |
| 2021-02-17 | Rollup merge of #82207 - ehuss:rustdoc-2021, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-02-17 | Rollup merge of #82174 - est31:master, r=oli-obk | Guillaume Gomez | -11/+11 |
| 2021-02-17 | Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnr | Guillaume Gomez | -7/+4 |
| 2021-02-17 | Rollup merge of #82105 - nagisa:nagisa/ensure-removed, r=petrochenkov | Guillaume Gomez | -14/+16 |
| 2021-02-17 | Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnr | Guillaume Gomez | -15/+20 |
| 2021-02-17 | Add long explanation for E0543 | Jesus Rubio | -1/+36 |
| 2021-02-17 | Remove redundant rustc_data_structures path component | est31 | -4/+4 |
| 2021-02-17 | Auto merge of #82197 - tmiasko:try-get-cached, r=cjgillot | bors | -0/+1 |
| 2021-02-16 | rustdoc: treat edition 2021 as unstable | Eric Huss | -1/+1 |
| 2021-02-16 | add specs for riscv32/riscv64 musl targets | Khem Raj | -0/+40 |
| 2021-02-17 | Reduce size of InterpErrorInfo to 8 bytes | Tomasz Miąsko | -24/+47 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -1004/+960 |
| 2021-02-16 | Remove ordering hint | kadmin | -1/+3 |
| 2021-02-16 | Rollup merge of #82175 - RalfJung:invalid-fn-ptr, r=oli-obk | Guillaume Gomez | -1/+4 |
| 2021-02-16 | Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 | Guillaume Gomez | -37/+30 |
| 2021-02-16 | Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeG... | Guillaume Gomez | -1/+36 |
| 2021-02-16 | Rollup merge of #82160 - pierwill:patch-2, r=lcnr | Guillaume Gomez | -1/+1 |
| 2021-02-16 | Replace File::create and write_all with fs::write | est31 | -11/+11 |
| 2021-02-16 | validation: fix invalid-fn-ptr error message | Ralf Jung | -1/+4 |
| 2021-02-16 | Update w/ comments | kadmin | -27/+33 |
| 2021-02-15 | Use iter::position in truncate_capture_for_move | Aman Arora | -10/+4 |
| 2021-02-15 | Treat read of COpy types via refs as not move in move-closure | Aman Arora | -1/+8 |
| 2021-02-15 | Handle restricting closure origin | Aman Arora | -4/+1 |
| 2021-02-15 | Implement reborrow for closure captures | Aman Arora | -41/+62 |
| 2021-02-16 | Auto merge of #82153 - jonas-schievink:rollup-ls5r943, r=jonas-schievink | bors | -76/+152 |
| 2021-02-16 | Inline try_get_cached | Tomasz Miąsko | -0/+1 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -37/+30 |
| 2021-02-15 | Remove HirItemLike. | Camille GILLOT | -25/+7 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -20/+14 |
| 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 | -25/+43 |