]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #7289 - camsteffen:needless-collect-shadow, r=Manishearth
[rust.git] / tests /
2021-06-04 borsAuto merge of #7289 - camsteffen:needless-collect-shado...
2021-06-04 borsAuto merge of #7319 - m-ou-se:cfg-not-const, r=camsteffen
2021-06-04 Mara BosAdd test for not linting on assert!(cfg!(..)).
2021-06-03 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-06-01 borsAuto merge of #7297 - flip1995:rm-cov, r=giraffate
2021-06-01 borsAuto merge of #7265 - Jarcho:manual_str_repeat, r=giraffate
2021-05-31 Jason NewcombFix type checks for `manual_str_repeat`
2021-05-31 Jason NewcombAdd lint `manual_str_repeat`
2021-05-31 borsAuto merge of #7294 - stevenengler:unsafe-ptr-deref...
2021-05-31 Steven EnglerUpdate message for 'not_unsafe_ptr_arg_deref' lint
2021-05-30 borsAuto merge of #7292 - Jarcho:suspicious_splitn, r=flip1995
2021-05-30 Jason NewcombEvaluate constant expressions in `suspicious_splitn`
2021-05-30 Jason NewcombAdd lint `suspicious_splitn`
2021-05-28 borsAuto merge of #7287 - Jarcho:ice_7272, r=flip1995
2021-05-28 Jason NewcombFix ICE in `too_many_lines` due to wrong assumptions...
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 #7283 - flip1995:release-doc, r=giraffate
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 SteffenAdd deprecated lint tests
2021-05-26 borsAuto merge of #7280 - camsteffen:macro-use, r=Manishearth
2021-05-26 Cameron SteffenAdd clippy.toml to project and tests
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-25 borsAuto merge of #7256 - xFrednet:7172-trick-cargos-cachin...
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 #7105 - Jarcho:needless_borrow_pat, r...
2021-05-21 borsAuto merge of #7258 - YohDeadfall:update-copyrights...
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 flip1995Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577...
2021-05-20 borsAuto merge of #7252 - flip1995:rustup, r=flip1995
2021-05-20 flip1995Merge remote-tracking branch 'upstream/master' into...
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 #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 borsAuto merge of #7201 - mucinoab:master, r=giraffate
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 borsAuto merge of #7133 - arya-k:master, r=llogiq
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 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 Jackson LewisUnnecessary -> Unused
2021-05-14 Jackson LewisImplement unnecessary-async and UI test
2021-05-14 ayushmishra2005Addressed PR coments
2021-05-14 ayushmishra2005Improve match statements
2021-05-13 borsAuto merge of #7222 - ThibsG:WrongSelfTest, r=Manishearth
2021-05-13 ThibsGAdd sized trait for `wrong_self_convention` lint test
2021-05-13 borsAuto merge of #7188 - mgacek8:issue7164_needless_collec...
2021-05-13 borsAuto merge of #7215 - ThibsG:WrongSelfFix7179, r=Manish...
2021-05-13 borsAuto merge of #7095 - Y-Nak:match_single_binding, r...
2021-05-13 borsAuto merge of #6966 - Jarcho:while_let_on_iterator_fp...
2021-05-13 ThibsGStop linting `else if let` pattern in `option_if_let_el...
2021-05-13 ThibsGTrigger `wrong_self_convention` only if it has implicit...
2021-05-13 Jason NewcombFix test comment for `while_let_on_iterator`
2021-05-13 Jason NewcombCleanup of `while_let_on_iterator`
2021-05-13 Jason NewcombImprovements to `while_let_on_iterator`
2021-05-13 Yoshitomo Nakanishimatch_single_binding: Fix invalid suggestion when match...
2021-05-12 xFrednetAdded `cargo collect-metadata` as a alias for the metad...
2021-05-12 Aaron HillShow macro name in 'this error originates in macro...
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-11 Arya Kumaradded `needless_bitwise_bool` lint
2021-05-11 borsAuto merge of #85109 - RalfJung:remove-const_fn, r...
2021-05-11 Ralf Jungfix clippy test
2021-05-10 borsAuto merge of #7203 - flip1995:beta, r=llogiq
2021-05-10 borsAuto merge of #85053 - camsteffen:duplicate-lint, r...
2021-05-10 borsAuto merge of #7170 - flip1995:revert_drop_order, r...
2021-05-08 borsAuto merge of #7165 - camsteffen:question-mark, r=Manis...
2021-05-07 Cameron SteffenFix duplicate unknown lint errors
2021-05-07 Mateusz Gacekneedless_collect: Lint `LinkedList` and `BinaryHeap...
2021-05-07 Mateusz Gacekneedless_collect: For `BTreeMap` and `HashMap` lint...
2021-05-07 borsAuto merge of #7183 - th1000s:write_nl_hint, r=flip1995
2021-05-07 borsAuto merge of #7182 - mgacek8:wrong_self_convention_to_...
2021-05-06 Thomas OttoHandle write!(buf, "\n") case better
next