]> git.lizzy.rs Git - rust.git/history - tests
Actually lint parking_lot in await_holding_lock
[rust.git] / tests /
2022-02-17 flip1995Actually lint parking_lot in await_holding_lock
2022-02-17 flip1995Improve lint message of await_holding_*
2022-02-17 borsAuto merge of #8218 - Jarcho:redundant_slicing_deref...
2022-02-17 borsAuto merge of #8441 - Jarcho:needless_borrow_temp,...
2022-02-17 borsAuto merge of #8433 - hellow554:update_default_trait...
2022-02-17 Marcel HellwigDon't lint Default::default if it is the udpate syntax...
2022-02-17 Jason NewcombMove some cases from `redundant_slicing` to `deref_by_s...
2022-02-17 Jason NewcombSplit off new lint `deref_by_slicing` from `redundant_s...
2022-02-17 Jason NewcombAccount for auto-borrows and precedence in `redundant_s...
2022-02-17 Jason NewcombImprove `redundant_slicing` lint
2022-02-17 Jason NewcombDon't lint `needless_borrow` in method receiver positions
2022-02-16 borsAuto merge of #8188 - jamesmcm:recursive_display_impl...
2022-02-14 James McMurrayAdd recursive_format_impl lint
2022-02-14 borsAuto merge of #8425 - Jarcho:transmute_8417, r=giraffate
2022-02-14 borsAuto merge of #8427 - Jarcho:merge_cargo_passes, r...
2022-02-14 borsAuto merge of #8429 - nsunderland1:master, r=llogiq
2022-02-14 nsunderland1Document `pub` requirement for `new_without_default...
2022-02-13 Jason NewcombFix `transmute_undefined_repr` with single field `...
2022-02-11 borsAuto merge of #8411 - Alexendoo:dbg_macro, r=flip1995
2022-02-11 Alex MacleodMigrate `dbg_macro` to late pass
2022-02-10 borsAuto merge of #8409 - flip1995:rustup, r=flip1995
2022-02-10 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-02-09 borsAuto merge of #8404 - camsteffen:rm-ui-test, r=flip1995
2022-02-09 Yuki OkushiRollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis
2022-02-08 Cameron SteffenFactor out ui_test suite
2022-02-08 borsAuto merge of #8374 - Alexendoo:bless-revisions, r...
2022-02-07 borsAuto merge of #8305 - camsteffen:util-cleanup, r=flip1995
2022-02-06 borsAuto merge of #8326 - matthiaskrgr:warn_on_multi_config...
2022-02-06 Matthias Krügerignore test on windows since I don't know why compilete...
2022-02-06 borsAuto merge of #8398 - Jarcho:unordered_transmute, r...
2022-02-06 Alex MacleodSupport `cargo dev bless` for tests with revisions
2022-02-05 Jason NewcombAdd lint `transumte_undefined_repr`
2022-02-05 borsAuto merge of #8365 - Alexendoo:explicit-write-suggesti...
2022-02-05 borsAuto merge of #8372 - tamaroning:unwrap_used, r=llogiq
2022-02-05 Alex MacleodAdd `explicit_write` suggestions for `write!`s with...
2022-02-05 Alex MacleodUse source callsite in FormatArgsExpn::inputs_span
2022-02-05 borsAuto merge of #8376 - dswij:8373, r=camsteffen
2022-02-02 borsAuto merge of #8382 - tamaroning:suggest_iter_instead_o...
2022-02-01 borsAuto merge of #8370 - smoelius:master, r=flip1995
2022-02-01 borsAuto merge of #8387 - Jarcho:ptr_arg_8386, r=flip1995
2022-02-01 Jason NewcombFix ICE in `ptr_arg`
2022-02-01 borsAuto merge of #8330 - flip1995:changelog, r=llogiq
2022-02-01 Matthias KrügerRollup merge of #93290 - lcnr:same_type, r=jackh726
2022-02-01 lcnrsilence lint in clippy
2022-02-01 tamaronupdate test suites
2022-01-31 Matthias Krügermultiple configs: add tests
2022-01-31 borsAuto merge of #8369 - Jarcho:ptr_arg_8366, r=flip1995
2022-01-31 dswijFix `chars_next_cmp` suggestion not escaped
2022-01-31 borsAuto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum
2022-01-30 borsAuto merge of #8322 - jubnzv:8282-single-match, r=llogiq
2022-01-30 tamaronadd attributes
2022-01-30 tamaronupdate get_unwrap.rs
2022-01-30 tamaronupdate testsuite
2022-01-29 Jason NewcombDon't lint `ptr_arg` for `&mut _` types in trait items
2022-01-29 borsAuto merge of #8289 - jubnzv:unspecified-layout-union...
2022-01-29 Georgy KomarovAdd `default_union_representation` lint
2022-01-28 borsAuto merge of #8250 - pr2502:fix_repeat_underflow,...
2022-01-28 borsAuto merge of #8354 - dswij:8345, r=giraffate
2022-01-27 maxfix underflow in `check_manual_split_once` lint
2022-01-27 flip1995Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6...
2022-01-27 borsAuto merge of #8359 - flip1995:rustup, r=flip1995
2022-01-27 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-26 borsAuto merge of #8350 - dswij:8331, r=Manishearth
2022-01-26 Georgy Komarovmatches: Restore `match_type` logic; add tests for...
2022-01-26 Georgy KomarovMerge remote-tracking branch 'origin/master' into 8282...
2022-01-26 Dharma Saputra Wijayafix bad suggestion on `numeric_literal`
2022-01-25 borsAuto merge of #93095 - Aaron1011:remove-assoc-ident...
2022-01-24 borsAuto merge of #8315 - dswij:8306, r=giraffate
2022-01-23 borsAuto merge of #8311 - dswij:8277, r=llogiq
2022-01-23 dswijfix `needless_question_mark` not considering async fn
2022-01-23 borsAuto merge of #8217 - Jarcho:needless_borrow_8191,...
2022-01-23 Jason NewcombSubsume `ref_in_deref` into `needless_borrow`
2022-01-23 Jason NewcombRemove final reference on fields and method calls in...
2022-01-22 borsAuto merge of #8278 - Alexendoo:needless-lifetime-expli...
2022-01-22 Alex Macleod`needless_lifetimes`: ignore lifetimes in explicit...
2022-01-21 borsAuto merge of #8271 - Jarcho:ptr_arg_214, r=flip1995
2022-01-21 Jason NewcombFix `needless_borrow` causing mutable borrows to be...
2022-01-21 Jason Newcomb`ptr_arg` cleanup
2022-01-21 Cameron SteffenRemove a span from hir::ExprKind::MethodCall
2022-01-21 borsAuto merge of #8329 - Alexendoo:enum-variant-names...
2022-01-21 Alex MacleodDon't suggest an empty variant name in `enum_variant_names`
2022-01-21 borsAuto merge of #91359 - dtolnay:args, r=Mark-Simulacrum
2022-01-21 Georgy Komarov single_match: Clarify the `don't lint` test case
2022-01-20 Georgy Komarovsingle_match: Don't lint non-exhaustive matches; suppor...
2022-01-20 dswij`trait_duplication_in_bounds` checks path segments...
2022-01-19 borsAuto merge of #8280 - xFrednet:8276-map-clone-msrv...
2022-01-19 borsAuto merge of #8304 - camsteffen:test-tweaks, r=flip1995
2022-01-18 borsAuto merge of #87648 - JulianKnodt:const_eq_constrain...
2022-01-18 borsAuto merge of #93001 - flip1995:clippyup, r=Manishearth
2022-01-18 borsAuto merge of #8298 - ebobrow:op_ref_fp, r=giraffate
2022-01-17 David TolnayBless clippy ui tests after format_args change
2022-01-17 Cameron SteffenRemove __CLIPPY_INTERNAL_TESTS env var
2022-01-17 flip1995Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97...
2022-01-17 borsAuto merge of #8292 - marekdownar:8239, r=xFrednet
2022-01-17 borsAuto merge of #8302 - xFrednet:0000-move-return-self...
2022-01-17 xFrednetMove `return_self_not_must_use` to `pedantic`
2022-01-17 Marek Downarremoving unsafe from test fn's && renaming shrink to...
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-17 borsAuto merge of #8299 - marekdownar:8214, r=Manishearth
2022-01-17 borsAuto merge of #8297 - Jarcho:if_same_then_else_7579...
next