]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #6621 - giraffate:improve_the_example_in_ref_in_deref, r=flip1995
[rust.git] / tests /
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-17 kai.giebeleradd test for doc_valid_idents "WebGL"
2021-01-17 kai.giebelerMerge remote-tracking branch 'upstream/master' 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...
2021-01-15 Jason NewcombInitial implementation of redundant_slicing lint
2021-01-15 borsAuto merge of #6500 - Javier-varez:case_sensitive_file_...
2021-01-15 ThibsGFix test due to recent Rustup merge
2021-01-15 ThibsGFix FP with empty return for `needless_return` lint
2021-01-15 borsAuto merge of #6574 - Jarcho:single_match_eq, r=Manishearth
2021-01-15 borsAuto merge of #6589 - giraffate:add_notes_of_prioritiza...
2021-01-15 borsAuto merge of #6555 - stanislav-tkach:patch-1, r=flip1995
2021-01-15 borsAuto merge of #6586 - flip1995:rustup, r=flip1995
2021-01-15 flip1995Don't trigger needless_return lint in macros
2021-01-15 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-01-14 Jason NewcombAddress review comments
2021-01-14 borsAuto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
2021-01-12 railFix the ICE 6539
2021-01-12 borsAuto merge of #6462 - flip1995:roadmap, r=flip1995...
2021-01-11 borsAuto merge of #6557 - rail-rain:extending_cast_ptr_alig...
2021-01-11 borsAuto merge of #6575 - flip1995:stop_linting_deps, r...
2021-01-11 Jason NewcombAdd: single_match will suggest using if .. == .. instea...
2021-01-09 borsAuto merge of #6565 - giraffate:small_fixes_of_doc_in_n...
2021-01-09 borsAuto merge of #6571 - ThibsG:BoxedLocalTrait, r=phansch
2021-01-09 ThibsGFix FP for `boxed_local` lint in default trait fn impl
2021-01-08 borsAuto merge of #6569 - camsteffen:symbol-comparison...
2021-01-08 Cameron SteffenAdd unnecessary symbol string lint
2021-01-08 Cameron SteffenAdd keywords to interning defined symbol lint
2021-01-08 Cameron SteffenUse DefId in interning defined symbol lint
2021-01-08 Cameron SteffenFix path_to_res for enum inherent items
2021-01-08 borsAuto merge of #6566 - giraffate:reduce_the_span_in_from...
2021-01-08 railMove `is_hir_ty_cfg_dependant` to `util`,
2021-01-08 Takayuki NakataReduce the span in `from_over_into` to impl header
2021-01-07 CaioReintroduce hir::ExprKind::If
2021-01-07 flip1995Change env var used for testing Clippy
2021-01-07 railCatch `pointer::cast` too in `cast_ptr_alignment`
2021-01-06 borsAuto merge of #6553 - phansch:field-reassign-with-defau...
2021-01-05 Philipp HanschFix macro issues with field_reassign_with_default
2021-01-05 Javier AlvarezFix case-sensitive extension check
2021-01-05 Javier AlvarezAdd case_sensitive_file_extensions lint
2021-01-05 borsAuto merge of #6542 - rail-rain:ptr_as_ptr, r=flip1995
2021-01-05 borsAuto merge of #6513 - nahuakang:fix/empty_enum_lint_nev...
2021-01-05 borsAuto merge of #6547 - camsteffen:curse-outdated, r...
2021-01-04 railFix the MSRV and add the tests for MSRV
2021-01-04 railAdd a new lint `ptr_as_ptr`,
2021-01-04 borsAuto merge of #6538 - Jarcho:vec_init_then_push, r...
2021-01-04 nahuakangRun cargo dev fmt
2021-01-04 nahuakangAddress flip1995's review comments
2021-01-04 borsAuto merge of #6507 - bengsparks:lint/issue6410, r...
2021-01-04 Benjamin SparksImplemented needless question mark lint
2021-01-04 borsAuto merge of #6544 - matthiaskrgr:else_if, r=flip1995
2021-01-04 Matthias Krügercollapsible_if: split collapsible_else_if into its...
2021-01-04 borsAuto merge of #6525 - phansch:fix-bless-in-subdirs...
2021-01-03 Matthias Krügermatch_like_matches_macro: strip refs in suggestion
2021-01-02 borsAuto merge of #6518 - ThibsG:CopyException, r=ebroto
2021-01-02 borsAuto merge of #6531 - matthiaskrgr:6522, r=ebroto
2021-01-02 Jason NewcombFix clone_on_copy test
2021-01-02 flip1995Use bootstrap rustc for versioncheck in Clippy
2021-01-02 borsAuto merge of #6520 - phansch:update-changelog, r=flip1995
2021-01-02 Jason NewcombAdd lint
2021-01-02 flip1995Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6...
2021-01-02 borsAuto merge of #6536 - flip1995:rustup, r=flip1995
2021-01-02 flip1995Use rustc --version in versioncheck
2021-01-02 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-01-01 Matthias Krügerfield_reassign_with_default: don't expand macros in...
2021-01-01 borsAuto merge of #6526 - matthiaskrgr:version, r=Manishearth
2020-12-31 Matthias Krügermake clippy version number correspond to rustc version...
2020-12-30 Mara BosRollup merge of #80495 - jyn514:rename-empty, r=petroch...
2020-12-30 ThibsGEnsure `Copy` exception in trait definition for `wrong_...
2020-12-29 Aaron HillRemove unnecessary semicolon from Clippy test
2020-12-28 nahuakangEnable never type in empty enum ui test; run cargo...
2020-12-28 borsAuto merge of #6510 - alex-700:fix-ptr-arg-lint, r...
2020-12-27 Aleksei Latyshevdon't ignore expression after first not matched method...
2020-12-27 borsAuto merge of #6506 - alex-700:add-path-buf-to-ptr...
2020-12-27 borsAuto merge of #6375 - camsteffen:reassign-default-priva...
2020-12-27 borsAuto merge of #6495 - matthiaskrgr:FN_FP_issue_template...
2020-12-25 borsAuto merge of #6505 - giraffate:fix_style_of_texts_in_m...
2020-12-25 Aleksei Latyshevlint &PathBuf instead of &Path in PTR_ARG
next