]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-30 Jason NewcombAdd lint `suspicious_splitn`
2021-05-27 borsAuto merge of #7285 - camsteffen:mini-macro-move, r...
2021-05-27 Cameron SteffenMove mini-macro to auxilary
2021-05-27 borsAuto merge of #7284 - camsteffen:consts-reexport, r...
2021-05-27 Cameron SteffenRemove clippy_utils::consts re-export
2021-05-27 borsAuto merge of #7283 - flip1995:release-doc, r=giraffate
2021-05-27 flip1995Document to only push the created tag and not everything
2021-05-27 borsAuto merge of #7281 - camsteffen:has-doc-fp, r=flip1995
2021-05-27 borsAuto merge of #7282 - camsteffen:lint-stmt-expr, r...
2021-05-27 borsAuto merge of #7187 - camsteffen:avoid-break-exported...
2021-05-27 Cameron SteffenFix allow on some statement lints
2021-05-27 Cameron SteffenFix config file lookup
2021-05-27 Cameron SteffenAdd deprecated lint tests
2021-05-26 borsAuto merge of #7280 - camsteffen:macro-use, r=Manishearth
2021-05-26 Cameron SteffenEat dogfood
2021-05-26 Cameron SteffenAdd clippy.toml to project and tests
2021-05-26 Cameron SteffenUse break api config for upper_case_acronyms
2021-05-26 Cameron SteffenUse break api config for unnecessary_wraps
2021-05-26 Cameron SteffenUse break api config for enum_variant_names
2021-05-26 Cameron SteffenUse break api config for pass by value or ref
2021-05-26 Cameron SteffenUse break api config for wrong_pub_self_convention
2021-05-26 Cameron SteffenAdd avoid_breaking_exported_api config option
2021-05-26 Cameron SteffenFix missing_docs_in_private_items FP
2021-05-26 Cameron SteffenAdd macro_use clippy_utils
2021-05-25 borsAuto merge of #7256 - xFrednet:7172-trick-cargos-cachin...
2021-05-25 borsAuto merge of #7268 - mbartlett21:update_semi, r=Manish...
2021-05-25 mbartlett21Run `cargo fmt`
2021-05-25 mbartlett21Remove semicolons in `clippy_utils`
2021-05-25 mbartlett21Add semicolon in `needless_for_each.rs`
2021-05-25 mbartlett21Fix `same_item_push.rs`
2021-05-25 mbartlett21Add all the semicolons to `clippy_lints`
2021-05-25 mbartlett21Add semicolons up to `needless_for_each.rs`
2021-05-24 mbartlett21Move `semicolon_if_nothing_returned` to `pedantic`
2021-05-24 borsAuto merge of #7267 - camsteffen:sphash-improvements...
2021-05-24 Cameron SteffenHash Symbol directly
2021-05-24 Cameron SteffenFix SpanlessEq for GenericArg::Const
2021-05-24 Cameron SteffenAdd a short-circuiting case
2021-05-24 Cameron SteffenUse UnhashMap
2021-05-24 Cameron SteffenUse FxHasher
2021-05-24 Cameron SteffenUse discriminant instead of stable_hash
2021-05-24 Cameron SteffenMinor SpanlessHash improvements
2021-05-24 borsAuto merge of #7266 - mikerite:20210524_sus_nursery...
2021-05-24 Michael WrightDowngrade suspicious_op..._groupings to Nursery
2021-05-24 borsAuto merge of #7255 - whatisaphone:feat/similar-names...
2021-05-22 borsAuto merge of #7264 - yotamofek:from_iter_instead_colle...
2021-05-22 borsAuto merge of #7263 - Jarcho:redundant_closure_macro...
2021-05-22 Yotam OfekFix invalid syntax in `from_iter_instead_of_collect...
2021-05-21 Jason NewcombFix `redundant_closure` for `vec![]` macro in a closure...
2021-05-21 borsAuto merge of #7254 - Jarcho:needless_borrow_2, r=Manis...
2021-05-21 Jason NewcombMove `needless_borrow` to style
2021-05-21 borsAuto merge of #7105 - Jarcho:needless_borrow_pat, r...
2021-05-21 borsAuto merge of #7258 - YohDeadfall:update-copyrights...
2021-05-20 Yoh DeadfallUpdated years in copyrigths
2021-05-20 xFrednetAdding the ability to invalidate caches to force metada...
2021-05-20 John SimonAllow wparam and lparam in similar_names
2021-05-20 Jason NewcombImprove `needless_borrow` lint
2021-05-20 Jason NewcombRemove fix for rustc bug from `needless_borrow`
2021-05-20 borsAuto merge of #7253 - flip1995:shrink-monster, r=xFrednet
2021-05-20 flip1995Early return from LintPass registration when collecting...
2021-05-20 borsAuto merge of #7252 - flip1995:rustup, r=flip1995
2021-05-20 flip1995Bump nightly version -> 2021-05-20
2021-05-20 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-05-19 borsAuto merge of #7246 - xFrednet:7172-add-lint-level...
2021-05-19 Fridtjof StoldtFixed a type
2021-05-19 xFrednetAdding the default lint level to the metadata collection
2021-05-18 borsAuto merge of #84767 - scottmcm:try_trait_actual, r...
2021-05-18 borsAuto merge of #7089 - Jarcho:multiple_impls_generic...
2021-05-18 Jason NewcombImprove `multiple_inherent_impl` lint
2021-05-18 borsAuto merge of #7242 - Jarcho:implicit_return_ice, r...
2021-05-18 Jason NewcombFix ICE in `implicit_return`
2021-05-18 borsAuto merge of #7241 - flip1995:warn-deny-warnings,...
2021-05-18 flip1995Fix fallout from not ignoring warnings anymore
2021-05-18 flip1995Deny warning in every main sub-crate
2021-05-18 borsAuto merge of #7240 - flip1995:rollup-6nwjgyp, r=flip1995
2021-05-18 Philipp KronesRollup merge of #7239 - flip1995:ci-windows-rustup...
2021-05-18 Philipp KronesRollup merge of #7237 - hi-rustin:rustin-patch-command...
2021-05-18 Philipp KronesRollup merge of #7235 - camsteffen:manual-unwrap-or...
2021-05-18 flip1995CI: update rustup before installing the toolchain on...
2021-05-18 borsAuto merge of #7201 - mucinoab:master, r=giraffate
2021-05-18 hi-rustinAdd the command to add upstream remote
2021-05-18 Bruno A. MuciñoRemove powi, "square can be computed more efficiently"
2021-05-17 borsAuto merge of #7234 - camsteffen:if-let-else-braces...
2021-05-17 Cameron SteffenFix manual_unwrap_or FP deref reference
2021-05-17 Cameron SteffenRemove dead code after not linting else if let
2021-05-17 borsAuto merge of #7133 - arya-k:master, r=llogiq
2021-05-17 Cameron SteffenSimplify manual_unwrap_or
2021-05-17 borsAuto merge of #7223 - ThibsG:FpUselessConversion7205...
2021-05-17 borsAuto merge of #7233 - giraffate:fix_manual_unwrap_or_fp...
2021-05-17 ThibsGAdd generic args for comparison in `use_self` and ...
2021-05-17 Arya KumarFix missing variable init in lint example
2021-05-17 Takayuki NakataFix a `manual_unwrap_or` FP with deref coercion
2021-05-17 borsAuto merge of #7225 - InquisitivePenguin:unnessecary...
2021-05-17 borsAuto merge of #7216 - ThibsG:OptionIfLetElse7006, r...
2021-05-17 borsAuto merge of #85178 - cjgillot:local-crate, r=oli-obk
2021-05-16 borsAuto merge of #7214 - xFrednet:7197-collecting-configur...
2021-05-16 borsAuto merge of #7217 - xFrednet:7172-metadata-collection...
2021-05-15 xFrednetApplying PR suggestions and cleaning up
2021-05-15 Jackson Lewisupdate_lints
2021-05-15 Jackson LewisUnnecessary -> Unused
2021-05-14 Jackson LewisImplement unnecessary-async and UI test
next