| Age | Commit message (Expand) | Author | Lines |
| 2020-04-13 | Auto merge of #5448 - Emerentius:update_new_ret_no_self_docs, r=phansch | bors | -2/+24 |
| 2020-04-13 | Cleanup: Use our `sym!` macro more | Philipp Hansch | -5/+5 |
| 2020-04-12 | cargo dev fmt | Philipp Hansch | -3/+1 |
| 2020-04-12 | Make use of Option/Result diagnostic items | Philipp Hansch | -17/+16 |
| 2020-04-12 | Make use of some existing diagnostic items | Philipp Hansch | -2/+2 |
| 2020-04-10 | Auto merge of #5441 - rabisg0:fix/clone-on-copy, r=phansch | bors | -2/+3 |
| 2020-04-10 | Update documentation for new_ret_no_self | Emerentius | -2/+24 |
| 2020-04-10 | Rustup to https://github.com/rust-lang/rust/pull/70913 | Philipp Hansch | -3/+3 |
| 2020-04-09 | Revert "Downgrade new_ret_no_self to pedantic" | Philipp Krones | -1/+1 |
| 2020-04-09 | Check for clone-on-copy in argument positions | Rabi Guha | -2/+3 |
| 2020-04-08 | Auto merge of #5437 - rabisg0:should-impl-trait, r=flip1995 | bors | -35/+49 |
| 2020-04-08 | Check fn header along with decl when suggesting to implement trait | Rabi Guha | -35/+49 |
| 2020-04-08 | Move cognitive_complexity to nursery | David Tolnay | -1/+1 |
| 2020-04-08 | Rollup merge of #5425 - xiongmao86:issue5367, r=flip1995 | Philipp Krones | -19/+38 |
| 2020-04-08 | Rollup merge of #5420 - dtolnay:newret, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-08 | Rollup merge of #5415 - nickrtorres:master, r=flip1995 | Philipp Krones | -16/+83 |
| 2020-04-08 | Rollup merge of #5412 - dtolnay:tostring, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-08 | Use int assoc consts in MANUAL_SATURATING_ARITHMETIC | Linus Färnstrand | -2/+2 |
| 2020-04-07 | rustup: update for the new Ty::walk interface. | Eduard Burtescu | -9/+16 |
| 2020-04-07 | Refine lint message. | xiongmao86 | -4/+4 |
| 2020-04-06 | Lint on opt.as_ref().map(|x| &**x). | xiongmao86 | -15/+34 |
| 2020-04-04 | result_map_or_into_option: fix syntax error in example | Nick Torres | -4/+7 |
| 2020-04-04 | result_map_or_into: fix dogfood_clippy error => {h,l}int | Nick Torres | -2/+2 |
| 2020-04-04 | result_map_or_into_option: fix `cargo dev fmt --check` errors | Nick Torres | -3/+0 |
| 2020-04-04 | result_map_or_into_option: move arg checks into tuple assignment | Nick Torres | -12/+13 |
| 2020-04-04 | result_map_or_into_option: destructure lint tuple or return early | Nick Torres | -34/+40 |
| 2020-04-04 | result_map_or_into_option: add good and bad examples | Nick Torres | -2/+7 |
| 2020-04-04 | result_map_or_into_option: explicitly note absence of known problems | Nick Torres | -1/+1 |
| 2020-04-04 | Downgrade new_ret_no_self to pedantic | David Tolnay | -1/+1 |
| 2020-04-04 | result_map_or_into_option: add lint to catch manually adpating Result -> Option | Nick Torres | -25/+80 |
| 2020-04-02 | Downgrade inefficient_to_string to pedantic | David Tolnay | -1/+1 |
| 2020-03-30 | rustup https://github.com/rust-lang/rust/pull/70536 | Matthias Krüger | -6/+6 |
| 2020-03-25 | Remove dependency on `matches` crate | Philipp Hansch | -1/+0 |
| 2020-03-16 | rustup https://github.com/rust-lang/rust/pull/69738 | Matthias Krüger | -2/+2 |
| 2020-03-16 | Auto merge of #5322 - phansch:or_patterns, r=matthiaskrgr | bors | -3/+1 |
| 2020-03-16 | rustup https://github.com/rust-lang/rust/pull/68944 | Matthias Krüger | -7/+7 |
| 2020-03-16 | Make use of `or_patterns` feature | Philipp Hansch | -3/+1 |
| 2020-03-13 | Rustup to rust-lang/rust#69674 | Yuki Okushi | -1/+1 |
| 2020-03-03 | Use `try_eval_usize` over `eval_usize` | Yuki Okushi | -1/+7 |
| 2020-03-01 | Rustup to rust-lang/rust#69592 | Yuki Okushi | -2/+2 |
| 2020-02-21 | Fix fallout | flip1995 | -2/+5 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -6/+6 |
| 2020-02-15 | Avoid using regions from `TypeckTables` | Matthew Jasper | -2/+37 |
| 2020-02-12 | change in the right place, run update_lints | Lily Chung | -1/+1 |
| 2020-02-03 | improve 'iter_nth_zero' documentation | Areredify | -2/+3 |
| 2020-01-30 | Un-ignore most code blocks to render correctly on website, correct mistakes | Ludwig Stecher | -21/+47 |
| 2020-01-30 | Fix code formatting for more lints | Ludwig Stecher | -9/+9 |
| 2020-01-30 | Fix syntax highlighting of code fence | Ludwig Stecher | -1/+1 |
| 2020-01-30 | Reformat code. | xiongmao86 | -4/+4 |
| 2020-01-27 | Rename `span_note_and_lint` to `span_lint_and_note` | Yuki Okushi | -5/+5 |