]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-11-28 togami2864apply iter_cloned_collect to copied()
2021-11-20 togami2864add test suit
2021-11-19 borsAuto merge of #7984 - phansch:disallowed-type-rename...
2021-11-19 borsAuto merge of #7996 - togami2864:test-map-or-none,...
2021-11-19 togami2864fix stderr
2021-11-19 togami2864add test case for result_map_or_into_option
2021-11-18 borsAuto merge of #7977 - Jarcho:multi_needless_borrow...
2021-11-18 flip1995Also pluralize disallowed_method(s) lint
2021-11-18 Philipp HanschPluralize disallowed_type lint filenames
2021-11-18 Philipp HanschPluralize disallowed_type lint
2021-11-18 borsAuto merge of #7994 - flip1995:rustup, r=flip1995
2021-11-18 flip1995Bump nightly version -> 2021-11-18
2021-11-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-18 borsAuto merge of #7992 - togami2864:fix-typo, r=giraffate
2021-11-18 togami2864fix typo
2021-11-17 borsAuto merge of #7968 - Jarcho:manual_map_unsafe, r=xFrednet
2021-11-17 borsAuto merge of #7971 - togami2864:fix/option-map-or...
2021-11-17 togami2864fix suggestion message
2021-11-17 Jason NewcombAddition `manual_map` test for `unsafe` blocks
2021-11-17 Jason NewcombMinor simplification to `manual_map`
2021-11-17 togami2864check whether stmts is empty or not in block
2021-11-17 borsAuto merge of #7988 - giraffate:fix_ice_on_undocumented...
2021-11-17 togami2864add multi-line test case
2021-11-17 borsAuto merge of #7898 - F3real:unit_struct, r=camsteffen
2021-11-17 Takayuki NakataFix ICE on `undocumented_unsafe_blocks`
2021-11-17 borsAuto merge of #7896 - surechen:fix_manual_split_once...
2021-11-17 surechenfixes: #7889
2021-11-16 F3realDon't show no_effect warning on unit structs implementi...
2021-11-16 borsAuto merge of #7982 - Blckbrry-Pi:master, r=llogiq
2021-11-16 Skyler CalamanFix readability suggestions.
2021-11-16 Skyler CalamanSuccessfully generalize prevention of suggestions causi...
2021-11-16 togami2864resolve CI
2021-11-16 borsAuto merge of #7639 - Jarcho:whitelist_cheap_functions...
2021-11-16 Jason NewcombImprove heuristics for determining whether eager of...
2021-11-15 Jason NewcombImprove `needless_borrow` lint.
2021-11-15 togami2864move the let statement out of the macro
2021-11-15 togami2864fix fmt
2021-11-15 togami2864add comment
2021-11-15 togami2864fix a bug that the closure arguments are not displayed
2021-11-15 togami2864add reduce_unit_expression
2021-11-15 borsAuto merge of #7974 - matthiaskrgr:7973_opt_map_or_else...
2021-11-15 togami2864add test case for option_map_or_none
2021-11-15 borsAuto merge of #7957 - surechen:fix_for_7854, r=giraffate
2021-11-15 surechenSupport suggestion for #7854
2021-11-14 Skyler CalamanFix specific code outlined in issue #7975.
2021-11-13 Matthias Krügeroption_if_let_else: don't expand macros in suggestion
2021-11-13 togami2864fix suggestion in option_map_or_none
2021-11-13 borsAuto merge of #7969 - togami2864:fix-typo, r=xFrednet
2021-11-13 togami2864fix typo
2021-11-13 Jason NewcombFix `manual_map` suggestion when used with unsafe funct...
2021-11-12 borsAuto merge of #7966 - Alexendoo:batch-rustfmt, r=camsteffen
2021-11-12 Alex MacleodRun rustfmt on batches of multiple files
2021-11-12 Alex MacleodRun clippy_dev workflow on current rust-toolchain
2021-11-12 Alex MacleodAdd rustfmt component to rust-toolchain
2021-11-12 borsAuto merge of #7948 - 5225225:castlosslessbool, r=llogiq
2021-11-12 5225225Change cast_lossless message for bools only
2021-11-12 borsAuto merge of #7963 - Jarcho:dev_fmt, r=flip1995
2021-11-12 Jason NewcombUse rustfmt version from `rust-toolchain`
2021-11-11 borsAuto merge of #7956 - camsteffen:author, r=llogiq
2021-11-11 borsAuto merge of #7643 - xFrednet:7569-splits-for-slices...
2021-11-11 xFrednetNew `index_refutable_slice` lint
2021-11-11 Cameron SteffenMake author DRYer
2021-11-11 borsAuto merge of #7813 - xFrednet:6492-lint-version, r...
2021-11-11 xFrednetNew internal lint to make `clippy::version` attribute...
2021-11-11 borsAuto merge of #7877 - dswij:no-std-fp, r=camsteffen
2021-11-11 dswijAdd test for `swap` lint when `no_std` is present
2021-11-11 dswijCheck for no_std and no_core attribute in `swap` lint
2021-11-11 dswijRefactor utils on checking attribute
2021-11-10 Cameron Steffenauthor: Remove needless `ref`s
2021-11-10 Cameron Steffenauthor: reorder match arm
2021-11-10 Cameron Steffenauthor: fix some bugs
2021-11-10 Cameron Steffenauthor: name qpath consistently
2021-11-10 xFrednetAddress review feedback
2021-11-10 xFrednetUpdated version label and style on Clippy's lint list
2021-11-10 xFrednetAdd lint to check for invalid `clippy:version` attributes
2021-11-10 xFrednetAdded `clippy::version` attribute to all normal lints
2021-11-10 xFrednetManually add `clippy::version` attribute to deprecated...
2021-11-10 xFrednetDocument new `clippy::version` attribute and make it...
2021-11-10 xFrednetAdd clippy version to Clippy's lint list
2021-11-10 xFrednetAdded `clippy::version` attribute as lint metadata
2021-11-10 borsAuto merge of #7955 - dswij:let-else-early-return,...
2021-11-10 dswij`semicolon_if_nothing_returned` now checks if the stmt...
2021-11-10 dswijAdd `semicolon_if_nothing_returned` test for `let-else...
2021-11-09 borsAuto merge of #7951 - mikerite:matches-20211109, r...
2021-11-09 borsAuto merge of #7950 - Serial-ATA:issue-7920, r=llogiq
2021-11-09 Matthias KrügerRollup merge of #89561 - nbdd0121:const_typeck, r=nikom...
2021-11-09 5225225Check MSRV for bool to int from impl
2021-11-09 5225225fix dogfood lint on clippy_utils
2021-11-09 5225225Lint for bool to integer casts in `cast_lossless`
2021-11-09 borsAuto merge of #7949 - Serial-ATA:issue-7921, r=flip1995
2021-11-09 SerialFix suggestion for deref expressions in redundant_patte...
2021-11-09 borsAuto merge of #90700 - fee1-dead:select-returns-vec...
2021-11-09 borsAuto merge of #87337 - jyn514:lint-error, r=oli-obk...
2021-11-09 borsAuto merge of #90485 - camsteffen:fmt-args-less-bind...
2021-11-09 Michael Wrightmatches: remove `pub` from some items
2021-11-09 Michael WrightImprove variable naming 2
2021-11-09 Michael WrightImprove variable naming
2021-11-09 Michael WrightSimplify range comparison code
2021-11-09 Michael WrightChange `Bound` to `EndBound`
2021-11-09 Michael WrightRemove `unimplemented!()` case in matches code
next