| Age | Commit message (Expand) | Author | Lines |
| 2021-02-14 | Apply suggestions | Benoît du Garreau | -6/+9 |
| 2021-02-14 | Apply suggestion | Benoît du Garreau | -2/+2 |
| 2021-02-14 | Fix UI tests and merge `assert_eq` and `assert_ne` internal functions | Benoît du Garreau | -23/+14 |
| 2021-02-14 | Add ui tests for panic![123] and panic!{123}. | Mara Bos | -1/+36 |
| 2021-02-14 | Suggest correct replacement for panic![123]. | Mara Bos | -4/+4 |
| 2021-02-14 | Clarify error message and remove pretty printing in help suggestions. | Reese Williams | -8/+20 |
| 2021-02-14 | Add test for panic!(format!(..)) lint. | Mara Bos | -1/+16 |
| 2021-02-14 | Add test for non_fmt_panic lint for panic!(some_macro!()). | Mara Bos | -1/+23 |
| 2021-02-14 | Don't fail to remove files if they are missing | Simonas Kazlauskas | -0/+7 |
| 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 #80920 - rylev:check_attr-refactor, r=davidtwco | Dylan DPC | -6/+31 |
| 2021-02-13 | Improve error and help messages | Camelid | -44/+44 |
| 2021-02-14 | update message | Henry Boisdequin | -2/+4 |
| 2021-02-13 | Fix ICE caused by suggestion with no code substitutions | Esteban Küber | -0/+25 |
| 2021-02-13 | Add additional type info to mismatch err | kadmin | -20/+40 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -29/+26 |
| 2021-02-13 | Add more tests for generic associated type bounds | Matthew Jasper | -76/+190 |
| 2021-02-13 | Make ProjectionTy::trait_ref truncate substs again | Matthew Jasper | -0/+108 |
| 2021-02-13 | a wild test has appeared uwu | Ellen | -0/+24 |
| 2021-02-13 | Heat up the ICE-y error reporting | Ellen | -0/+35 |
| 2021-02-13 | CTFE validation: catch ReadPointerAsBytes and better error | Ralf Jung | -1/+1 |
| 2021-02-13 | Add match pattern diagnostics regression test | Bram van den Heuvel | -0/+29 |
| 2021-02-13 | add test | b-naber | -0/+30 |
| 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-13 | spell the real selftype | csmoe | -1/+1 |
| 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 | Add nll test | 0yoyoyo | -0/+17 |
| 2021-02-12 | Update .stderr | Kevin Per | -2/+128 |
| 2021-02-12 | spell out nested self type | csmoe | -0/+11 |
| 2021-02-12 | add testcase for issue 78600 | csmoe | -0/+12 |
| 2021-02-11 | Add test for "const stability on macro" | Esteban Küber | -0/+33 |
| 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-11 | resolve: Reduce scope of `pub_use_of_private_extern_crate` deprecation lint | Vadim Petrochenkov | -22/+25 |
| 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 | 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-09 | Print closure signatures when reporting placeholder errors | Matthew Jasper | -6/+6 |