]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-08-26 Tomasz MiąskoReplace `Body::basic_blocks()` with field access
2022-08-26 borsAuto merge of #9379 - royrustdev:multi_assignments...
2022-08-26 royrustdevadd `multi_assignments` lint
2022-08-25 Alexander Clausenuninit_vec: Vec::spare_capacity_mut is stable
2022-08-24 Yuki OkushiRollup merge of #99332 - jyn514:stabilize-label-break...
2022-08-24 borsAuto merge of #9370 - mikerite:20220824_ty_contains...
2022-08-24 Michael WrightReplace `contains_ty(..)` with `Ty::contains(..)`
2022-08-24 Joshua NelsonStabilize `#![feature(label_break_value)]`
2022-08-23 borsAuto merge of #9366 - Alexendoo:manual_string_new,...
2022-08-23 Alex MacleodRename `manual_empty_string_creation` and move to pedantic
2022-08-23 Nicholas NethercoteRemove the symbol from `ast::LitKind::Err`.
2022-08-22 borsAuto merge of #9259 - smoelius:fix-9256, r=llogiq
2022-08-21 Samuel E. Moelius III`needed_ref` -> `needs_ref`
2022-08-21 Samuel E. Moelius IIIFix `to_string_in_format_args` false positive
2022-08-21 borsAuto merge of #9092 - tamaroning:fix-needless-match...
2022-08-21 borsAuto merge of #8992 - kyoto7250:fix_8753, r=flip1995
2022-08-21 Philipp KronesImprove error if rustfix coverage test spuriously fails
2022-08-21 Philipp KronesReduce code duplication
2022-08-21 kyoto7250feat(fix): Do not lint if the target code is inside...
2022-08-21 borsAuto merge of #8696 - J-ZhengLi:issue8492, r=flip1995
2022-08-21 Philipp KronesReduce indentation and add comment about lint name
2022-08-21 tamaronUpdate needless_match.stderr
2022-08-21 J-ZhengLiand check for `Result`
2022-08-21 J-ZhengLiallow check for `match` in lint [`option_if_let_else`]
2022-08-20 borsAuto merge of #8857 - smoelius:fix-8855, r=flip1995
2022-08-20 Samuel E. Moelius IIIAdd test for #8855
2022-08-20 borsAuto merge of #9269 - nahuakang:collapsible_str_replace...
2022-08-20 borsAuto merge of #9355 - alex-semenyuk:fixed_typos, r...
2022-08-20 Nahua KangSimplify lint logic and address code review comments
2022-08-20 alex-semenyukFix typos
2022-08-19 borsAuto merge of #9258 - Serial-ATA:unused-peekable, r...
2022-08-19 Nahua KangAdjust test cases; run cargo dev bless
2022-08-19 Nahua KangRemove checks on char slice; improve lint suggestion
2022-08-19 Nahua KangHandle repeated str::replace calls with single char...
2022-08-19 Nahua KangHandle replace calls with char slices
2022-08-19 Nahua KangExtend and improve initial test cases for collapsible_s...
2022-08-19 Nahua KangRegister new lint collapsible_str_replace to methods
2022-08-19 borsAuto merge of #8804 - Jarcho:in_recursion, r=Alexendoo
2022-08-19 borsAuto merge of #9349 - Alexendoo:format-args-expn, r...
2022-08-19 Jason NewcombMove `only_used_in_recursion` back into `complexity`
2022-08-19 Jason NewcombRework `only_used_in_recursion`
2022-08-19 Alex MacleodRefactor `FormatArgsExpn`
2022-08-19 borsAuto merge of #8957 - Jarcho:more_pass_merges, r=flip1995
2022-08-19 Jason NewcombMove `VerboseFileReads` into `Methods` lint pass
2022-08-19 Jason NewcombMove `VecResizeToZero` into `Methods` lint pass
2022-08-19 Jason NewcombMove `UnnecessarySortBy` into `Methods` lint pass
2022-08-19 Jason NewcombMove `UnitHash` into `Methods` lint pass
2022-08-19 Jason NewcombMove `TransmutingNull` into `Transmute` lint pass
2022-08-19 Jason NewcombMove `StableSortPrimitive` to `Methods` lint pass
2022-08-19 Jason NewcombMove `RepeatOnce` into `Methods` lint pass
2022-08-19 Jason NewcombMove `range_zip_with_len` into `Methods` lint pass
2022-08-19 Jason NewcombMove `PathBufPushOverwrite` into `Methods` lint group
2022-08-19 Jason NewcombMove `OpenOptions` into `Methods` lint pass
2022-08-19 Jason NewcombMove `MutMutexLock` into `Methods` lint pass
2022-08-19 Jason NewcombMove `MapErrIgnore` into `Methods` lint pass
2022-08-19 Jason NewcombMove `MapClone` into `Methods` lint pass
2022-08-19 Jason NewcombMove `ManualOkOr` into `Methods` lint pass
2022-08-19 Jason NewcombMove `GetFirst` into `Methods` lint pass
2022-08-19 Jason NewcombMove `CaseSensitiveFileExtensionComparisons` into ...
2022-08-19 Jason NewcombMove `BytesCountToLen` into `Methods` lint pass
2022-08-19 Jason NewcombMove `ByteCount` into `Methods` lint pass
2022-08-19 Jason NewcombMove `BorrowAsPtr` into `Casts` lint pass
2022-08-19 Jason NewcombMove `AsUnderscore` into `Casts` lint pass
2022-08-19 SerialBetter handle method/function calls
2022-08-19 SerialAdd [`unused_peekable`] lint
2022-08-19 borsAuto merge of #9295 - Guilherme-Vasconcelos:manual...
2022-08-18 borsAuto merge of #9348 - lukaslueg:issue9347, r=Alexendoo
2022-08-18 Lukas LuegDont lint on match pattern-binding
2022-08-18 borsAuto merge of #9136 - smoelius:enhance-needless-borrow...
2022-08-17 borsAuto merge of #9338 - sgued:9331-unwrap-err-used, r...
2022-08-17 Sosthène Guédonunwrap_used: Fix error message for unwrap_err when...
2022-08-17 borsAuto merge of #9287 - Jarcho:trans_undefined, r=xFrednet
2022-08-17 Matthias KrügerRollup merge of #100018 - nnethercote:clean-up-LitKind...
2022-08-17 borsAuto merge of #9345 - cherryblossom000:patch-1, r=flip1995
2022-08-17 borsAuto merge of #9344 - Jarcho:opt_target_dir, r=flip1995
2022-08-17 cherryblossomFix typo in as_undescore docs
2022-08-17 Jason NewcombHandle `CARGO_TARGET_DIR` not being set in compile...
2022-08-17 borsAuto merge of #9341 - bmc-msft:suggest-map_or-instead...
2022-08-16 Samuel E. Moelius IIIFix adjacent code
2022-08-16 Samuel E. Moelius IIIEnhance `needless_borrow` to consider trait implementations
2022-08-16 borsAuto merge of #9343 - Serial-ATA:compiletest-target...
2022-08-16 SerialUse `CARGO_TARGET_DIR` in compile-test
2022-08-16 borsAuto merge of #9327 - Serial-ATA:non_ascii_literal_macr...
2022-08-16 Brian Caswellsuggest map_or in case_sensitive_file_extension_comparisons
2022-08-16 SerialFix [`non_ascii_literal`] in tests
2022-08-16 Sosthène Guédonunwrap_used and expect_used: trigger on uses of their...
2022-08-16 borsAuto merge of #9340 - alex-semenyuk:box_t, r=dswij
2022-08-16 borsAuto merge of #9040 - miam-miam100:unused_named_paramet...
2022-08-16 alexey semenyukFix example
2022-08-16 Nicholas NethercoteRename some things related to literals.
2022-08-16 Nicholas NethercoteShrink `ast::Attribute`.
2022-08-16 borsAuto merge of #9328 - stanislav-tkach:borrow_deref_ref...
2022-08-15 borsAuto merge of #9318 - lukaslueg:ifletmutexref, r=xFrednet
2022-08-15 Stanislav TkachSimplify the borrow_deref_ref lint example
2022-08-15 lukasluegFix label not starting with lcase-letter
2022-08-15 borsAuto merge of #9329 - xphoniex:fix-#9317, r=flip1995
2022-08-15 borsAuto merge of #96745 - ehuss:even-more-attribute-valida...
2022-08-14 xphoniexSkip `unnecessary_to_owned` when `t != t.to_string()`
2022-08-14 Guilherme-VasconcelosUpdate all tests to comply with clippy::manual_empty_st...
2022-08-14 Guilherme-VasconcelosImplement clippy::manual_empty_string_creations lint
next