]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-11 Matthias Krügerlintcheck: fix clippy warnings
2021-03-11 Matthias Krügerlintcheck: fix --fix and document it in the readme.
2021-03-11 Matthias Krügerlintcheck: update logs
2021-03-11 Matthias Krügerlintcheck: fix bug where lint messages about macros...
2021-03-11 Matthias Krügerlintcheck: update readme and remove the now redundant...
2021-03-11 Matthias Krügermove testfiles to "lintcheck" and fix more paths
2021-03-11 Matthias Krügergitignore: add lintchecks target dir
2021-03-11 Matthias Krügerlintcheck: make sure we lauch from the repo root
2021-03-11 Matthias Krügerlintcheck: move out of clippy-dev into own crate
2021-03-11 borsAuto merge of #6881 - flip1995:rustup, r=flip1995
2021-03-11 flip1995Fix remaining dogfood errors (internal lints)
2021-03-11 flip1995Bump nightly version => 2021-03-11
2021-03-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-10 borsAuto merge of #6814 - hyd-dev:issue-6486, r=flip1995
2021-03-10 borsAuto merge of #6794 - camsteffen:needless-borrowed...
2021-03-10 borsAuto merge of #79519 - cjgillot:noattr, r=wesleywiser
2021-03-09 borsAuto merge of #6878 - flip1995:authors, r=Manishearth
2021-03-09 Camille GILLOTRemove hir::Expr::attrs.
2021-03-09 Camille GILLOTRemove hir::Item::attrs.
2021-03-09 Camille GILLOTRemove hir::ImplItem::attrs.
2021-03-09 Camille GILLOTRemove hir::TraitItem::attrs.
2021-03-09 Camille GILLOTRemove hir::StructField::attrs.
2021-03-09 Camille GILLOTRemove hir::Variant::attrs.
2021-03-09 Camille GILLOTRemove hir::Arm::attrs.
2021-03-09 Camille GILLOTRemove hir::Crate::attrs.
2021-03-09 Camille GILLOTRemove hir::Local::attrs.
2021-03-09 Camille GILLOTRemove hir::StmtKind::attrs.
2021-03-09 Camille GILLOTDo not store attrs in FnKind.
2021-03-09 Camille GILLOTSimplify clippy author.
2021-03-09 kadminSwitch to changing cp_non_overlap in tform
2021-03-09 kadminUpdate cranelift
2021-03-09 kadminUpdate match branches
2021-03-09 flip1995Set Clippy authors to "The Rust Clippy Developers"
2021-03-09 borsAuto merge of #6876 - giraffate:improve_doc_on_map_flat...
2021-03-09 Takayuki NakataImprove doc on `map_flatten`
2021-03-09 borsAuto merge of #6866 - anall:ice6840, r=flip1995
2021-03-09 Andrea Nalladd comment for when can be removed
2021-03-09 borsAuto merge of #6868 - Jarcho:lang_item, r=flip1995
2021-03-09 borsAuto merge of #6873 - Y-Nak:refactor-casts-lint, r...
2021-03-09 Yoshitomo NakanishiMove ptr_as_ptr to its own module
2021-03-09 Mara BosRollup merge of #82048 - mark-i-m:or-pat-type-ascriptio...
2021-03-09 Yoshitomo NakanishiMove char_lit_as_u8 to its own module
2021-03-09 Yoshitomo NakanishiMove cast_ref_to_mut to its own module
2021-03-09 Yoshitomo NakanishiMove cast_ptr_alignment to its own module
2021-03-09 Yoshitomo NakanishiMove fn_to_numeric_cast_with_truncation to its own...
2021-03-09 Yoshitomo NakanishiMove fn_to_numeric_cast to its own module
2021-03-09 Yoshitomo NakanishiRemove 'lint_numeric_casts'
2021-03-09 Yoshitomo NakanishiMove unnecessary_cast to its own module
2021-03-09 Yoshitomo NakanishiMove cast_possible_wrap to its own module
2021-03-09 Yoshitomo NakanishiMove cast_sign_loss to its own module
2021-03-09 Yoshitomo NakanishiMove cast_possible_truncation to its own module
2021-03-09 borsAuto merge of #6869 - DJMcNab:rust-analyzer-private...
2021-03-09 Andrea Nalluse `.all` instead of negative use of `.any`
2021-03-09 Andrea Nalluse TyS::walk
2021-03-09 Yoshitomo NakanishiMove cast_lossless to its own module
2021-03-09 Yoshitomo NakanishiMove cast_precision_loss to its own module
2021-03-09 Yoshitomo NakanishiMove 'is_isize_or_usize' to clippy_utils
2021-03-09 Yoshitomo NakanishiSeparate lints of casts group from types group
2021-03-08 borsAuto merge of #6871 - camsteffen:redundant-closure...
2021-03-08 Cameron SteffenImprove the redundant_closure message
2021-03-08 markclippy: fix or-pattern in let binding
2021-03-08 Cameron SteffenFix redundant closure with macros
2021-03-08 Daniel McNabOpt-in to rustc_private for `rust-analyzer`
2021-03-08 Jason NewcombDon't assume lang items will exist.
2021-03-08 borsAuto merge of #6725 - Y-Nak:refactor-types-lints, r...
2021-03-08 Yoshitomo NakanishiFix some lints in types that fail dogfood
2021-03-08 Yoshitomo NakanishiImport declared lints at the top of the file
2021-03-08 Yoshitomo NakanishiRemove unused is_local from borrowed_box
2021-03-08 Yoshitomo NakanishiMove borrowed_box to its own module
2021-03-08 Yoshitomo NakanishiMove linked_list to its own module
2021-03-08 Yoshitomo NakanishiMove option_option to its own module
2021-03-08 Yoshitomo NakanishiAdd flags to detect lints are triggered
2021-03-08 Yoshitomo NakanishiMove vec_box to its own module
2021-03-08 Yoshitomo NakanishiMove rc_buffer to its own module
2021-03-08 Yoshitomo NakanishiMove redundant_allocation to its own module
2021-03-08 Yoshitomo NakanishiMove box_vec to its own module
2021-03-08 Yoshitomo NakanishiCreate types dir and move old module under it
2021-03-08 borsAuto merge of #6834 - hyd-dev:clippy-args, r=phansch...
2021-03-08 hyd-devDon't panic if `CLIPPY_ARGS` is not Unicode
2021-03-08 hyd-devMove `test_no_deps_ignores_path_deps_in_workspaces...
2021-03-08 hyd-devRename `ClippyArgsCallbacks` to `RustcCallbacks`
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-08 borsAuto merge of #6864 - giraffate:fix_doc_adding_a_new_li...
2021-03-08 Andrea Nallmake is_normalizable more strict
2021-03-08 Takayuki NakataAdd msrv to contents in adding lints md
2021-03-08 borsAuto merge of #6807 - anall:feature/use_new_diagnostics...
2021-03-07 Andrea Nallrelocate functions from `clippy_lints::types`
2021-03-07 Andrea Nallmigrate paths to newly-added diagnostic items
2021-03-07 borsAuto merge of #6853 - Jarcho:len_without_is_empty_fp...
2021-03-07 Jason Newcomb`len_without_is_empty` will now consider multiple impl...
2021-03-07 borsAuto merge of #6823 - Jarcho:diagnostic_items, r=phansch
2021-03-06 Jason NewcombUse `LanguageItems::require`
2021-03-06 borsAuto merge of #6854 - mgacek8:6844_fix_doc_for_useless_...
2021-03-05 borsAuto merge of #6848 - matthiaskrgr:lintcheck_clippyfix...
2021-03-05 Guillaume GomezRollup merge of #82736 - spastorino:mir-opt-level-perf...
2021-03-05 Santiago PastorinoMake clippy set mir_opt_level using Option
2021-03-05 Mateusz Gacekuseless_format: fix examples in the description
2021-03-05 borsAuto merge of #6852 - camsteffen:avoid-mir, r=Manishearth
2021-03-05 Cameron SteffenUse typeck_body
2021-03-05 Cameron SteffenAvoid mir in missing_errors_doc
next