]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 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 #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 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
2021-03-05 Cameron SteffenAvoid mir in implicit_return
2021-03-05 Matthias Krügerlintcheck: add --fix mode which tries to apply lint...
2021-03-05 borsAuto merge of #6849 - flip1995:dogfood-fix, r=matthiaskrgr
2021-03-05 flip1995Extract directory creation into its own function
2021-03-05 flip1995Fix dogfood errors in clippy_dev
2021-03-05 flip1995Fix dogfood errors in clippy_lints
2021-03-05 flip1995Remove hack that forces dogfood to run on nightly
2021-03-05 flip1995Fix dogfood test
2021-03-05 flip1995ci: Sync clippy and clippy_bors workflows
2021-03-04 borsAuto merge of #6846 - matthiaskrgr:lintcheck_test,...
2021-03-04 Matthias Krügerupdate lintcheck logs
2021-03-04 Matthias Krügerlintcheck: add test
2021-03-04 borsAuto merge of #6843 - Jarcho:match_on_same_arms_macro...
2021-03-04 borsAuto merge of #6833 - daxpedda:use-self, r=Manishearth
2021-03-04 Jason NewcombWhen checking if two empty hir blocks are equal also...
2021-03-04 borsAuto merge of #6839 - matthiaskrgr:lintcheck_clippy_war...
2021-03-04 Matthias Krügerlintcheck: fix clippy warnings
2021-03-03 borsAuto merge of #6825 - djc:naive-bytecount-pedantic...
2021-03-03 hyd-devLet Cargo track `CLIPPY_ARGS`
2021-03-03 daxpeddaFix false-positive in `use_self`
2021-03-03 borsAuto merge of #6824 - Y-Nak:refactor_loops_module,...
2021-03-02 borsAuto merge of #6801 - Jarcho:manual_match_fix, r=phansch
2021-03-02 Dirkjan OchtmanMove naive_bytecount to pedantic
2021-03-02 Yoshitomo NakanishiRemove "for_loop_arg.rs"
2021-03-02 borsAuto merge of #6791 - TaKO8Ki:iter-count, r=matthiaskrgr
2021-03-02 borsAuto merge of #6716 - magurotuna:refactor-transmute...
2021-03-02 Yusuke TanakaMake check_cast private
2021-03-02 Yusuke TanakaRefactor calls to lint check functions
2021-03-02 Yusuke TanakaCleanup imports
2021-03-02 Yusuke TanakaMove transmutes_expressible_as_ptr_casts to its own...
2021-03-02 Yusuke TanakaMove unsound_collection_transmute to its own module
2021-03-02 Yusuke TanakaMove transmute_float_to_int to its own module
2021-03-02 Yusuke TanakaMove transmute_int_to_float to its own module
2021-03-02 Yusuke TanakaMove transmute_int_to_bool to its own module
2021-03-02 Yusuke TanakaMove transmute_ptr_to_ptr to its own module
2021-03-02 Yusuke TanakaMove transmute_bytes_to_str and transmute_ptr_to_ptr...
2021-03-02 Yusuke TanakaMove transmute_int_to_char to its own module
2021-03-02 Yusuke TanakaMove transmute_ptr_to_ref to its own module
2021-03-02 Yusuke TanakaMove crosspointer_transmute to its own module
2021-03-02 Yusuke TanakaMove wrong_transmute to its own module
next