| Age | Commit message (Expand) | Author | Lines |
| 2021-02-17 | Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnr | Guillaume Gomez | -18/+67 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -186/+166 |
| 2021-02-16 | Auto merge of #82192 - GuillaumeGomez:rollup-gi1639b, r=GuillaumeGomez | bors | -20/+54 |
| 2021-02-16 | Rollup merge of #82175 - RalfJung:invalid-fn-ptr, r=oli-obk | Guillaume Gomez | -10/+37 |
| 2021-02-16 | Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 | Guillaume Gomez | -3/+3 |
| 2021-02-16 | Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeG... | Guillaume Gomez | -1/+2 |
| 2021-02-16 | Rollup merge of #82145 - GuillaumeGomez:es5-checks, r=Nemo157 | Guillaume Gomez | -6/+12 |
| 2021-02-16 | update Miri | Ralf Jung | -8/+9 |
| 2021-02-16 | add test | Ralf Jung | -10/+37 |
| 2021-02-16 | Auto merge of #81734 - richkadel:fixfordash, r=pnkfelix | bors | -39/+21 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -3/+3 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -2/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -4/+4 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -3/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -6/+12 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -52/+47 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -23/+25 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -84/+62 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -12/+12 |
| 2021-02-15 | Add long explanation for E0545 | Jesus Rubio | -1/+2 |
| 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/+9 |
| 2021-02-15 | Rollup merge of #82133 - ehuss:extern-prelude-link, r=jyn514 | Jonas Schievink | -1/+1 |
| 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 #82067 - BoxyUwU:hahaicantthinkofabadpun, r=oli-obk | Jonas Schievink | -0/+24 |
| 2021-02-15 | Rollup merge of #82061 - RalfJung:ctfe-read-pointer-as-bytes, r=oli-obk | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #82009 - BoxyUwU:idontknooow, r=varkor | Jonas Schievink | -0/+35 |
| 2021-02-15 | Rollup merge of #81897 - vandenheuvel:match_exhaustive_diagnostics_regression... | Jonas Schievink | -0/+29 |
| 2021-02-15 | Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebank | Jonas Schievink | -0/+23 |
| 2021-02-15 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+18 |
| 2021-02-15 | Fix ES5 errors (IE11) | Guillaume Gomez | -6/+12 |
| 2021-02-14 | 32-bit ARM: Emit `lr` instead of `r14` when specified as an `asm!` output reg... | Johnathan Van Why | -0/+9 |
| 2021-02-14 | Update link for extern prelude. | Eric Huss | -1/+1 |
| 2021-02-14 | Remove unnecessary `Option` in `default_doc` | Joshua Nelson | -5/+4 |
| 2021-02-14 | Rollup merge of #82056 - b-naber:mut_for_loop_bug, r=oli-obk | Dylan DPC | -0/+30 |
| 2021-02-14 | Rollup merge of #81927 - vandenheuvel:issue_32498, r=Mark-Simulacrum | Dylan DPC | -0/+16 |
| 2021-02-14 | Rollup merge of #81914 - kper:fixing-81885, r=estebank | Dylan DPC | -8/+27 |
| 2021-02-14 | Rollup merge of #81912 - sexxi-goose:Migrations2_review, r=nikomatsakis | Dylan DPC | -0/+232 |
| 2021-02-14 | Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 | Dylan DPC | -17/+95 |
| 2021-02-14 | Rollup merge of #81720 - klensy:smallvec-update, r=Mark-Simulacrum | Dylan DPC | -3/+3 |
| 2021-02-14 | Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwco | Dylan DPC | -6/+31 |
| 2021-02-14 | bumped smallvec deps | klensy | -3/+3 |
| 2021-02-14 | fix typo | Takayuki Maeda | -1/+1 |
| 2021-02-13 | Improve error and help messages | Camelid | -44/+44 |
| 2021-02-14 | update message | Henry Boisdequin | -2/+5 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -31/+28 |
| 2021-02-13 | a wild test has appeared uwu | Ellen | -0/+24 |
| 2021-02-13 | Fix clippy's path to the copy intrinsics. | Mara Bos | -2/+2 |
| 2021-02-13 | Heat up the ICE-y error reporting | Ellen | -0/+35 |