]> git.lizzy.rs Git - rust.git/history - src/lintlist
Move `mem_replace_with_default` out of nursery
[rust.git] / src / lintlist /
2019-12-31 Krishna Veera ReddyMove `mem_replace_with_default` out of nursery
2019-12-31 Krishna Veera ReddyUse `mem::take` instead of `mem::replace` when applicable
2019-12-30 borsAuto merge of #4634 - m-ober:feature/2320-map-or, r...
2019-12-28 borsAuto merge of #4964 - JohnTitor:fix-potential-ice,...
2019-12-28 borsAuto merge of #4867 - mgr-inz-rafal:modulo_arithmetic...
2019-12-28 mgr-inz-rafalAdd new lint (modulo_arithmetic)
2019-12-24 borsAuto merge of #4947 - rust-lang:doc-main-extern-crate...
2019-12-24 borsAuto merge of #4885 - rust-lang:mut-key-types, r=flip1995
2019-12-24 Andre Bogusnew lint: mutable_key_type
2019-12-23 borsAuto merge of #4934 - illicitonion:exhaustive_match...
2019-12-23 borsAuto merge of #4911 - phansch:update_changelog, r=flip1995
2019-12-23 borsAuto merge of #4939 - matthiaskrgr:bump_git_dep, r...
2019-12-23 borsAuto merge of #4823 - Areredify:must_use_res, r=flip1995
2019-12-22 Mikhail Babenkoimplemented `let_underscore` lint
2019-12-22 borsAuto merge of #4937 - mikerite:fix-4824, r=phansch
2019-12-22 borsAuto merge of #4930 - flip1995:unused_label, r=phansch
2019-12-21 flip1995Deprecate unused_label lint
2019-12-20 borsAuto merge of #4920 - lily-commure:fix-unnecessary...
2019-12-20 borsAuto merge of #4913 - mikerite:step-by-zero-20191218...
2019-12-20 Michael WrightUpdate lints for `iterator_step_by_zero` changes
2019-12-18 Michael WrightFix `iterator_step_by_zero` definition
2019-12-12 borsAuto merge of #4883 - krishna-veerareddy:issue-4818...
2019-12-11 borsAuto merge of #4886 - rust-lang:must-use-pub-only,...
2019-12-08 borsAuto merge of #4889 - krishna-veerareddy:issue-3993...
2019-12-08 Krishna Veera ReddyAdd lint to detect transmutes from float to integer
2019-12-06 borsAuto merge of #4884 - RobbieClarken:warn-missing-errors...
2019-12-06 RobbieClarkenAdd lint for pub fns returning a `Result` without docum...
2019-11-30 borsAuto merge of #4865 - phansch:fix_master_deployment...
2019-11-29 borsAuto merge of #4837 - flip1995:integration, r=phansch
2019-11-29 borsAuto merge of #4856 - lzutao:rtim-non-installed, r...
2019-11-29 borsAuto merge of #4863 - phansch:use_self, r=flip1995
2019-11-29 Philipp HanschMove use_self to nursery
2019-11-28 borsAuto merge of #4849 - flip1995:deny_warnings, r=phansch
2019-11-28 Phil HanschRollup merge of #4847 - rust-lang:offest, r=phansch
2019-11-28 Phil HanschRollup merge of #4842 - timbodeit:comparison-chain...
2019-11-28 Phil HanschRollup merge of #4832 - dario23:i4829, r=phansch
2019-11-28 borsAuto merge of #4851 - daxpedda:float-arithmetic, r...
2019-11-28 borsAuto merge of #4821 - Areredify:as_conversions, r=flip1995
2019-11-28 borsAuto merge of #4808 - euclio:string-lit-as-bytes, r...
2019-11-28 borsAuto merge of #4848 - lzutao:result-map_or, r=flip1995
2019-11-28 Lzu Taomake use of Result::map_or
2019-11-25 Mikhail Babenkoimplemented `as_conversions` lint
2019-11-23 borsAuto merge of #4840 - flip1995:rollup-jqk3a3i, r=flip1995
2019-11-23 Philipp KronesRollup merge of #4820 - guanqun:comment-fix, r=flip1995
2019-11-23 Philipp KronesRollup merge of #4766 - phansch:fix_fp_in_derive_hash_x...
2019-11-23 borsAuto merge of #4839 - flip1995:rollup-new-lints, r...
2019-11-23 flip1995Run update_lints
2019-11-23 flip1995Merge remote-tracking branch 'FlorianRohm/issue/4623...
2019-11-23 flip1995Merge remote-tracking branch 'Areredify/large_stack_arr...
2019-11-23 flip1995Merge remote-tracking branch 'popzxc/if-same-cond-fn...
2019-11-23 flip1995Merge remote-tracking branch 'upstream/zst-offset'...
2019-11-20 Igor AleksanovImplement if_same_cond_fn lint
2019-11-15 Andre BogusNew lint: zst_offset
2019-11-15 Florian Rohmregister new lint "tabs in doc comments" and update...
2019-11-13 AreredifyAdd new lint: large stack array
2019-11-11 borsAuto merge of #4803 - tomprogrammer:issue-4732, r=phansch
2019-11-11 borsAuto merge of #4801 - mikerite:to_digit_is_some, r...
2019-11-11 borsAuto merge of #4780 - flip1995:ice_4775, r=phansch
2019-11-10 Michael WrightAdd `to_digit_is_some` lint
2019-11-08 borsAuto merge of #4791 - lzutao:osx2bors, r=matthiaskrgr
2019-11-08 borsAuto merge of #4786 - msizanoen1:target-libs, r=Manishearth
2019-11-08 Michael WrightMerge branch 'master' into fix-4727
2019-11-07 borsAuto merge of #4697 - Licenser:no-exit, r=flip1995
2019-11-07 borsAuto merge of #4758 - mikerite:dec_lit_20191031, r...
2019-11-07 borsAuto merge of #4757 - evanjs:issue/4748, r=phansch
2019-11-07 Heinz N. GiesUpdate lints
2019-11-07 Heinz N. GiesSimplify dentry point detection
2019-11-07 Heinz N. GiesUpdate lints
2019-11-07 borsAuto merge of #4788 - Manishearth:rustup, r=flip1995
2019-11-07 flip1995Deprecate `into_iter_on_array` lint
2019-11-06 borsAuto merge of #4714 - msizanoen1:remove-plugin, r=Manis...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.39.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.38.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.36.0...
2019-10-26 borsAuto merge of #4736 - flip1995:icu_mul_add, r=matthiaskrgr
2019-10-26 flip1995Move manual_mul_add into nursery
2019-10-24 borsAuto merge of #4675 - lzutao:improve-shellscript, r...
2019-10-23 borsAuto merge of #4680 - hellow554:debug_assert_mut_call...
2019-10-23 borsAuto merge of #4691 - HMPerson1:suggest_iter, r=phansch
2019-10-22 Marcel HellwigAdd lint for debug_assert_with_mut_call
2019-10-19 borsAuto merge of #4692 - lzutao:use-opt-profile-rtim,...
2019-10-18 borsAuto merge of #4657 - Licenser:additional-restrictions...
2019-10-18 Heinz N. GiesSplit out tests
2019-10-18 Heinz N. GiesAdd todo and tests
2019-10-18 borsAuto merge of #4687 - lzutao:before-cache-appveyor...
2019-10-18 borsAuto merge of #4685 - HMPerson1:patch-1, r=Manishearth
2019-10-18 borsAuto merge of #4686 - lzutao:fix-travis-windows-stuck...
2019-10-17 borsAuto merge of #4683 - HMPerson1:inefficient_to_string...
2019-10-16 HMPerson1Add `inefficient_to_string` lint
2019-10-15 borsAuto merge of #4668 - lzutao:update-rtim, r=flip1995
2019-10-15 borsAuto merge of #4619 - james9909:unused-self, r=flip1995
2019-10-15 James WangChange lint to be pedantic
2019-10-15 James WangAdd a new lint for unused self
2019-10-14 borsAuto merge of #4560 - rust-lang:must-use-pure, r=phansch
2019-10-14 Andre Bogusnew lints around `#[must_use]` fns
2019-10-09 borsAuto merge of #4616 - mati865:license, r=Manishearth
2019-10-09 borsAuto merge of #4615 - nikofil:suspicious_unary_op_forma...
2019-10-09 Nikos FilippakisNew lint: suspicious_unary_op_formatting
2019-10-09 borsAuto merge of #4635 - Lythenas:suggestions-for-assert...
2019-10-08 borsAuto merge of #4602 - EthanTheMaster:issue-4001, r...
next