]> git.lizzy.rs Git - rust.git/history - tests/ui
Merge pull request #2984 from flip1995/single_char_pattern
[rust.git] / tests / ui /
2018-07-31 Philipp HanschMerge pull request #2984 from flip1995/single_char_pattern
2018-07-31 flip1995single_char_pattern: lint only on the argument span
2018-07-29 Philipp KronesMerge pull request #2917 from mikerite/issue2894
2018-07-29 Philipp HanschMerge pull request #2959 from chrisduerr/master
2018-07-28 Michael WrightMerge branch 'master' into issue2894
2018-07-26 Oliver SchneiderMerge pull request #2963 from commandline/master
2018-07-25 Thomas GideonFix copy-paste error
2018-07-25 Thomas GideonAnd the ones annotating the source file name.
2018-07-25 Thomas GideonUpdate line numbers
2018-07-25 Thomas GideonFix regression in print_literal
2018-07-25 Philipp HanschMerge pull request #2960 from matthiaskrgr/typos
2018-07-25 Philipp HanschMerge pull request #2948 from Nemo157/patch-1
2018-07-25 Matthias Krügerfix a bunch of typos found by codespell
2018-07-25 Matthias KrügerMerge branch 'master' into typos
2018-07-25 Michael WrightMerge branch 'master' into issue2894
2018-07-24 Philipp KronesMerge pull request #2951 from etaoins/allow-pass-by...
2018-07-24 Philipp KronesMerge pull request #2953 from dwijnand/misrefactored_as...
2018-07-24 Ryan CummingMerge branch 'master' into allow-pass-by-ref-on-ref...
2018-07-24 Oliver SchneiderMerge pull request #2949 from rust-lang-nursery/preexpa...
2018-07-23 Ryan CummingAllow pass by reference if we return a reference
2018-07-22 Oliver SchneiderRewrite the print/write macro checks as a PreExpansionPass
2018-07-20 Manish GoregaokarMerge branch 'macro-use' into HEAD
2018-07-20 Manish GoregaokarMerge branch 'pr-2939' into HEAD
2018-07-19 Philipp KronesMerge pull request #2936 from flip1995/useless_lint_attr
2018-07-19 flip1995Skip useless_attribute lint on allow(unused_imports...
2018-07-17 Michael WrightFix use_self regressions
2018-07-17 Michael WrightMerge branch 'master' into issue2894
2018-07-16 Manish GoregaokarMerge pull request #2923 from rust-lang-nursery/kind
2018-07-16 Oliver SchneiderUpdate test output to changes in rustc
2018-07-16 csmoeDeclKind
2018-07-16 csmoeStmtKind
2018-07-16 csmoeTyKind
2018-07-16 csmoeBinOpKind
2018-07-16 csmoeExprKind
2018-07-15 Michael WrightFix #2894
2018-07-07 Manish GoregaokarMerge branch 'pr-2889'
2018-07-05 Oliver SchneiderMerge pull request #2895 from gnzlbg/lint_no_inline
2018-07-04 gnzlbgdo not apply lint to executable crate type
2018-07-04 gnzlbgadd missing_inline lint
2018-07-01 Oliver SchneiderRustup
2018-06-29 Georg BrandlFix badly mangled lint message for neg-cmp-op-on-partia...
2018-06-28 Oliver SchneiderMerge pull request #2832 from kennytm/non-copy-const
2018-06-26 Manish GoregaokarMerge pull request #2872 from rust-lang-nursery/pedanti...
2018-06-26 Oliver SchneiderMerge pull request #2873 from mati865/edition2018_next_step
2018-06-26 Oliver SchneiderMerge pull request #2849 from mikerite/issue_2741
2018-06-26 Michael WrightMerge branch 'master' into issue_2741
2018-06-22 kennytmLint against const items which are interior mutable...
2018-06-21 Oliver SchneiderMerge pull request #2790 from shnewto/vectors-to-indexi...
2018-06-20 Oliver SchneiderMerge pull request #2859 from 0ndorio/fix/false_positiv...
2018-06-20 Bruno KirschnerAllows neg_cmp_op_on_partial_ord for external macros...
2018-06-20 Philipp HanschMerge pull request #2858 from phansch/update_allowed_fa...
2018-06-19 Shea NewtonRemoving lint for constant `usize` array indexing
2018-06-19 Shea NewtonAdd tests that index with a `const` value.
2018-06-19 Shea NewtonRevisiting indexing_slicing test cases
2018-06-19 Shea NewtonSecond pass at addressing changes requested
2018-06-19 Shea NewtonThis commit represents an attempt to address changes...
2018-06-19 Shea NewtonRename instances of `array_indexing`
2018-06-19 Shea Newton Extend `indexing_slicing` lint
2018-06-19 Oliver SchneiderMerge pull request #2855 from uHOOCCOOHu/impl-fn-lifetime
2018-06-19 uHOOCCOOHuAdd notes for test examples.
2018-06-19 uHOOCCOOHuCheck lifetimes in Fn traits in generic bounds.
2018-06-19 Oliver SchneiderMerge pull request #2837 from fanzier/panicking_unwrap
2018-06-19 Oliver SchneiderMerge pull request #2844 from illicitonion/default_trai...
2018-06-19 Michael WrightMerge branch 'master' into issue_2741
2018-06-18 Daniel Wagner-HallExclude generated code
2018-06-16 Michael WrightFix #2741
2018-06-15 Philipp KronesMerge pull request #2803 from Nemo157/trivially_copy_pa...
2018-06-15 Wim LoomanAllow configuring the trivial copy size limit
2018-06-15 Wim LoomanNew Lint: Pass small trivially copyable objects by...
2018-06-14 Daniel Wagner-HallFix some existing test expectations
2018-06-14 Daniel Wagner-HallAdd default_trait_access lint
2018-06-12 Oliver SchneiderMerge pull request #2839 from mikerite/duration_subsec_pr_2
2018-06-12 Fabian ZaiserCategorize the unwrap lints correctly.
2018-06-12 Fabian ZaiserImplement lint checking for `unwrap`s that will always...
2018-06-12 Michael Wrightduration_subsec: Add check for `subsec_micros`
2018-06-11 Oliver SchneiderMerge pull request #2815 from darArch/master
2018-06-11 Michael WrightMerge branch 'master' into duration_subsec_pr_2
2018-06-09 Michael WrightAdd duration_subsec lint
2018-06-09 Oliver SchneiderMerge pull request #2836 from mati865/upcoming_breakage
2018-06-08 Oliver SchneiderMerge pull request #2811 from fanzier/checked_unwrap
2018-06-08 Fabian ZaiserAddress review comments.
2018-06-08 Fabian ZaiserImplement lint that checks for unidiomatic `unwrap...
2018-06-07 Oliver SchneiderMerge pull request #2833 from phansch/cannot_relate_bou...
2018-06-06 Oliver SchneiderMerge pull request #2804 from utaal/expr-call-author
2018-06-05 Donald RobertsonExtracting arguments to format to pass directly to...
2018-06-05 Oliver SchneiderMerge pull request #2814 from VKlayd/fn_to_int
2018-06-04 Donald RobertsonAdding handling and tests for custom type with implemen...
2018-06-04 Donald RobertsonEnsuring correct lint message is output for Option...
2018-06-04 Donald RobertsonWarn if non-trivial work is done inside .expect
2018-06-03 Oliver SchneiderMerge pull request #2827 from 0ndorio/lint/cmp_operator...
2018-06-03 Bruno KirschnerCleaned implements_ord helper function in boolean lint...
2018-06-03 Bruno KirschnerReduced scope of `nonminimal_bool` so that it doesn...
2018-06-03 Bruno KirschnerFixed spelling and indentation issues in neg_cmp_op_on_...
2018-06-03 Bruno KirschnerAdded lint to avoid negated comparisions on partially...
2018-06-03 Oliver SchneiderMerge pull request #2813 from terry90/master
2018-06-01 Victor KorkinDivide FN_TO_NUMERIC lint into two.
2018-05-31 Oliver SchneiderMerge pull request #2816 from mockersf/multiple-impl
2018-05-31 Oliver SchneiderMerge pull request #2819 from zayenz/no-op-ref-in-macro
2018-05-31 Oliver SchneiderMerge pull request #2825 from Nemo157/test-toml
2018-05-31 Victor KorkinAdd one more test
next