]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #8544 - nellorocca:dev/5757, r=flip1995
[rust.git] / tests /
2022-03-16 borsAuto merge of #8544 - nellorocca:dev/5757, r=flip1995
2022-03-16 borsAuto merge of #8547 - Jarcho:transmute_8501, r=flip1995
2022-03-16 Jason NewcombFix checking transmutes with adjusted types
2022-03-16 Jason NewcombDon't lint `transmute_undefined_repr` on unions.
2022-03-16 Jason NewcombDon't lint fat pointer to `(usize, usize)` conversion...
2022-03-16 Jason NewcombFix `transmute_undefined_repr` for single element tuples
2022-03-15 borsAuto merge of #8509 - smoelius:fix-8507, r=giraffate
2022-03-14 borsAuto merge of #8537 - xFrednet:7923-single-component...
2022-03-14 xFrednetAllow `single_component_path_imports` for all macros
2022-03-14 borsAuto merge of #8534 - flip1995:rustup, r=flip1995
2022-03-14 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-13 borsAuto merge of #8422 - buttercrab:only_used_in_recursion...
2022-03-13 borsAuto merge of #8471 - J-ZhengLi:master-issue7040, r...
2022-03-10 J-ZhengLiadd checking for `x -> x` and `ref x -> x` and related...
2022-03-10 Jaeyong Sungfix to lint Self::function
2022-03-10 borsAuto merge of #8070 - CrazyRoka:update-gh-pages-checkbo...
2022-03-10 J-ZhengLirename lint to `needless_match`
2022-03-08 J-ZhengLifix a bug that caused internal test fail
2022-03-08 J-ZhengLiadd nop if-let expression check.
2022-03-07 borsAuto merge of #94706 - matthiaskrgr:rollup-l5erynr...
2022-03-07 Eric HolkUpdate and fix clippy tests
2022-03-07 J-ZhengLiadd basic code to check nop match blocks
2022-03-07 Jaeyong Sungadd test for trait recursion
2022-03-06 Matthias KrügerRollup merge of #94617 - pierwill:update-itertools...
2022-03-06 borsAuto merge of #8445 - asquared31415:slice_ptr_cast...
2022-03-06 Samuel E. Moelius IIIFix #8507
2022-03-05 Jaeyong Sungdon't lint when implementing trait
2022-03-05 Esteban KuberDo not point at whole file missing `fn main`
2022-03-04 borsAuto merge of #8504 - xFrednet:8502-allow-lint-without...
2022-03-04 asquared31415lint for casting raw pointers to slices with different...
2022-03-04 xFrednetAdd lint to detect `allow` attributes without reason
2022-03-03 borsAuto merge of #8500 - rust-lang:testless-dbg-macro...
2022-03-03 Andre BogusOmit dbg_macro in test code
2022-03-03 borsAuto merge of #8414 - MiSawa:fix/optimize-redundant...
2022-03-03 borsAuto merge of #8483 - ldm0:iter_with_drain_simple,...
2022-03-03 borsAuto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk
2022-03-03 borsAuto merge of #8497 - Manishearth:transmute-undefined...
2022-03-03 Liu DingmingSuggest `into_iter()` over `drain(..)`
2022-03-03 Ralf Jungbless clippy
2022-03-02 borsAuto merge of #8489 - smoelius:unnecessary-find-map...
2022-03-02 borsAuto merge of #8456 - ebobrow:use_self_pat, r=llogiq
2022-03-02 borsAuto merge of #8174 - rust-lang:missing-spin-loop,...
2022-03-02 Andre Bogusnew lint: `missing-spin-loop`
2022-03-02 borsAuto merge of #8432 - dtolnay-contrib:transmuteundefine...
2022-03-02 borsAuto merge of #8491 - matthiaskrgr:no_num_cpus, r=flip1995
2022-03-02 Samuel E. Moelius IIIAdd `unnecessary_find_map` lint
2022-03-01 Matthias Krügertests: use std::thread::available_parallelism() instead...
2022-03-01 borsAuto merge of #8488 - flip1995:ci-cargo-dev-new-lint...
2022-03-01 borsAuto merge of #8313 - flip1995:msrv-internal-lint,...
2022-03-01 flip1995Implement internal lint for MSRV lints
2022-02-28 borsAuto merge of #8479 - smoelius:unnecessary-filter-map...
2022-02-28 Samuel E. Moelius IIIAdd tests to tests/ui/unnecessary_filter_map.rs
2022-02-27 borsAuto merge of #8476 - xFrednet:0000-update-edition...
2022-02-26 Elliot Bobrowcheck `use_self` in `pat`
2022-02-26 borsAuto merge of #8462 - ken-matsui:use-precise-namespace...
2022-02-26 flip1995Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436...
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-25 J-ZhengLiadd tests, add base bone for the new lint
2022-02-25 borsAuto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
2022-02-24 Dylan DPCRollup merge of #93714 - compiler-errors:can-type-impl...
2022-02-24 Vadim PetrochenkovUpdate clippy tests
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-22 Ken MatsuiUse the precise namespace for `Reverse`
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...
next