]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-06 borsAuto merge of #8944 - xFrednet:8877-append-doc-idents...
2022-06-06 borsAuto merge of #8933 - DennisOSRM:needless_braces_range_...
2022-06-06 borsAuto merge of #8951 - mikerite:needless-late-init-20220...
2022-06-05 Dennis LuxenUpdate CHANGELOG.md
2022-06-05 Dennis LuxenFix names to use plural
2022-06-05 Dennis LuxenApply suggestions from code review
2022-06-05 Dennis LuxenRerun cargo dev update_lints
2022-06-05 Dennis LuxenImplement suggestion generation with snippet_with_appli...
2022-06-05 Dennis LuxenImplement support for implicit start and end
2022-06-05 Dennis LuxenMove description into lint macro
2022-06-05 Dennis LuxenRewrite check to account for floating point literals
2022-06-05 Dennis LuxenFix misnomer braces -> parenthesis
2022-06-05 Dennis LuxenUpdate clippy_lints/src/needless_braces_on_range_literal.rs
2022-06-05 Dennis LuxenUpdate clippy_lints/src/needless_braces_on_range_literal.rs
2022-06-05 Dennis LuxenAdd new lint [`needless_braces_on_range_literal`]
2022-06-05 borsAuto merge of #8941 - DevAccentor:for_loops_over_fallib...
2022-06-05 DevAccentorchange based on review
2022-06-05 Michael Wrightneedless_late_init refactoring
2022-06-05 Michael Wrightneedless_late_init refactoring
2022-06-05 Michael Wrightneedless_late_init refactoring
2022-06-04 xFrednetList configuration values can now be extended instead...
2022-06-04 borsAuto merge of #8930 - kyoto7250:issue_8920, r=Alexendoo
2022-06-04 kyoto7250refactor: check copied and cloned
2022-06-04 borsAuto merge of #8942 - flip1995:rustup, r=flip1995
2022-06-04 Philipp KronesBump nightly version -> 2022-06-04
2022-06-04 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-06-04 borsAuto merge of #8843 - Serial-ATA:collect-renamed, r...
2022-06-04 DevAccentorimprove for_loops_over_fallibles to detect the usage...
2022-06-04 kyoto7250refactor: Add some methods
2022-06-04 borsAuto merge of #8937 - Jarcho:merge_match_passes, r...
2022-06-03 Jason NewcombMove `ManualMap` into `Matches` lint pass
2022-06-03 Jason NewcombMove `TryErr` into `Matches` lint pass
2022-06-03 Jason NewcombMerge `SignificantDropInScrutinee` into `Matches` lint...
2022-06-03 Jason NewcombMove `MatchStrCaseMismatch` into `Matches` lint pass
2022-06-03 Jason NewcombMove `MatchOnVecItems` into `Matches` lint pass
2022-06-03 Jason NewcombMerge `ManualUnwrapOr` into `Matches` lint pass
2022-06-03 borsAuto merge of #8934 - DevAccentor:as_underscore, r...
2022-06-03 Jason NewcombMerge `CollapsibleMatch` into `Matches` lint pass
2022-06-03 DevAccentoradd as_underscore lint
2022-06-03 Dylan DPCRollup merge of #97415 - cjgillot:is-late-bound-solo...
2022-06-03 borsAuto merge of #8831 - arieluy:type_params, r=dswij
2022-06-03 Camille GILLOTManipulate lifetimes by LocalDefId for region resolution.
2022-06-03 Dylan DPCRollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obk
2022-06-03 Ariel UyAdd new lint mismatching_type_param_order
2022-06-03 borsAuto merge of #8932 - dswij:pr-8879, r=giraffate
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-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 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...
next