about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis
AgeCommit message (Expand)AuthorLines
2025-09-18Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmannStuart Cook-561/+555
2025-09-17Rollup merge of #145838 - dianne:non-extending-super-let, r=jackh726,traviscrossStuart Cook-5/+19
2025-09-17Merge modules dyn_compatibility and lint into dyn_traitLeón Orell Valerian Liehr-550/+550
2025-09-17Remove `DynKind`León Orell Valerian Liehr-12/+6
2025-09-16Rollup merge of #146442 - Qelxiros:trait-suggestion-generics, r=BoxyUwUMatthias Krüger-11/+33
2025-09-16handle const generics, ?Sized, early bound lifetimesJeremy Smart-11/+33
2025-09-16Rollup merge of #145095 - tiif:unstable_const_param, r=BoxyUwUStuart Cook-24/+4
2025-09-15Remove UnsizedConstParamTy trait and make it into an unstable impltiif-24/+4
2025-09-13Auto merge of #146491 - jdonszelmann:update-fixme-compare_method_predicate_en...bors-8/+3
2025-09-13update fixme in compare_method_predicate_entailment resulting from review of EIIJana Dönszelmann-8/+3
2025-09-12Split AssocContainer::{InherentImpl,TraitImpl}Cameron Steffen-16/+20
2025-09-12Introduce hir::ImplItemImplKindCameron Steffen-1/+1
2025-09-12Rename AssocItemContainer -> AssocContainerCameron Steffen-15/+13
2025-09-12Introduce trait_item_ofCameron Steffen-5/+4
2025-09-12Auto merge of #146328 - zetanumbers:fix-141951, r=lcnrbors-1/+2
2025-09-10Default auto traits: revert to the default supertraitsBryanskiy-135/+15
2025-09-09Auto merge of #146375 - matthiaskrgr:rollup-utik9zj, r=matthiaskrgrbors-27/+46
2025-09-09Rollup merge of #145929 - Qelxiros:apitit-suggestion, r=BoxyUwUMatthias Krüger-27/+46
2025-09-09Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnrbors-3/+3
2025-09-09erase_regions to erase_and_anonymize_regionsBoxy-3/+3
2025-09-08fixup limit handling codeJana Dönszelmann-2/+3
2025-09-08fix APITIT being treated as a normal generic parameter in suggestionsJeremy Smart-27/+46
2025-09-08Skip typeck for items w/o their own typeck contextDaria Sukhonina-1/+2
2025-09-04don't extend non-extended `super let` initializers' block tail tempsdianne-5/+19
2025-09-04Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35Jacob Pratt-0/+3
2025-09-04Rollup merge of #145342 - dianne:if-let-super-let, r=nnethercoteStuart Cook-6/+2
2025-09-03Add `funnel_sh{l,r}` functions and intrinsicssayantn-0/+3
2025-09-02Rollup merge of #146102 - fmease:rm-dead-eff-code-iii, r=fee1-deadGuillaume Gomez-11/+4
2025-09-02Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubileeGuillaume Gomez-40/+27
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-40/+27
2025-09-01Remove dead code stemming from an old effects desugaringLeón Orell Valerian Liehr-11/+4
2025-08-29autoderef final ty is already resolvedlcnr-8/+4
2025-08-27Add `itertools` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-25change non-defining use error messagelcnr-24/+3
2025-08-25support non-defining uses in HIR typecklcnr-5/+8
2025-08-22change HIR typeck unification handling approachlcnr-0/+27
2025-08-20make `prefetch` intrinsics safeFolkert de Vries-1/+5
2025-08-15Rollup merge of #145235 - compiler-errors:comment, r=BoxyUwUStuart Cook-33/+1
2025-08-14Complete functionality and general cleanupMarcelo Domínguez-2/+1
2025-08-14Basic implementation of `autodiff` intrinsicMarcelo Domínguez-1/+4
2025-08-13Cleanup assoc parent utilsCameron Steffen-5/+4
2025-08-13fix scope of `super let` bindings within `if let`dianne-6/+2
2025-08-11Propagate TraitImplHeader to hirCameron Steffen-90/+91
2025-08-11Rollup merge of #135331 - fmease:ban-assoc-ty-unbounds, r=lcnrStuart Cook-5/+3
2025-08-11Remove unnecessary trait predicate eq functionMichael Goulet-33/+1
2025-08-09Auto merge of #145142 - Zalathar:rollup-oi6s8kg, r=Zalatharbors-3/+2
2025-08-09Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillotStuart Cook-3/+2
2025-08-09Auto merge of #143376 - dianne:guard-scope, r=matthewjasperbors-0/+5