| Age | Commit message (Expand) | Author | Lines |
| 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 | -0/+53 |
| 2021-02-14 | Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwco | Dylan DPC | -6/+31 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -29/+26 |
| 2021-02-13 | add test | b-naber | -0/+30 |
| 2021-02-13 | Rollup merge of #82040 - GuillaumeGomez:ensure-src-link, r=CraftSpider | Yuki Okushi | -0/+6 |
| 2021-02-13 | Rollup merge of #81995 - 0yoyoyo:fix-issue-81650-explicit-lifetime-error, r=e... | Yuki Okushi | -0/+64 |
| 2021-02-13 | Rollup merge of #81900 - vandenheuvel:organize_trait_tests, r=Mark-Simulacrum | Yuki Okushi | -285/+285 |
| 2021-02-12 | Rollup merge of #81911 - BoxyUwU:constgenericgaticefix, r=nikomatsakis | Dylan DPC | -0/+71 |
| 2021-02-12 | Rollup merge of #81506 - vo4:hwasan, r=nagisa | Dylan DPC | -1/+20 |
| 2021-02-12 | Rollup merge of #81479 - osa1:issue24151, r=lcnr | Dylan DPC | -7/+29 |
| 2021-02-12 | Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2021-02-12 | Add test to prevent src link regression | Guillaume Gomez | -0/+6 |
| 2021-02-12 | Add nll test | 0yoyoyo | -0/+17 |
| 2021-02-12 | Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-heller | Yuki Okushi | -5/+26 |
| 2021-02-12 | Rollup merge of #81990 - matsujika:suggest-mut-reference, r=estebank | Yuki Okushi | -0/+56 |
| 2021-02-12 | Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelid | Yuki Okushi | -1/+19 |
| 2021-02-12 | Update .stderr | Kevin Per | -2/+128 |
| 2021-02-11 | Fix private intra-doc warnings on associated items | Joshua Nelson | -5/+26 |
| 2021-02-11 | Fix injected errors when running doctests on a crate named after a keyword | Joshua Nelson | -1/+1 |
| 2021-02-11 | Auto merge of #81760 - tmiasko:debug-borrow, r=pnkfelix | bors | -35/+32 |
| 2021-02-12 | Fix suggestion to introduce explicit lifetime | 0yoyoyo | -0/+47 |
| 2021-02-11 | Make suggestion of changing mutability of arguments broader | Hirochika Matsumoto | -0/+56 |
| 2021-02-10 | resolve: Remove visibility hacks for enum variants and trait items | Vadim Petrochenkov | -41/+69 |
| 2021-02-10 | Do not ICE on range patterns in function arguments | LeSeulArtichaut | -1/+1 |
| 2021-02-10 | Add regression test for #81289 | LeSeulArtichaut | -0/+18 |
| 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 | 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 #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o... | Yuki Okushi | -0/+32 |
| 2021-02-10 | Borrow builder only once in debug derive | Tomasz Miąsko | -35/+32 |
| 2021-02-09 | Add attr-on-params test | Ryan Levick | -0/+25 |
| 2021-02-09 | Visit more targets when checking attrs | Ryan Levick | -6/+6 |
| 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 | 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 | Fixing bad suggestion for `_` in `const` type when a function #81885 | Kevin Per | -136/+29 |
| 2021-02-09 | Tests for precise lint analysis | Aman Arora | -0/+232 |
| 2021-02-09 | Rollup merge of #81888 - ehuss:macro_rules-pp, r=petrochenkov | Dylan DPC | -0/+19 |
| 2021-02-09 | Rollup merge of #81876 - osa1:issue81806, r=matthewjasper | Dylan DPC | -0/+22 |
| 2021-02-09 | Rollup merge of #80732 - spastorino:trait-inheritance-self2, r=nikomatsakis | Dylan DPC | -79/+268 |
| 2021-02-09 | Rollup merge of #72209 - Nemo157:lint-no-mangle-in-unsafe-code, r=nikomatsakis | Dylan DPC | -20/+113 |
| 2021-02-09 | ./x.py test --bless | Tomasz Miąsko | -1528/+16 |
| 2021-02-09 | Fix derived PartialOrd operators | Tomasz Miąsko | -0/+60 |