| Age | Commit message (Expand) | Author | Lines |
| 2021-02-11 | dist: include src/build_helper as part of the crate graph for rustc-dev. | Benjamin Bouvier | -0/+8 |
| 2021-02-12 | Fix suggestion to introduce explicit lifetime | 0yoyoyo | -0/+47 |
| 2021-02-11 | Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup | flip1995 | -24/+2 |
| 2021-02-11 | Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup | flip1995 | -610/+1802 |
| 2021-02-11 | Make suggestion of changing mutability of arguments broader | Hirochika Matsumoto | -0/+56 |
| 2021-02-11 | resolve: Reduce scope of `pub_use_of_private_extern_crate` deprecation lint | Vadim Petrochenkov | -24/+27 |
| 2021-02-10 | Tweak stability attribute diagnostic output | Esteban Küber | -8/+14 |
| 2021-02-10 | Inherit `#[stable(..)]` annotations in enum variants and fields from its item | Esteban Küber | -145/+169 |
| 2021-02-10 | Keep existing names of regions in placeholder_error | Matthew Jasper | -15/+15 |
| 2021-02-10 | resolve: Remove visibility hacks for enum variants and trait items | Vadim Petrochenkov | -41/+69 |
| 2021-02-10 | bootstrap: fix wrong docs installation path | Pietro Albini | -1/+1 |
| 2021-02-10 | Do not ICE on range patterns in function arguments | LeSeulArtichaut | -5/+2 |
| 2021-02-10 | Add regression test for #81289 | LeSeulArtichaut | -0/+18 |
| 2021-02-10 | Fix getCurrentValue | Ophir LOJKINE | -1/+1 |
| 2021-02-10 | Catch errors on localStorage setting failure | Ophir LOJKINE | -23/+8 |
| 2021-02-10 | Auto merge of #6687 - ehuss:stabilize-wrapper, r=flip1995 | bors | -23/+1 |
| 2021-02-10 | Auto merge of #79804 - tmiasko:improper-ctypes-no-niche, r=pnkfelix | bors | -46/+147 |
| 2021-02-10 | Allow casting mut array ref to mut ptr | Ömer Sinan Ağacan | -7/+29 |
| 2021-02-10 | Auto merge of #81768 - calebcartwright:bump-rls-rustfmt, r=Xanewok | bors | -6/+5 |
| 2021-02-10 | Auto merge of #81929 - pietroalbini:pgo-bootstrap, r=Mark-Simulacrum | bors | -2/+4 |
| 2021-02-09 | bootstrap: Locate llvm-dwp based on llvm-config bindir | David Tolnay | -2/+5 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -3/+2 |
| 2021-02-10 | Rollup merge of #81951 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-02-10 | Rollup merge of #81926 - henryboisdequin:fix-81907, r=estebank | Yuki Okushi | -0/+3 |
| 2021-02-10 | Rollup merge of #81925 - jesusprubio:add-long-explanation-e0547, r=GuillaumeG... | Yuki Okushi | -1/+1 |
| 2021-02-10 | Rollup merge of #81913 - osa1:rename_unop_variants, r=matthewjasper | Yuki Okushi | -44/+44 |
| 2021-02-10 | Rollup merge of #81910 - jyn514:bootstrap-1.52, r=jackh726 | Yuki Okushi | -1/+1 |
| 2021-02-10 | Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o... | Yuki Okushi | -0/+32 |
| 2021-02-09 | Update cargo | Eric Huss | -0/+0 |
| 2021-02-09 | remove unused backtrace refs | Caleb Cartwright | -1/+0 |
| 2021-02-09 | update RLS and rustfmt | Caleb Cartwright | -5/+5 |
| 2021-02-10 | Borrow builder only once in debug derive | Tomasz Miąsko | -35/+32 |
| 2021-02-09 | Print closure signatures when reporting placeholder errors | Matthew Jasper | -6/+6 |
| 2021-02-09 | Report "nice" placeholder errors more often | Matthew Jasper | -190/+112 |
| 2021-02-09 | Avoid repeating self type in placeholder error | Matthew Jasper | -9/+9 |
| 2021-02-09 | Add attr-on-params test | Ryan Levick | -0/+25 |
| 2021-02-09 | Remove unnecessary note on errors | Matthew Jasper | -138/+28 |
| 2021-02-09 | Visit more targets when checking attrs | Ryan Levick | -6/+6 |
| 2021-02-09 | Update Markdown unit tests | Camelid | -5/+5 |
| 2021-02-09 | Auto merge of #79540 - jyn514:no-xpy, r=Mark-Simulacrum | bors | -18/+116 |
| 2021-02-09 | ci: allow unstable features in some PGO benchmarks | Pietro Albini | -2/+4 |
| 2021-02-09 | Add a regression test for #32498 | Bram van den Heuvel | -0/+16 |
| 2021-02-09 | Organize trait test files | Bram van den Heuvel | -285/+285 |
| 2021-02-09 | add suggestion to use the `async_recursion` crate | Henry Boisdequin | -0/+3 |
| 2021-02-09 | Auto merge of #81916 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-02-09 | update Miri | Ralf Jung | -8/+8 |
| 2021-02-09 | Fix const generics in GAT | Ellen | -0/+71 |
| 2021-02-09 | Auto merge of #81384 - tmiasko:partial-ord, r=petrochenkov | bors | -1528/+76 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -44/+44 |
| 2021-02-09 | Fixing bad suggestion for `_` in `const` type when a function #81885 | Kevin Per | -136/+29 |