]> git.lizzy.rs Git - rust.git/history - tests/ui/neg_cmp_op_on_partial_ord.rs
Auto merge of #8374 - Alexendoo:bless-revisions, r=camsteffen
[rust.git] / tests / ui / neg_cmp_op_on_partial_ord.rs
2020-07-26 borsAuto merge of #5820 - ThibsG:FixSuspiciousArithmeticImp...
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-14 borsAuto merge of #5773 - giraffate:repeat_once, r=flip1995
2020-07-13 borsAuto merge of #5792 - flip1995:rollup-torc1we, r=flip1995
2020-07-13 Philipp KronesRollup merge of #5784 - matthiaskrgr:ice_5780, r=phansch
2020-07-13 Philipp KronesRollup merge of #5756 - ebroto:5754_sort_by, r=flip1995
2020-07-13 Philipp KronesRollup merge of #5752 - chrisduerr:pedantic_ranges...
2020-07-13 Philipp KronesRollup merge of #5443 - thiagoarrais:issue-2040, r...
2020-07-13 borsAuto merge of #5790 - flip1995:rustup, r=flip1995
2020-07-11 Manish GoregaokarRollup merge of #72920 - oli-obk:const_transmute, r...
2020-07-10 borsAuto merge of #5769 - robojumper:match_like_matches_mac...
2020-07-10 Tamir DubersteinAvoid "whitelist"
2020-07-06 robojumpernew lint: match_like_matches_macro
2020-06-23 borsAuto merge of #5695 - esamudera:lint_mem_uninitialized...
2020-06-09 Lzu TaoMerge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73...
2020-06-08 borsAuto merge of #5692 - ebroto:5689_N_dotdot_N, r=yaahc
2020-06-08 borsAuto merge of #5680 - ebroto:3792_let_return, r=Manishearth
2020-06-08 borsAuto merge of #5378 - Centril:unnested-or-pats, r=flip1...
2020-06-07 Mazdak Farrokhzadadd `unnested_or_patterns` lint
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-08 Philipp HanschRemove all copyright license headers
2018-12-14 Michael WrightMerge branch 'master' into fix-3514
2018-12-12 borsAuto merge of #3533 - phansch:add_to_doc_valid_idents...
2018-12-12 borsAuto merge of #3529 - matthiaskrgr:rustfmt_tests, r...
2018-12-11 Matthias KrügerMerge branch 'master' into rustfmt_tests
2018-12-09 Matthias Krügerrustfmt tests
2018-10-12 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3291 from JoshMcguigan/cmp_owned...
2018-10-12 Maxwell AndersonMerge remote-tracking branch 'upstream/master'
2018-10-11 Oliver SchererStabilize tool lints
2018-10-08 Philipp HanschMerge pull request #3265 from mikerite/fix-export
2018-10-08 Philipp HanschMerge pull request #3285 from devonhollowood/pedantic...
2018-10-06 Manish GoregaokarMerge pull request #3269 from rust-lang-nursery/relicense
2018-10-06 Manish GoregaokarAdd license header to Rust files
2018-09-13 Philipp HanschMerge pull request #3085 from mikerite/revert-98dbce
2018-09-02 Daniel Wagner-HallMerge branch 'master' into issue-2879
2018-09-02 Philipp HanschMerge remote-tracking branch 'upstream/master' into prs
2018-09-01 daubarisresolved conflicts
2018-09-01 Manish GoregaokarMerge pull request #2977 from flip1995/tool_lints
2018-08-30 Oliver SchneiderMerge pull request #2962 from phansch/further_automate_...
2018-08-29 flip1995Adapt ui-tests to the tool_lints
2018-08-01 Philipp HanschMerge pull request #2968 from phansch/first_an_ICE_and_...
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 Philipp HanschMerge pull request #2960 from matthiaskrgr/typos
2018-07-25 Matthias KrügerMerge branch 'master' into typos
2018-06-29 Georg BrandlFix badly mangled lint message for neg-cmp-op-on-partia...
2018-06-26 Michael WrightMerge branch 'master' into issue_2741
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-06 Oliver SchneiderMerge pull request #2804 from utaal/expr-call-author
2018-06-05 Oliver SchneiderMerge pull request #2814 from VKlayd/fn_to_int
2018-06-03 Oliver SchneiderMerge pull request #2827 from 0ndorio/lint/cmp_operator...
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...