]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/from_str_radix_10.rs
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_lints / src / from_str_radix_10.rs
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-20 borsAuto merge of #6924 - mgacek8:issue6727_copy_types...
2021-03-18 borsAuto merge of #6928 - mgacek8:issue6675_or_fun_call_uns...
2021-03-17 borsAuto merge of #6918 - camsteffen:utils-re-export, r...
2021-03-17 Cameron SteffenDon't re-export clippy_utils::*
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
2021-03-16 borsAuto merge of #6915 - smoelius:docs-link, r=llogiq
2021-03-16 borsAuto merge of #6916 - camsteffen:diagnostics-util,...
2021-03-16 Cameron SteffenDon't re-export clippy_utils::diagnostics::*
2021-03-15 borsAuto merge of #6828 - mgacek8:issue_6758_enhance_wrong_...
2021-03-15 borsAuto merge of #6907 - camsteffen:ty-utils, r=flip1995
2021-03-15 Cameron SteffenMove some utils to ty_utils
2021-02-25 borsAuto merge of #6601 - mdm:fix-unit-args-false-positive...
2021-02-25 borsAuto merge of #6790 - mgacek8:issue_6748, r=Manishearth
2021-02-25 flip1995Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a...
2021-02-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-21 borsAuto merge of #6770 - ThibsG:PostfixEnumVariant, r...
2021-02-21 borsAuto merge of #6765 - camsteffen:unnecessary-wraps...
2021-02-21 borsAuto merge of #6754 - camsteffen:spanlesseq-res, r...
2021-02-20 borsAuto merge of #6717 - booleancoercion:master, r=llogiq
2021-02-19 boolFixed the known problems section
2021-02-19 boolUpdated from_str_radix_10 sugg to be slightly smarter...
2021-02-12 boolean_coercionMade parens addition smarter and added tests with bless
2021-02-12 boolean_coercionFixed typos and updated to matches! where applicable
2021-02-12 boolean_coercionFixed doctests that shouldn't have been compiled
2021-02-12 boolean_coercionRan bless and rustfmt
2021-02-12 boolean_coercionChanged applicability to MaybeIncorrect because of...
2021-02-12 boolean_coercionfrom_str_radix_10 should be done
2021-02-12 boolean_coercionImplemented majority of from_str_radix_10
2021-02-12 boolean_coercionAdded boilerplate