about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis
AgeCommit message (Expand)AuthorLines
2023-10-20s/generator/coroutine/Oli Scherer-16/+16
2023-10-20s/Generator/Coroutine/Oli Scherer-11/+11
2023-10-20Adjust importsMichael Goulet-1/+1
2023-10-18Auto merge of #116887 - lcnr:alias-ty-constructor, r=compiler-errorsbors-5/+5
2023-10-18AliasTy::new instead of tcx methodlcnr-5/+5
2023-10-18Rollup merge of #116870 - compiler-errors:host-param-by-name, r=fee1-deadAli MJ Al-Nasrawy-4/+5
2023-10-18Don't compare host param by nameMichael Goulet-4/+5
2023-10-17Unify suggestion wordingEsteban Küber-2/+2
2023-10-17Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obkbors-6/+92
2023-10-16Rollup merge of #116800 - compiler-errors:rpitit-gat-outlives, r=jackh726Guillaume Gomez-33/+27
2023-10-16Rollup merge of #116257 - estebank:issue-101351, r=b-naberMatthias Krüger-15/+63
2023-10-16Fix outlives suggestion for GAT in RPITITMichael Goulet-33/+27
2023-10-15Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstriebbors-169/+237
2023-10-15Duplicate `~const` bounds with a non-const one in effects desugaringDeadbeef-6/+92
2023-10-14Rollup merge of #116695 - fee1-dead-contrib:fix-cmt, r=compiler-errorsMatthias Krüger-1/+1
2023-10-13Stabilize AFIT and RPITITMichael Goulet-5/+3
2023-10-13Tweak wordingEsteban Küber-1/+2
2023-10-13Suggest trait bounds for used associated type on type paramEsteban Küber-15/+62
2023-10-13Fix a commentDeadbeef-1/+1
2023-10-13Format all the let chains in compilerMichael Goulet-169/+237
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-0/+3
2023-10-09Rollup merge of #116537 - gurry:116473-ice-sugg-overlap, r=compiler-errorsMatthias Krüger-3/+5
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-10-09Fix suggestion span involving wrongly placed generic arg on enum variantsGurinder Singh-3/+5
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-14/+14
2023-10-05Rollup merge of #116296 - compiler-errors:default-return, r=estebankJubilee-1/+1
2023-10-05Auto merge of #116273 - compiler-errors:refine2, r=tmandrybors-2/+6
2023-10-04Auto merge of #116370 - nnethercote:more-arena-stuff, r=cjgillotbors-1/+1
2023-10-04Point to where missing return type should goMichael Goulet-1/+1
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-14/+14
2023-10-03Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwcoMatthias Krüger-51/+32
2023-10-03Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwcoMatthias Krüger-2/+0
2023-10-03Optimize some `alloc_from_iter` call sites.Nicholas Nethercote-1/+1
2023-09-30Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubileebors-21/+23
2023-09-29Rollup merge of #112123 - bvanjoi:fix-98562, r=compiler-errorsMatthias Krüger-28/+39
2023-09-29Only trigger refine lint on reachable traitsMichael Goulet-2/+6
2023-09-29fix(suggestion): insert projection to associated typesbohan-28/+39
2023-09-29specialization: use clauselcnr-37/+23
2023-09-29a small wf and clause cleanuplcnr-14/+9
2023-09-29Rollup merge of #116253 - asquared31415:adt_const_params_feature, r=compiler-...Matthias Krüger-32/+57
2023-09-29Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-...bors-122/+227
2023-09-28make adt_const_params feature suggestion more consistent with others and only...asquared31415-32/+57
2023-09-28Auto merge of #115659 - compiler-errors:itp, r=cjgillotbors-132/+3
2023-09-28don't clone copy typesMatthias Krüger-1/+1
2023-09-27Rollup merge of #116149 - compiler-errors:anonymize, r=lcnrMatthias Krüger-4/+25
2023-09-27Auto merge of #116163 - compiler-errors:lazyness, r=oli-obkbors-36/+42
2023-09-26Auto merge of #116144 - lcnr:subst-less, r=oli-obkbors-11/+12
2023-09-26Anonymize binders for refining_impl_trait checkMichael Goulet-4/+25
2023-09-26subst -> instantiatelcnr-11/+12
2023-09-26Don't store lazyness in DefKindMichael Goulet-36/+42