]> git.lizzy.rs Git - rust.git/history - CHANGELOG.md
Run update_lints
[rust.git] / CHANGELOG.md
2020-02-21 flip1995Run update_lints
2020-02-21 borsAuto merge of #5202 - krishna-veerareddy:issue-5201...
2020-02-21 Krishna Sai Veera... Separate out lint to check lossy whole number float...
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-12 borsAuto merge of #5088 - rust-lang:gha, r=Manishearth...
2020-02-12 flip1995Fix markdown Files
2020-02-10 borsAuto merge of #5148 - krishna-veerareddy:issue-5147...
2020-02-09 Krishna Sai Veera... Add `option-env-unwrap` lint
2020-02-06 borsAuto merge of #5139 - lzutao:linecount, r=llogiq
2020-02-06 borsAuto merge of #5125 - Areredify:too_many_bools, r=flip1995
2020-02-06 borsAuto merge of #5132 - JohnTitor:fix-fp-in-unwrap-lint...
2020-02-05 Areredifyadd excessive bools lints
2020-02-05 borsAuto merge of #5135 - lzutao:config, r=flip1995
2020-02-04 borsAuto merge of #5061 - ThibsG:UselessMatch3664, r=flip1995
2020-02-04 ThibsGUse span_lint_and_sugg + move infaillible lint
2020-02-01 flip1995Merge remote-tracking branch 'upstream/rust-1.42.0...
2020-01-31 borsAuto merge of #5111 - flip1995:changelog, r=phansch
2020-01-31 borsAuto merge of #5109 - phansch:ciao_util_dev, r=flip1995
2020-01-30 borsAuto merge of #5110 - Aloso:patch-1, r=flip1995
2020-01-30 flip1995Update changelog
2020-01-30 borsAuto merge of #5108 - JohnTitor:split-up-0130, r=flip1995
2020-01-30 borsAuto merge of #5101 - Areredify:let_underscore_lock...
2020-01-30 Mikhail Babenkoadd lint
2020-01-29 borsAuto merge of #5058 - xiongmao86:issue4903, r=flip1995
2020-01-29 xiongmao86Declare lint and implement lint logic.
2020-01-25 borsAuto merge of #5081 - Areredify:vec_box_threshold,...
2020-01-24 borsAuto merge of #5027 - sinkuu:vectored_io, r=phansch
2020-01-23 borsAuto merge of #5082 - Areredify:issue-4980, r=flip1995
2020-01-23 borsAuto merge of #4945 - Areredify:as_deref, r=flip1995
2020-01-23 Areredifyadd `option_as_ref_deref` lint
2020-01-21 borsAuto merge of #5068 - JohnTitor:split-up-transmute...
2020-01-21 borsAuto merge of #5028 - krishna-veerareddy:issue-5026...
2020-01-20 borsAuto merge of #5067 - JohnTitor:lint-skip-while-next...
2020-01-20 Yuki OkushiAdd `skip_while_next` lint
2020-01-18 borsAuto merge of #5046 - JohnTitor:order-nonminimal-bool...
2020-01-15 borsAuto merge of #5034 - ThibsG:MatchWildErrArmImprove5024...
2020-01-13 borsAuto merge of #4543 - xiongmao86:issue4503, r=flip1995
2020-01-12 xiongmao86Declare lint.
2020-01-09 borsAuto merge of #4960 - ThibsG:patterns_with_wildcard_...
2020-01-07 ThibsGChange lint name to WILDCARD_IN_OR_PATTERNS
2020-01-07 ThibsGNew lint: pats_with_wild_match_arm
2020-01-07 borsAuto merge of #5011 - JohnTitor:split-collapsible-if...
2020-01-07 borsAuto merge of #5010 - lzutao:recurse-remove_blocks...
2020-01-07 borsAuto merge of #5002 - lzutao:fmt-fallout, r=flip1995
2020-01-07 borsAuto merge of #4999 - krishna-veerareddy:issue-4679...
2020-01-07 Krishna Sai Veera... Add lint to detect usage of invalid atomic ordering
2020-01-05 borsAuto merge of #4996 - JohnTitor:rustup, r=matthiaskrgr
2020-01-04 borsAuto merge of #4966 - bradsherman:iter-nth-zero, r...
2020-01-04 Brad ShermanAdd lint for iter.nth(0)
2020-01-04 borsAuto merge of #4881 - krishna-veerareddy:issue-4871...
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-23 Philipp HanschFix two commit hashes in changelog
2019-12-22 Mikhail Babenkoimplemented `let_underscore` lint
2019-12-18 Philipp HanschUpdate changelog for Rust 1.39 and 1.40
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-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-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 Heinz N. GiesUpdate lints
next