]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #6685 - magurotuna:filter_map_identity, r=phansch
[rust.git] / tests /
2021-02-07 borsAuto merge of #6685 - magurotuna:filter_map_identity...
2021-02-07 borsAuto merge of #6681 - 1c3t3a:1c3t3a-issue-6467, r=xFred...
2021-02-07 borsAuto merge of #6660 - camsteffen:path-to-local, r=llogiq
2021-02-07 borsAuto merge of #6688 - rust-lang:triagebot_update, r...
2021-02-07 borsAuto merge of #6682 - camsteffen:let-underscore-ref...
2021-02-06 Bastian KerstingFixed suggestion in macro invocations
2021-02-06 Bastian KerstingSwitched to `snippet_with_macro_callsite`
2021-02-06 Bastian KerstingRevert "Fixed for loop problem, corrected all occurence...
2021-02-06 borsAuto merge of #6684 - matthiaskrgr:versiontest_dont_bre...
2021-02-06 Bastian KerstingFixed for loop problem, corrected all occurences that...
2021-02-06 Yusuke TanakaAdd new lint `filter_map_identity`
2021-02-05 Matthias Krügertests: ignore check_that_clippy_has_the_same_major_vers...
2021-02-05 Cameron SteffenFix let_underscore_drop implements Drop logic
2021-02-05 Bastian KerstingFixed macro edge case for `semicolon_if_nothing_returne...
2021-02-05 Bastian KerstingFirst version of the lint
2021-02-05 borsAuto merge of #6679 - flip1995:ra_setup_abs_path, r...
2021-02-05 borsAuto merge of #6678 - TaKO8Ki:fix-typo, r=flip1995
2021-02-05 Takayuki Maedafix typo
2021-02-04 borsAuto merge of #6646 - nahuakang:for_loops_over_options_...
2021-02-04 nahuakangImprove lint message; add note for future autofixable...
2021-02-03 nahuakangAdd additional test cases and improve span lint
2021-02-03 borsAuto merge of #6669 - magurotuna:fix-test-name, r=flip1995
2021-02-03 Yusuke TanakaFix file names of flat_map_identity test
2021-02-03 borsAuto merge of #6667 - Manishearth:rustup, r=Manishearth
2021-02-03 Manish GoregaokarMerge branch 'sync-from-rust3' into rustup
2021-02-03 Manish GoregaokarMerge remote-tracking branch 'origin/master' into rustup
2021-02-02 nahuakangEnhance manual flatten
2021-02-02 Jack HueyRollup merge of #81260 - vn971:restore-editorconfig...
2021-02-02 borsAuto merge of #6639 - xFrednet:0000-configuration-docum...
2021-02-02 borsAuto merge of #81405 - bugadani:ast, r=cjgillot
2021-02-02 borsAuto merge of #6664 - camsteffen:path-to-res, r=Manishearth
2021-02-02 borsAuto merge of #6523 - brightly-salty:missing-panic...
2021-02-02 Caden HausteinAdd missing_panics_doc lint
2021-02-02 borsAuto merge of #6659 - phlip9:let_and_return_fix, r...
2021-02-02 borsAuto merge of #6661 - Manishearth:exhaustive-fix, r...
2021-02-02 Philipp KronesFix test formatting
2021-02-02 Manish Goregaokarexhaustive_structs: don't trigger for structs with...
2021-02-01 nahuakangImplement manual flatten lint
2021-02-01 nahuakangRename lint
2021-02-01 nahuakangAdd unit tests for new lint
2021-02-01 borsAuto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
2021-01-31 borsAuto merge of #6603 - ThibsG:MatchOverlappingArm5986...
2021-01-30 Mara BosUpdate clippy test output for panic macros.
2021-01-30 flip1995Merge commit '95c0459217d1661edfa794c8bb122452b92fb485...
2021-01-30 borsAuto merge of #6653 - flip1995:rustup, r=flip1995
2021-01-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-01-30 Philip HayesFix let_and_return false positive
2021-01-29 Yuki OkushiRollup merge of #81176 - camsteffen:qpath-res, r=oli-obk
2021-01-28 Yuki OkushiRollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikom...
2021-01-27 borsAuto merge of #6645 - camsteffen:syntax-highlighting...
2021-01-26 borsAuto merge of #6469 - matthiaskrgr:clippy_dev_crater...
2021-01-25 borsAuto merge of #6617 - Manishearth:exhaustive_enums...
2021-01-25 Manish GoregaokarAdd test with attrs
2021-01-25 borsAuto merge of #6630 - xFrednet:0000-configuration-docum...
2021-01-24 ThibsGAdd more tests for `match_overlapping_arm` lint
2021-01-22 borsAuto merge of #6403 - camsteffen:similar-names-undersco...
2021-01-22 borsAuto merge of #6619 - camsteffen:collapsible-match...
2021-01-22 Cameron SteffenEnhance collapsible_match for adjusted bindings
2021-01-22 borsAuto merge of #6591 - camsteffen:manual-filter-map...
2021-01-22 Manish GoregaokarClean up suggestion span; clarify help message
2021-01-22 Manish GoregaokarFix indentation of suggestion
2021-01-22 Manish GoregaokarAdd exhaustive_structs lint
2021-01-22 Mara BosRollup merge of #81236 - estebank:everybody-loop-now...
2021-01-22 borsAuto merge of #81135 - jyn514:no-backticks, r=flip1995
2021-01-22 Cameron SteffenReplace find_map with manual_find_map
2021-01-22 Cameron SteffenSplit filter_map into manual_filter_map
2021-01-21 Manish GoregaokarExhaustiveEnums -> ExhaustiveItems
2021-01-21 Manish GoregaokarMake exhaustive_enums only warn on exported items
2021-01-21 Manish GoregaokarNew lint: exhaustive_enums
2021-01-21 borsAuto merge of #6609 - giraffate:fix_wrong_suggestion_of...
2021-01-21 borsAuto merge of #6605 - kawogi:doc-markdown, r=llogiq
2021-01-21 borsAuto merge of #6532 - matthiaskrgr:mlmm, r=llogiq
2021-01-21 borsAuto merge of #6408 - pro-grammer1:master, r=oli-obk
2021-01-21 borsAuto merge of #6611 - pastchick3:master, r=flip1995
2021-01-21 pastchick3Improve the suggestion message of `stable_sort_primitive`.
2021-01-20 borsAuto merge of #6567 - camsteffen:path-to-res-enum,...
2021-01-20 borsAuto merge of #6475 - matsujika:capitalized_acronyms...
2021-01-20 Hirochika MatsumotoAdd new lint `upper_case_acronyms`
2021-01-20 Hirochika MatsumotoRun `cargo dev new_lint`
2021-01-20 borsAuto merge of #6578 - MarijnS95:size-in-element-count...
2021-01-19 Marijn Suijtensize_of_in_element_count: Disable lint on division...
2021-01-19 Marijn Suijtensize_of_in_element_count: Separate test file in express...
2021-01-19 Takayuki NakataFix a wrong suggestion of `ref_in_deref`
2021-01-19 borsAuto merge of #6577 - nahuakang:inspect_then_for_each...
2021-01-19 nahuakangCreate new lint for the usage of inspect for each.
2021-01-19 borsAuto merge of #6608 - rail-rain:note_on_as_conversions...
2021-01-19 borsAuto merge of #6606 - ThibsG:AddTestNeedlessReturn...
2021-01-18 ThibsGAdd test for `needless_return` lint
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-17 kai.giebeleradd test for doc_valid_idents "WebGL"
2021-01-17 kai.giebelerMerge remote-tracking branch 'upstream/master' into...
2021-01-17 Joshua NelsonFix formatting for removed lints
2021-01-17 borsAuto merge of #80679 - jackh726:predicate-kind-take2...
2021-01-17 ThibsGDo not lint when range is completely included into...
2021-01-17 pro-grammer1Add numeric literals to the write_literal and print_lit...
2021-01-17 pro-grammer1Remove numeric literals from print_literal and write_li...
2021-01-17 borsAuto merge of #6585 - Daniel-B-Smith:false-positive...
2021-01-17 borsAuto merge of #6528 - Jarcho:redundant_slicing, r=flip1995
2021-01-17 borsAuto merge of #6582 - rail-rain:ice_6539, r=flip1995
2021-01-17 borsAuto merge of #6549 - ThibsG:FixClosureNeedlessReturn...
next