about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src
AgeCommit message (Expand)AuthorLines
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-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-25change non-defining use error messagelcnr-20/+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
2025-08-08Reduce indirect assoc parent queriesCameron Steffen-3/+2
2025-08-08Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikicTrevor Gross-6/+6
2025-08-07only introduce a guard scope for arms with guardsdianne-5/+5
2025-08-07add a scope for `if let` guard temporaries and bindingsdianne-0/+5
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-2/+3
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-99/+101
2025-08-04Rollup merge of #144694 - compiler-errors:with-self-ty, r=SparrowLiiStuart Cook-3/+3
2025-08-03Auto merge of #144704 - compiler-errors:explode-wf, r=lcnrbors-8/+8
2025-08-03Auto merge of #144677 - nnethercote:bound-const-handling, r=lcnrbors-10/+12
2025-08-02Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=AmanieuSamuel Tardieu-1/+1
2025-08-01Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnrbors-9/+3
2025-07-31Remove the witness type from coroutine argsMichael Goulet-9/+3
2025-07-31Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnrJana Dönszelmann-13/+15
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-13/+15
2025-07-31Deduplicate `IntTy`/`UintTy`/`FloatTy`.Nicholas Nethercote-3/+3
2025-07-31Make const bound handling more like types/regions.Nicholas Nethercote-10/+12
2025-07-30expand WF obligations when checking method callsMichael Goulet-8/+8
2025-07-30Distinguish appending and replacing self ty in predicatesMichael Goulet-3/+3
2025-07-28Rename impl_of_method -> impl_of_assocCameron Steffen-1/+1
2025-07-28Rename trait_of_item -> trait_of_assocCameron Steffen-1/+1
2025-07-28Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLiibors-27/+21
2025-07-28use let chains in ast, borrowck, codegen, const_evalKivooeo-27/+21
2025-07-27check_static_item: explain should_check_for_sync choicesRalf Jung-3/+9
2025-07-27Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obkMatthias Krüger-8/+25
2025-07-26Do not check Sync during type_of.Camille GILLOT-4/+7
2025-07-25Improve and regularize comment placement in doc codeJosh Triplett-1/+1
2025-07-25Check statics' type in type_of.Camille GILLOT-6/+20