| Age | Commit message (Expand) | Author | Lines |
| 2021-07-13 | Fix `NumericLiteral::format` that may produce a invalid literal | Yoshitomo Nakanishi | -0/+3 |
| 2021-07-09 | `default_numeric_fallback`: Add more tests for floating literal | Yoshitomo Nakanishi | -66/+349 |
| 2021-07-08 | default_numeric_fallback: Fix FP with floating literal | Yoshitomo Nakanishi | -12/+63 |
| 2021-07-06 | Auto merge of #7439 - iobtl:assert_msg_panic_fp, r=flip1995 | bors | -1/+19 |
| 2021-07-06 | fix false positive (panic message) with assert macro using message parameter | iobtl | -1/+19 |
| 2021-07-05 | Auto merge of #7243 - mgacek8:issue7145_strlen_on_c_strings, r=giraffate | bors | -0/+141 |
| 2021-07-05 | Add new lint: strlen_on_c_strings | Mateusz Gacek | -0/+141 |
| 2021-07-04 | Auto merge of #7431 - DevinR528:fix-macro-brace, r=llogiq | bors | -18/+48 |
| 2021-07-04 | Fix emitting in nested (proc_)macros for nonstandard_macro_braces lint | Devin Ragotzy | -18/+48 |
| 2021-07-03 | Auto merge of #7428 - camsteffen:use-self-ice, r=flip1995 | bors | -14/+16 |
| 2021-07-03 | Fix use_self ICE | Cameron Steffen | -14/+16 |
| 2021-07-03 | Auto merge of #7426 - ebobrow:doc-markdown-fp, r=llogiq | bors | -1/+8 |
| 2021-07-03 | fix doc_markdown false positive | Elliot Bobrow | -1/+8 |
| 2021-07-03 | Auto merge of #7316 - lengyijun:rc_mutex, r=llogiq | bors | -1/+124 |
| 2021-07-03 | Auto merge of #7424 - dtolnay-contrib:macrobraces, r=llogiq | bors | -4/+3 |
| 2021-07-02 | Downgrade nonstandard_macro_braces to nursery | David Tolnay | -4/+3 |
| 2021-07-02 | rc_mutex: known problems | lyj | -1/+3 |
| 2021-07-01 | Auto merge of #7418 - flip1995:rustup, r=flip1995 | bors | -52/+49 |
| 2021-07-01 | Bump nightly version -> 2021-07-01 | flip1995 | -1/+1 |
| 2021-07-01 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -1105/+3210 |
| 2021-07-01 | Auto merge of #7407 - m-ou-se:doc-hidden-variants, r=flip1995 | bors | -52/+84 |
| 2021-07-01 | match_wildcard_for_single_variants: don't produce bad suggestion | flip1995 | -3/+52 |
| 2021-07-01 | Simplify wildcard_enum_match_arm test | flip1995 | -56/+3 |
| 2021-06-30 | Auto merge of #7400 - popzxc:restrict-locales, r=Manishearth | bors | -2/+152 |
| 2021-06-30 | Implement 'disallowed_script_idents' lint | Igor Aleksanov | -2/+152 |
| 2021-06-30 | Auto merge of #7390 - popzxc:issue-7331, r=flip1995 | bors | -1/+16 |
| 2021-06-29 | Auto merge of #7411 - camsteffen:use-self-visitor, r=flip1995 | bors | -151/+64 |
| 2021-06-29 | Remove a visitor from use_self | Cameron Steffen | -75/+22 |
| 2021-06-29 | Use type_of for impl self type | Cameron Steffen | -25/+13 |
| 2021-06-29 | Simplify in impl check | Cameron Steffen | -17/+4 |
| 2021-06-29 | Make ItemKind check dry | Cameron Steffen | -44/+35 |
| 2021-06-29 | Auto merge of #7405 - jyn514:fix-stable, r=camsteffen | bors | -36/+10 |
| 2021-06-29 | Auto merge of #7409 - xFrednet:5394-vs-code-tasks, r=giraffate,flip1995 | bors | -0/+202 |
| 2021-06-28 | Stabilize `cargo clippy --fix` | Joshua Nelson | -36/+10 |
| 2021-06-28 | Updated `clippy_dev` ui message and vscode task name | xFrednet | -2/+2 |
| 2021-06-28 | Auto merge of #7350 - camsteffen:suspicious, r=flip1995 | bors | -46/+62 |
| 2021-06-27 | Added `cargo dev setup vscode-tasks` for simplicity | xFrednet | -0/+202 |
| 2021-06-26 | Don't suggest unstable and doc(hidden) variants. | Mara Bos | -4/+11 |
| 2021-06-26 | Don't use exact definition of std's ErrorKind in test. | Mara Bos | -8/+37 |
| 2021-06-25 | Add remark-gfm to workflow job | Cameron Steffen | -1/+2 |
| 2021-06-25 | Move some lints to suspicious | Cameron Steffen | -30/+33 |
| 2021-06-25 | Add suspicious group | Cameron Steffen | -15/+27 |
| 2021-06-25 | Fix clippy test | Ryan Levick | -3/+3 |
| 2021-06-25 | Auto merge of #7379 - popzxc:issue-7305, r=flip1995 | bors | -11/+56 |
| 2021-06-25 | Do not spawn blacklisted_name lint in test context | Igor Aleksanov | -11/+56 |
| 2021-06-25 | Improve lint message for match-same-arms lint | Igor Aleksanov | -1/+16 |
| 2021-06-25 | Auto merge of #7361 - xFrednet:5394-expand-setup-command, r=flip1995 | bors | -120/+384 |
| 2021-06-25 | Updated several clippy_dev messages and types (PR suggestions) | xFrednet | -71/+41 |
| 2021-06-25 | Added `cargo dev remove intellij` | xFrednet | -18/+76 |
| 2021-06-25 | Updated `cargo dev setup intellij` for cleaner user messages | xFrednet | -39/+114 |