summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check
AgeCommit message (Expand)AuthorLines
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.Nicholas Nethercote-0/+5
2024-08-27Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillotbors-1/+2
2024-08-27Add `warn(unreachable_pub)` to `rustc_hir_analysis`.Nicholas Nethercote-5/+5
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-1/+2
2024-08-24repr_transparent_external_private_fields: treat `rustc_pub_transparent` types...Pavel Grigorenko-1/+2
2024-08-23Rollup merge of #129417 - compiler-errors:refine-err, r=lqdMatthias Krüger-1/+6
2024-08-23Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errorsMatthias Krüger-2/+2
2024-08-22Don't trigger refinement lint if predicates reference errorsMichael Goulet-1/+6
2024-08-22Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgrbors-1/+1
2024-08-22Use a LocalDefId in ResolvedArg.Camille GILLOT-2/+2
2024-08-21Point at explicit `'static` obligations on a traitEsteban Küber-1/+1
2024-08-21Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxuMatthias Krüger-1/+1
2024-08-21Simplify some redundant field namesMichael Goulet-1/+1
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-3/+2
2024-08-16Use FnSig instead of raw FnDecl for ForeignItemKind::FnMichael Goulet-5/+5
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-2/+2
2024-08-12Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxuGuillaume Gomez-4/+6
2024-08-11Use assert_matches around the compilerMichael Goulet-4/+6
2024-08-10Differentiate between methods and associated functionsEsteban Küber-11/+3
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-2/+2
2024-08-08Rename struct_tail_erasing_lifetimes to struct_tail_for_codegenMichael Goulet-1/+1
2024-08-06Auto merge of #125558 - Amanieu:const-asm-type, r=lcnrbors-25/+15
2024-07-30Auto merge of #128250 - Amanieu:select_unpredictable, r=nikicbors-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-63/+59
2024-07-28Force LLVM to use CMOV for binary searchAmanieu d'Antras-0/+2
2024-07-26Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkovbors-1/+1
2024-07-26Rollup merge of #127220 - BoxyUwU:dropck_handle_extra_impl_params, r=compiler...Matthias Krüger-9/+25
2024-07-25Apply suggestions from code reviewFolkert de Vries-1/+1
2024-07-25apply fix suggested by lcnrFolkert-39/+13
2024-07-25Tweak type inference for `const` operands in inline asmAmanieu d'Antras-4/+20
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-1/+1
2024-07-21Move all error reporting into rustc_trait_selectionMichael Goulet-9/+7
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-16/+39
2024-07-19LTA: Diag: Detect bivariant ty params that are only used recursivelyLeón Orell Valerian Liehr-36/+37
2024-07-19Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercoteTrevor Gross-7/+28
2024-07-18Rollup merge of #127929 - estebank:addr_of, r=compiler-errorsMatthias Krüger-13/+22
2024-07-18Use more accurate span for `addr_of!` suggestionEsteban Küber-13/+22
2024-07-17Account for structs that have unused params in nested types in fieldsMichael Goulet-24/+94
2024-07-17Account for self ty aliasMichael Goulet-5/+10
2024-07-17Mention that type parameters are used recursivelyMichael Goulet-21/+62
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-18/+33
2024-07-17Forbid `!Sized` types and referencesBoxy-4/+12
2024-07-15Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::inferMichael Goulet-1/+1
2024-07-08Move trait selection error reporting to its own top-level moduleMichael Goulet-7/+7
2024-07-08Rollup merge of #127452 - fee1-dead-contrib:fx-intrinsic-counting, r=fmease许杰友 Jieyou Xu (Joe)-6/+12
2024-07-08Rollup merge of #127439 - compiler-errors:uplift-elaborate, r=lcnr许杰友 Jieyou Xu (Joe)-12/+11
2024-07-07Auto merge of #127172 - compiler-errors:full-can_eq-everywhere, r=lcnrbors-49/+43
2024-07-07Fix intrinsic const parameter counting with `effects`Deadbeef-6/+12
2024-07-07iter_identity is a better nameMichael Goulet-12/+11
2024-07-05Use verbose suggestion for changing arg typeEsteban Küber-3/+3