]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-02 borsAuto merge of #97575 - nnethercote:lazify-SourceFile...
2022-06-02 borsAuto merge of #8902 - PrestonFrom:add_suggestion_for_mo...
2022-06-02 borsAuto merge of #8906 - rust-lang:copy-large-enum-variant...
2022-06-02 Ralf Jungadd cast kind of from_exposed_addr (int-to-ptr casts)
2022-06-02 dswijApply `needless_return` suggestions
2022-06-02 dswij`needless_return` checks for macro expr in return stmts
2022-06-02 borsAuto merge of #8905 - c410-f3r:arith, r=llogiq
2022-06-02 Andre Bogusaccount for generics
2022-06-02 Preston FromLint message correctly identifies match vs for loop
2022-06-02 borsAuto merge of #8908 - Serial-ATA:doc-comment-issues...
2022-06-02 kyoto7250fix(manual_find_map and manual_filter_map): check clone...
2022-06-01 SerialCombine doc examples
2022-06-01 borsAuto merge of #8869 - Jarcho:derive_partial_eq_without_...
2022-06-01 Ralf Jungrename PointerAddress → PointerExposeAddress
2022-06-01 borsAuto merge of #7930 - lengyijun:needless_deref_new...
2022-06-01 lengyijunsplit into borrow_deref_ref.rs and borrow_deref_ref_unf...
2022-06-01 Nicholas NethercoteLazify `SourceFile::lines`.
2022-05-31 borsAuto merge of #8916 - Jarcho:swap_ptr_to_ref, r=Manishearth
2022-05-31 Jason NewcombAdd lint `swap_ptr_to_ref`
2022-05-31 borsAuto merge of #8884 - evantypanski:manual_range_contain...
2022-05-31 borsAuto merge of #8564 - Jarcho:transmute_erase_regions...
2022-05-31 borsAuto merge of #8876 - Alexendoo:cast-abs-to-different...
2022-05-31 Jason NewcombMove `useless_transmute` back to `complexity`
2022-05-31 Jason NewcombDon't lint `useless_transmute` on types with erased...
2022-05-31 borsAuto merge of #8918 - Jarcho:almost_complete_letter_ran...
2022-05-31 Jason NewcombAdd lint `almost_complete_letter_range`
2022-05-31 borsAuto merge of #8912 - Alexendoo:needless-late-init...
2022-05-31 borsAuto merge of #8913 - InfRandomness:ICE-#8748, r=giraffate
2022-05-31 Tomasz MiąskoAdd a pointer to address cast kind
2022-05-30 borsAuto merge of #8899 - botahamec:use-self-tuple-struct...
2022-05-30 InfRandomnessFix #8748
2022-05-30 Micha WhiteTriggered the lint on tuple struct and struct patterns
2022-05-30 lengyijunrun-rustfix
2022-05-30 lyjneedless_deref
2022-05-29 Alex Macleodneedless_late_init: fix ICE when all branches return...
2022-05-28 borsAuto merge of #8385 - cameron1024:doc_link_with_quotes...
2022-05-28 SerialUpdate lint creation docs
2022-05-28 SerialMake docs more consistent
2022-05-28 borsAuto merge of #8844 - smoelius:fixed-paths, r=Alexendoo
2022-05-28 llogiqMerge branch 'master' into doc_link_with_quotes
2022-05-28 kyoto7250fix(lint): check const context
2022-05-27 Andre Bogusremove `large_enum_variant` suggestion for `Copy` types
2022-05-27 Caio[1/N] Implement Arithmetic lint
2022-05-27 Samuel E. Moelius IIIIgnore `crashes` dir
2022-05-27 borsAuto merge of #8892 - smoelius:fix-empty-line-false...
2022-05-27 borsAuto merge of #8897 - tamaroning:improve_dbg, r=Alexendoo
2022-05-27 Samuel E. Moelius IIIFix `assert!` message
2022-05-27 Samuel E. Moelius IIIAddress review comments
2022-05-27 Samuel E. Moelius IIICheck `.fixed` paths' existence in `run_ui`
2022-05-27 Preston FromWhen setting suggestion, add suggestion for MoveAndClon...
2022-05-27 borsAuto merge of #8885 - Serial-ATA:rc-clone-in-vec-init...
2022-05-27 SerialSupport `Weak` in [`rc_clone_in_vec_init`]
2022-05-26 Jason NewcombRework `branches_sharing_code`
2022-05-26 borsAuto merge of #8896 - Alexendoo:fn_sig_ice, r=llogiq
2022-05-26 tamaronfix
2022-05-26 Alex MacleodOnly return DefIds to Fn-like definitions in clippy_uti...
2022-05-26 borsAuto merge of #8866 - botahamec:unused-rounding, r...
2022-05-25 Samuel E. Moelius IIIFix `empty_line_after_outer_attribute` false positive
2022-05-25 borsAuto merge of #8889 - Serial-ATA:remove-newlines, r...
2022-05-25 SerialRemove newlines in [`match_str_case_mismatch`] example
2022-05-25 SerialCollect renamed lints
2022-05-25 Ding Xiang Feitry to cache region_scope_tree as a query
2022-05-25 Micha WhiteChanged the lint description
2022-05-25 Micha WhiteFixed the test to not use an epsilon
2022-05-25 Micha WhiteAdded an unused_rounding lint
2022-05-25 borsAuto merge of #8882 - kyoto7250:get_first, r=llogiq
2022-05-25 kyoto7250refactor: get the required variables with MethodCall
2022-05-25 kyoto7250ignore clippy::get_first
2022-05-25 kyoto7250suggest first() instead of get(0)
2022-05-25 kyoto7250feat(lint): impl lint about use first() instead of...
2022-05-24 borsAuto merge of #8862 - Alexendoo:get-last-with-len,...
2022-05-24 borsAuto merge of #8880 - hellow554:rustfix_update, r=Manis...
2022-05-24 borsAuto merge of #8786 - Alexendoo:identity-op-suggestions...
2022-05-24 Evan TypanskiFix issue with mismatched parens in suggestion
2022-05-24 borsAuto merge of #8881 - dmarcoux:update-outdated-doc...
2022-05-24 borsAuto merge of #8754 - guerinoni:no_effect_replace,...
2022-05-24 Evan TypanskiFix `manual_range_contains` with equal precedence
2022-05-24 Dany MarcouxFix imports for "Checking if a type defines a specific...
2022-05-24 Marcel Hellwigprepare test for 8734
2022-05-24 Marcel Hellwigadd testcase for #8878
2022-05-24 Federico GuerinoniNew lint `no_effect_replace`
2022-05-24 borsAuto merge of #96098 - JakobDegen:always-return-place...
2022-05-24 borsAuto merge of #8872 - hellow554:dependency_update,...
2022-05-24 Yuki OkushiRollup merge of #97289 - compiler-errors:tcxify-clippy...
2022-05-23 Jakob DegenRefactor call terminator to always hold a destination...
2022-05-23 borsAuto merge of #8870 - Serial-ATA:issue-8865, r=xFrednet
2022-05-23 Michael GouletLifetime variance fixes for clippy
2022-05-23 Alex Macleodcast_abs_to_unsigned: do not remove cast if it's required
2022-05-23 Marcel Hellwigupdate dependencies
2022-05-23 Dylan DPCRollup merge of #97254 - jhpratt:remove-crate-vis,...
2022-05-23 David TolnayFix clippy explicit_write lint for new writeln implemen...
2022-05-22 SerialStrip `clippy::` prefix from search strings
2022-05-22 Jason NewcombSet correct `ParamEnv` for `derive_partial_eq_without_eq`
2022-05-22 Ding Xiang Feifactor out the rvalue lifetime rule
2022-05-21 Jacob PrattMerge crate and restricted visibilities
2022-05-21 Alex Macleodget_last_with_len: lint VecDeque and any deref to slice
2022-05-21 Jacob PrattRemove feature: `crate` visibility modifier
2022-05-21 borsAuto merge of #8848 - Serial-ATA:auto-detect-theme...
2022-05-21 xFrednetFix lint registration
2022-05-21 xFrednetMerge 'rust-clippy/master' into clippyup
next