summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-30Don't give invalid suggestions in array_into_iter.Mara Bos-1/+1
2021-08-30Upgrade array_into_iter lint to include Deref-to-array types.Mara Bos-23/+29
2021-08-30Add test for extra <> in dyn suggestion.Mara Bos-0/+71
2021-08-30Don't suggest extra <> in dyn suggestion.Mara Bos-5/+10
2021-08-30Fix loading large rlibsMark Rousskov-3/+79
2021-08-30Add test case for using `slice::fill` with MaybeUninitKatherine Philip-0/+9
2021-08-30use `unwrap_unchecked` where possibleibraheemdev-11/+5
2021-08-30Test that turbofish does not swim away in prelude collusion suggestion.Mara Bos-0/+81
2021-08-30Keep turbofish in prelude collision lint.Mara Bos-2/+16
2021-08-30Add test for 2021 ambiguous [T; N].into_iter().Mara Bos-0/+70
2021-08-30Warn when [T; N].into_iter() is ambiguous in the new edition.Mara Bos-5/+26
2021-08-30No longer pass -Z unstable-options for edition 2021 in test.Mara Bos-1/+1
2021-08-30Update test output for stable Rust 2021.Mara Bos-24/+24
2021-08-30Auto merge of #88466 - sexxi-goose:issue-88372, r=nikomatsakisbors-0/+24
2021-08-30clean up `c::linger` conversionibraheemdev-2/+2
2021-08-30sunos systems add sanitizer supported.David Carlier-2/+6
2021-08-30add `TcpStream::set_linger` and `TcpStream::linger`ibraheemdev-1/+166
2021-08-30Add test for glob imported prelude collision trait.Mara Bos-1/+32
2021-08-30Fix prelude collision suggestions for glob imported traits.Mara Bos-2/+7
2021-08-30Add and update tests.Mara Bos-20/+96
2021-08-30Fix lifetime generics in <T<..> as Trait>::try_from suggestion.Mara Bos-17/+21
2021-08-30Fix lifetime generics in <T as Trait<..>>::try_from suggestion.Mara Bos-10/+17
2021-08-30Use MaybeUninit::write in functor.rsest31-1/+1
2021-08-30update miriRalf Jung-9/+7
2021-08-30Put back "auto-collapse-implementors" settingGuillaume Gomez-0/+6
2021-08-30Put back display of associated items (types and consts)Guillaume Gomez-11/+33
2021-08-30Update LATEST_STABLE_EDITION to 2021.Mara Bos-1/+1
2021-08-30update rustc cmdargs markdown sectionHTG-YT-1/+1
2021-08-30make edition 2021 stableHTG-YT-1/+1
2021-08-30Remove unused arena macro argsbjorn3-10/+10
2021-08-30Add regression test for a spurious importAlexander Theißen-0/+30
2021-08-30Disallow the aapcs CC on Aarch64Simonas Kazlauskas-28/+101
2021-08-30Fix LLVM libunwind build for non-musl targetsJethro Beekman-12/+20
2021-08-30Auto merge of #87680 - mati865:stacker-psm-update, r=Mark-Simulacrum,nagisabors-6/+6
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-108/+108
2021-08-30allow unordered const/ty params if any cg feature is activelcnr-6/+4
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-4305/+849
2021-08-30remove lazy_normalization_constsEllen-114/+10
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-213/+178
2021-08-30Auto merge of #88281 - asquared31415:asm-docs, r=Amanieubors-19/+20
2021-08-30Auto merge of #88456 - inquisitivecrystal:private-macro, r=jyn514bors-2/+22
2021-08-29Clean up the lowering of AST itemsinquisitivecrystal-33/+29
2021-08-29Adding examples to docs of std::time moduleJoão M. Bezerra-11/+37
2021-08-29Retrieve `DefKind` from HIR map to reduce chance of cyclesNoah Lev-4/+6
2021-08-29emit specific warning to clarify that foreign items can't have no_mangleasquared31415-0/+102
2021-08-29Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisabors-271/+308
2021-08-30rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.Eduard-Mihai Burtescu-85/+81
2021-08-30rustc_target: `TyAndLayout::field` should never error.Eduard-Mihai Burtescu-77/+77
2021-08-292229: Drop any deref in move closureAman Arora-52/+77
2021-08-29Auto merge of #88280 - sexxi-goose:non-exhaustive, r=nikomatsakisbors-2/+185