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