| Age | Commit message (Expand) | Author | Lines |
| 2021-03-04 | Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warnings | Guillaume Gomez | -8/+10 |
| 2021-03-04 | Add tests for #[doc(test(...)] check | Guillaume Gomez | -0/+37 |
| 2021-03-04 | Rollup merge of #82717 - estebank:issue-70152, r=lcnr | Yuki Okushi | -0/+56 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -0/+34 |
| 2021-03-04 | Add a regression test for issue-81712 | Yuki Okushi | -0/+40 |
| 2021-03-03 | Auto merge of #82702 - jyn514:downgrade-err, r=Manishearth | bors | -4/+19 |
| 2021-03-03 | Detect match arm body without braces | Esteban Küber | -0/+222 |
| 2021-03-03 | reworded message | Esteban Küber | -1/+3 |
| 2021-03-03 | Change error about unknown doc attributes to a warning | Joshua Nelson | -4/+19 |
| 2021-03-03 | Fix diagnostic suggests adding type `[type error]` | Henry Boisdequin | -20/+26 |
| 2021-03-03 | Fix borrow and deref | Ryan Levick | -17/+53 |
| 2021-03-03 | Remove lint pass on borrow and deref | Ryan Levick | -57/+23 |
| 2021-03-03 | Move unrelated ui test back to what it was before | Ryan Levick | -2/+2 |
| 2021-03-03 | Increase accuracy of lint trigger | Esteban Küber | -5/+8 |
| 2021-03-03 | Improve error messages | Ryan Levick | -16/+12 |
| 2021-03-03 | Fix tidy error | Ryan Levick | -4/+4 |
| 2021-03-03 | Update error message | Ryan Levick | -12/+24 |
| 2021-03-03 | Fix tidy errors | Ryan Levick | -6/+9 |
| 2021-03-03 | Improve warning | Ryan Levick | -12/+12 |
| 2021-03-03 | Bless test where order of error message changed | Ryan Levick | -2/+2 |
| 2021-03-03 | Fix tests | Ryan Levick | -4/+9 |
| 2021-03-03 | Add tests and support two more noop methods | Ryan Levick | -0/+73 |
| 2021-03-03 | Rollup merge of #82695 - XAMPPRocky:remove-non-power-of-two-limit, r=nagisa | Yuki Okushi | -44/+5 |
| 2021-03-02 | Account for macros when suggesting adding lifetime | Esteban Küber | -0/+54 |
| 2021-03-02 | errooaaar~ | Ellen | -31/+40 |
| 2021-03-02 | Rollup merge of #82627 - JohnTitor:issue-82612, r=estebank | Yuki Okushi | -0/+52 |
| 2021-03-02 | Rollup merge of #82579 - osa1:issue82566, r=estebank | Yuki Okushi | -0/+122 |
| 2021-03-02 | Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obk | Yuki Okushi | -18/+71 |
| 2021-03-02 | Fix UI errors | Erin Power | -9/+3 |
| 2021-03-02 | Revert non-power-of-two vector restriction | Erin Power | -35/+2 |
| 2021-03-01 | Improve error messages | Joshua Nelson | -0/+34 |
| 2021-03-02 | Rollup merge of #82662 - GuillaumeGomez:doc-attr-check, r=jyn514 | Guillaume Gomez | -0/+19 |
| 2021-03-02 | Rollup merge of #82655 - SkiFire13:fix-issue-81314, r=estebank | Guillaume Gomez | -16/+61 |
| 2021-03-02 | Rollup merge of #80734 - abonander:ab/issue-66693, r=oli-obk | Guillaume Gomez | -4/+92 |
| 2021-03-01 | Auto merge of #82663 - jyn514:rollup-xh3cb0c, r=jyn514 | bors | -0/+37 |
| 2021-03-01 | Add tests for doc attribute check | Guillaume Gomez | -0/+19 |
| 2021-03-01 | Auto merge of #82587 - taiki-e:unaligned_references, r=oli-obk | bors | -0/+68 |
| 2021-03-01 | check that first arg to `panic!()` in const is `&str` | Austin Bonander | -4/+92 |
| 2021-03-01 | Rollup merge of #82620 - jyn514:apply-renamed-lints, r=Manishearth | Joshua Nelson | -0/+37 |
| 2021-03-01 | Add regression test | Giacomo Stevanato | -0/+45 |
| 2021-02-28 | Add more proc-macro attribute tests | Aaron Hill | -371/+2249 |
| 2021-02-28 | Bless some tests | Giacomo Stevanato | -16/+16 |
| 2021-02-28 | Erase late bound regions to avoid ICE | Yuki Okushi | -0/+52 |
| 2021-02-28 | Apply lint restrictions from renamed lints | Joshua Nelson | -0/+37 |
| 2021-02-27 | Rollup merge of #81856 - Smittyvb:utf16-warn, r=matthewjasper | Dylan DPC | -0/+0 |
| 2021-02-27 | Enable report_in_external_macro in unaligned_references | Taiki Endo | -0/+68 |
| 2021-02-27 | Recover from X<Y,Z> when parsing const expr | Ömer Sinan Ağacan | -3/+69 |
| 2021-02-27 | Fix turbofish recovery with multiple generic args | Ömer Sinan Ağacan | -0/+56 |
| 2021-02-27 | Rollup merge of #82494 - estebank:issue-82455, r=petrochenkov | Dylan DPC | -2/+32 |
| 2021-02-27 | Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasper | Dylan DPC | -0/+40 |