]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #8464 - Jarcho:ptr_arg_8463, r=camsteffen
[rust.git] / tests /
2022-02-26 borsAuto merge of #8464 - Jarcho:ptr_arg_8463, r=camsteffen
2022-02-26 borsAuto merge of #8453 - tamaroning:fix_large_enum_variant...
2022-02-25 borsAuto merge of #8253 - Alexendoo:print-in-fmt, r=camsteffen
2022-02-25 Alex MacleodAdd `print_in_format_impl` lint
2022-02-25 borsAuto merge of #8474 - Alexendoo:paths, r=Manishearth
2022-02-25 borsAuto merge of #8472 - Mastermindaxe:#8152_new-without...
2022-02-25 Florian NagelDisable ``[`new-without-default`]`` for new() methods...
2022-02-24 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-02-23 borsAuto merge of #8466 - tamaroning:fix_reduntant_closure...
2022-02-23 tamaronfix
2022-02-23 Jason NewcombFix counting the number of unchangeable arguments in...
2022-02-22 borsAuto merge of #8451 - matthiaskrgr:ui_speedup, r=llogiq
2022-02-21 borsAuto merge of #8443 - Jarcho:match_cfg_arm, r=flip1995
2022-02-21 tamaronfix
2022-02-20 Matthias Krügertests: default to more threads for ui-tests
2022-02-18 borsAuto merge of #8440 - Jarcho:transmute_undefined, r...
2022-02-18 Jason NewcombFix `transmute_undefined_repr` when converting between...
2022-02-18 Jason NewcombAllow transmuting fat pointers to some types in `transm...
2022-02-18 Jason NewcombAllow various type erasure patterns in `transmute_undef...
2022-02-18 Jason NewcombFix `transmute_undefined_repr` when converting between...
2022-02-18 borsAuto merge of #8381 - Jarcho:cast_possible_truncation_5...
2022-02-18 Jason NewcombNew lint `cast_enum_truncation`
2022-02-18 Jason NewcombLint enum-to-int casts with `cast_possible_truncation`
2022-02-18 borsAuto merge of #8419 - flip1995:await_parking_alot,...
2022-02-18 borsAuto merge of #94088 - oli-obk:revert, r=jackh726
2022-02-17 borsAuto merge of #8442 - rsmantini:issue-8120-fix, r=Manis...
2022-02-17 Jason NewcombRemove hack testing for `cfg` attribute in `match_singl...
2022-02-17 Rodrigo Mantinitrigger ptr_as_ptr inside macros
2022-02-17 Jason NewcombCheck for `cfg` attrubutes before linting `match` expre...
2022-02-17 flip1995Add test for drop-before-await FP
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 Oli SchererRevert "Auto merge of #91403 - cjgillot:inherit-async...
2022-02-17 borsAuto merge of #8441 - Jarcho:needless_borrow_temp,...
2022-02-17 Jason NewcombDon't lint `needless_borrow` in method receiver positions
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 #93938 - BoxyUwU:fix_res_self_ty, r=lcnr
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-12 Camille GILLOTBless clippy test.
2022-02-11 borsAuto merge of #93893 - oli-obk:sad_revert, r=oli-obk
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 flip1995Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c...
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...
next