about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-03-13Properly lint macro arguments for `explicit_deref_methods`Jason Newcomb-4/+14
2021-03-13Keep track of whether `deref` or `deref_mut` was calledJason Newcomb-60/+17
2021-03-13Remove unneeded code.Jason Newcomb-71/+1
2021-03-13Make `explicit_deref_methods` check for multiple deref callsJason Newcomb-123/+461
2021-03-13Iterate on crate_inherent_impls for metadata.Camille GILLOT-14/+11
2021-03-13Auto merge of #82891 - cjgillot:monoparent, r=petrochenkovbors-54/+177
2021-03-13Add regression testshyd-dev-0/+29
2021-03-13Fix panic message of `assert_failed_inner`hyd-dev-1/+1
2021-03-13Auto merge of #82878 - sexxi-goose:repr_packed, r=nikomatsakisbors-6/+381
2021-03-13Add `reverse` search alias for Iterator::rev()Sebastian Widua-0/+1
2021-03-13replace span_lint with span_lint_and_sugg along with error messageiobtl-5/+8
2021-03-13Auto merge of #82760 - WaffleLapkin:unleak_extend_from_within, r=kennytmbors-15/+70
2021-03-13Eagerly generate the underscore-less name to search onMichael Howell-2/+4
2021-03-13In checkGenerics and checkType, don't use Array.prototype.splice so muchMichael Howell-37/+57
2021-03-12Get rid of the garbage produced by getObjectFromIdMichael Howell-7/+7
2021-03-13Auto merge of #6892 - matthiaskrgr:inc_struct_ctor, r=Y-Nakbors-7/+9
2021-03-13Auto merge of #82436 - osa1:issue80258, r=nikomatsakisbors-46/+237
2021-03-13Update `Vec` docsHenry Boisdequin-3/+3
2021-03-12Update cargoEric Huss-0/+0
2021-03-13Auto merge of #83067 - JohnTitor:rollup-0wo338i, r=JohnTitorbors-12279/+15451
2021-03-12rustc_query_system: simplify QueryCache::iterTyson Nottingham-22/+17
2021-03-13Rollup merge of #83059 - notriddle:config-toml-disable-minification, r=Mark-S...Yuki Okushi-0/+21
2021-03-13Rollup merge of #83052 - klensy:dep-update, r=Mark-SimulacrumYuki Okushi-15/+8
2021-03-13Rollup merge of #83037 - kubo39:merge-functions-in-llvm-new-pass-manager, r=n...Yuki Okushi-2/+6
2021-03-13Rollup merge of #83020 - hi-rustin:rustin-patch-enum, r=lcnrYuki Okushi-1/+17
2021-03-13Rollup merge of #83012 - flip1995:clippyup, r=ManishearthYuki Okushi-12241/+15393
2021-03-13Rollup merge of #82984 - camsteffen:lower-block, r=cjgillotYuki Okushi-20/+6
2021-03-12Auto merge of #83022 - m-ou-se:mem-replace-no-swap, r=nagisabors-3/+9
2021-03-12Auto merge of #6891 - Y-Nak:use-iterator-sym, r=Manishearthbors-74/+97
2021-03-12Make docs-minification default to trueMichael Howell-0/+1
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-54/+177
2021-03-13Improve the wording for the `can't reassign` errorYuki Okushi-1/+8
2021-03-12mem_replace_with_default: use diagnostic items intead of pathsMateusz Gacek-24/+35
2021-03-12mem_replace_with_default: recognize some std library ctorsMateusz Gacek-7/+154
2021-03-12inconsistent_struct_constructor: try to make message and lint description a b...Matthias Krüger-7/+9
2021-03-12Add a `disable-minification` option for rustdocMichael Howell-0/+20
2021-03-13Use sym::Iterator instead of paths::ITERATORYoshitomo Nakanishi-74/+97
2021-03-12Auto merge of #83024 - Xanewok:update-rls, r=Dylan-DPCbors-0/+0
2021-03-12Update library/core/src/fmt/builders.rsGus Wynn-1/+1
2021-03-12Clippy: HACK! Fix bootstrap errorflip1995-2/+5
2021-03-12Clippy: HACK! Fix bootstrap errorflip1995-2/+5
2021-03-12Update Cargo.lockflip1995-0/+1
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-12241/+15389
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-12241/+15389
2021-03-12Auto merge of #83030 - nikic:update-llvm, r=nagisabors-0/+36
2021-03-12Run rustfmtOli Scherer-1/+3
2021-03-12updated vulnerable depsklensy-15/+8
2021-03-12We won't support trait object constants in type level constants for the forse...Oli Scherer-3/+5
2021-03-12Visit `mir::Constant::user_ty` for completeness.Oli Scherer-2/+2
2021-03-12Replace a custom lift method with a Lift implOli Scherer-4/+7