]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/redundant_slicing.rs
Use Span::from_expansion instead of in_macro
[rust.git] / clippy_lints / src / redundant_slicing.rs
2021-11-05 Cameron SteffenUse Span::from_expansion instead of in_macro
2021-09-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-08-10 borsAuto merge of #7478 - DevinR528:preemtive, r=llogiq
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
2021-07-30 Yuki OkushiRollup merge of #87385 - Aaron1011:final-enable-semi...
2021-07-29 flip1995Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b...
2021-07-29 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-28 borsAuto merge of #7502 - flip1995:rollup-y3ho3w0, r=flip1995
2021-07-28 Philipp KronesRollup merge of #7420 - xFrednet:7172-update-lint-docum...
2021-07-28 xFrednetUpdate lint documentation to use markdown headlines
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-04-08 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-27 borsAuto merge of #6980 - Jarcho:len_without_is_empty_sig...
2021-03-26 borsAuto merge of #6977 - flip1995:or_patterns_msrv, r...
2021-03-26 borsAuto merge of #6975 - Jarcho:redundant_slicing_fp,...
2021-03-26 Jason NewcombImprove `redundant_slicing`
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-25 flip1995Merge remote-tracking branch 'upstream/master' into...
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-16 borsAuto merge of #6914 - camsteffen:source-utils, r=Manish...
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 clippy_utils::source module
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-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
2021-02-11 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-02-02 Jack HueyRollup merge of #81260 - vn971:restore-editorconfig...
2021-02-01 borsAuto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
2021-01-31 borsAuto merge of #6603 - ThibsG:MatchOverlappingArm5986...
2021-01-30 flip1995Merge commit '95c0459217d1661edfa794c8bb122452b92fb485...
2021-01-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-01-22 borsAuto merge of #6403 - camsteffen:similar-names-undersco...
2021-01-21 borsAuto merge of #6532 - matthiaskrgr:mlmm, r=llogiq
2021-01-21 borsAuto merge of #6408 - pro-grammer1:master, r=oli-obk
2021-01-20 borsAuto merge of #6567 - camsteffen:path-to-res-enum,...
2021-01-19 borsAuto merge of #6577 - nahuakang:inspect_then_for_each...
2021-01-17 kai.giebelerMerge remote-tracking branch 'upstream/master' into...
2021-01-17 borsAuto merge of #6585 - Daniel-B-Smith:false-positive...
2021-01-17 borsAuto merge of #6528 - Jarcho:redundant_slicing, r=flip1995
2021-01-15 Jason NewcombUpdate clippy_lints/src/redundant_slicing.rs
2021-01-15 Jason Newcombfix copy-paste error
2021-01-15 Jason Newcombdon't lint external macro expansions
2021-01-15 Jason NewcombInitial implementation of redundant_slicing lint