about summary refs log tree commit diff
path: root/book
AgeCommit message (Expand)AuthorLines
2023-04-10Fix CIblyxyas-1/+1
2023-04-10Add "Lint Passes" chapterblyxyas-0/+136
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-07New chapter: "Type Checking"blyxyas-0/+127
2023-04-06Fix broken links for Rust mergeblyxyas-2/+2
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-03-30Gramar, and spelin kleanupYuri Astrakhan-65/+65
2023-03-30Update subtree sync docs for changes in rustc-dev-guideJynn Nelson-3/+2
2023-03-30Auto merge of #10414 - csmoe:large-future, r=xFrednetbors-0/+9
2023-03-30Run metadata collectionxFrednet-0/+9
2023-03-26Avoid breaking exported APIMicha White-0/+1
2023-03-24Add explanation on how to run `cargo-clippy` and `clippy-driver`Nilstrieb-0/+10
2023-03-14update lint configuration doc for [`ifs_same_cond`]J-ZhengLi-0/+1
2023-02-28Fix array-size-threshold config deserialization errorAlex Macleod-1/+1
2023-02-27Fixing typosAndreas Deininger-7/+7
2023-02-24run cargo collect-metadataLiu Dingming-4/+4
2023-02-20Auto merge of #10303 - pvdrz:pub_crate_missing_docs, r=giraffatebors-0/+10
2023-02-20Update documentationChristian Poveda-1/+2
2023-02-12book: move warning to the right placeSamuel Tardieu-2/+2
2023-02-11Document `cargo-clippy` featureDaniel Parks-0/+21
2023-02-09update metadataChristian Poveda-0/+9
2023-02-02Add `extra_unused_type_parameters` lintMichael Krasnitski-1/+1
2023-01-30fix: use correct lint namekoka-1/+1
2023-01-29fix key name of MUTABLE_KEY_TYPEkoka-1/+1
2023-01-29add MANUAL_RETAIN to msrvkoka-0/+1
2023-01-29add MANUAL_REM_EUCLID to msrvkoka-0/+1
2023-01-29add MANUAL_IS_ASCII_CHECK to msrvkoka-0/+1
2023-01-29fix: add missing dot to suppress_restriction_lint_in_constkoka-1/+1
2023-01-29add DERIVABLE_IMPLS to msrvkoka-0/+1
2023-01-29add NEEDLESS_BORROW to msrvkoka-0/+1
2023-01-29fix: add missing dot to AWAIT_HOLDING_INVALID_TYPEkoka-0/+9
2023-01-29add ALMOST_COMPLETE_RANGE to msrvkoka-0/+1
2023-01-29add TRANSMUTE_PTR_TO_REF to msrvkoka-0/+1
2023-01-29add UNNECESSARY_LAZY_EVALUATIONS to msrvkoka-0/+1
2023-01-29add SEEK_REWIND in msrvkoka-0/+1
2023-01-29add SEEK_FROM_CURRENT in msrvkoka-0/+1
2023-01-29add COLLAPSIBLE_STR_REPLACE in msrvkoka-0/+1
2023-01-20Fix spelling inconsistence of `mdBook`chansuke-7/+7
2023-01-19Improve the changelog update documentationPhilipp Krones-2/+14
2023-01-14Auto merge of #10199 - tylerjw:document-extending-list-configs, r=xFrednetbors-3/+541
2023-01-14Comment that lint_configuration.md is machine generatedTyler Weaver-0/+5
2023-01-14Document generating lint config docs for adding configurationTyler Weaver-0/+4
2023-01-13Split long lineMaria José Solano-1/+2
2023-01-13Document configurations in table and paragraphsTyler Weaver-56/+521
2023-01-13Add missing arguments to cargo lint exampleMaria José Solano-1/+1
2023-01-13Document lint configuration values in Clippy's bookTyler Weaver-0/+56
2023-01-13Remove cognitive-complexity-threshold from docsTyler Weaver-1/+0
2023-01-12Document extending list type configsTyler Weaver-0/+9