| Age | Commit message (Expand) | Author | Lines |
| 2023-04-10 | Fix CI | blyxyas | -1/+1 |
| 2023-04-10 | Add "Lint Passes" chapter | blyxyas | -0/+136 |
| 2023-04-09 | Auto merge of #10618 - KisaragiEffective:patch-2, r=llogiq | bors | -0/+1 |
| 2023-04-09 | Auto merge of #10610 - beetrees:max-line-length, r=Jarcho | bors | -0/+1 |
| 2023-04-10 | apply code review suggestion | Kisaragi | -1/+1 |
| 2023-04-10 | [missing_const_for_fn] fix #7121 | Kisaragi | -0/+1 |
| 2023-04-08 | Auto merge of #10605 - blyxyas:book-type_checking, r=llogiq | bors | -0/+145 |
| 2023-04-08 | Add "`hir::Ty` and `ty::Ty`" section | blyxyas | -0/+18 |
| 2023-04-08 | Add `max_line_length` to `.editorconfig`, matching `rustfmt.toml` | beetrees | -0/+1 |
| 2023-04-07 | Auto merge of #10604 - blyxyas:fix-book_broken_links, r=flip1995 | bors | -2/+2 |
| 2023-04-07 | Auto merge of #10497 - y21:outer_doc_comment_bang, r=dswij | bors | -0/+427 |
| 2023-04-07 | New chapter: "Type Checking" | blyxyas | -0/+127 |
| 2023-04-07 | new lint: suspicious_doc_comments | y21 | -0/+427 |
| 2023-04-07 | Auto merge of #10601 - schubart:manual_slice_size_calculation, r=llogiq | bors | -0/+184 |
| 2023-04-07 | Auto merge of #10566 - ebobrow:iss10549, r=giraffate | bors | -15/+60 |
| 2023-04-07 | Fix false negatives by using `expr_or_init` | Michael Schubart | -8/+35 |
| 2023-04-06 | Fix broken links for Rust merge | blyxyas | -2/+2 |
| 2023-04-06 | Auto merge of #10594 - J-ZhengLi:issue9824, r=Jarcho | bors | -44/+121 |
| 2023-04-06 | Add tests suggested by @llogiq | Michael Schubart | -0/+6 |
| 2023-04-06 | Add [`manual_slice_size_calculation`] | Michael Schubart | -0/+151 |
| 2023-04-06 | Auto merge of #10602 - flip1995:rustup, r=flip1995 | bors | -36/+63 |
| 2023-04-06 | Bump nightly version -> 2023-04-06 | Philipp Krones | -1/+1 |
| 2023-04-06 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1642/+3026 |
| 2023-04-06 | fix [mem_replace_option_with_none] not considering field variables | J-ZhengLi | -44/+121 |
| 2023-04-05 | Auto merge of #10554 - samueltardieu:redundant-async-block, r=Jarcho | bors | -151/+338 |
| 2023-04-05 | Make redundant_async_block a more complete late pass | Samuel "Sam" Tardieu | -151/+338 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -3/+3 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -5/+5 |
| 2023-04-04 | Auto merge of #10543 - blyxyas:tests_outside_test_module, r=flip1995 | bors | -0/+104 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -4/+4 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -2/+2 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -3/+3 |
| 2023-04-04 | Fix formatting and lint description | blyxyas | -7/+5 |
| 2023-04-04 | Auto merge of #10592 - beetrees:parent-dir-bug-fix, r=giraffate | bors | -1/+2 |
| 2023-04-04 | Auto merge of #10589 - blyxyas:fix-double_must_use, r=giraffate | bors | -4/+35 |
| 2023-04-03 | Remove check for `#[cfg(test)]` | blyxyas | -33/+5 |
| 2023-04-03 | Fix bug with getting parent directories in `lookup_conf_file` | bhould287 | -1/+2 |
| 2023-04-03 | Auto merge of #10591 - beetrees:warnings-not-eprintln, r=flip1995 | bors | -17/+24 |
| 2023-04-03 | Fix false negative on `Result<(), ()>` | blyxyas | -2/+20 |
| 2023-04-03 | Show multiple clippy.toml warnings with `sess.warn` instead of `eprintln!` | bhould287 | -17/+24 |
| 2023-04-03 | only focus on `double_must_use` + Add `Result<(), ()>` test | blyxyas | -8/+14 |
| 2023-04-03 | Auto merge of #10229 - danielparks:doc-feature-cargo-clippy, r=flip1995 | bors | -0/+21 |
| 2023-04-03 | Auto merge of #10574 - jyn514:update-docs, r=flip1995 | bors | -3/+2 |
| 2023-04-03 | Fix `double_must_use` for async functions | blyxyas | -3/+10 |
| 2023-04-02 | Auto merge of #10588 - blyxyas:fix-allow_nonminimal_bool, r=llogiq | bors | -18/+39 |
| 2023-04-02 | Auto merge of #10563 - nyurik:handle-all-fmt2, r=llogiq | bors | -35/+239 |
| 2023-04-02 | Auto merge of #10585 - c410-f3r:aaaaaaaaaaaa, r=Jarcho | bors | -3/+27 |
| 2023-04-02 | Fix `nonminimal_bool` `#[allow]` attributes. | blyxyas | -18/+39 |
| 2023-04-02 | [arithmetic_side_effects] Fix #10583 | Caio | -3/+27 |
| 2023-04-02 | Add `tests_outside_test_module` lint | blyxyas | -0/+134 |