about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-07Rollup merge of #96581 - RalfJung:debug-size-align, r=oli-obkGuillaume Gomez-555/+244
2022-05-07Auto merge of #96780 - Kobzol:ci-llvm-upgrade-osx-windows, r=Mark-Simulacrumbors-1/+1
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-609/+668
2022-05-07Auto merge of #96804 - compiler-errors:rollup-1mc6aw3, r=compiler-errorsbors-17/+100
2022-05-06Rollup merge of #96801 - Aaron1011:coinductive-cycle-test, r=compiler-errorsMichael Goulet-0/+34
2022-05-06Rollup merge of #96783 - aliemjay:typo-issue-95034, r=compiler-errorsMichael Goulet-0/+2
2022-05-06Rollup merge of #96781 - koic:fix_an_incorrect_link_in_the_unstable_book, r=e...Michael Goulet-1/+1
2022-05-06Rollup merge of #96778 - JohnTitor:expect-local-track-caller-take-2, r=petroc...Michael Goulet-1/+6
2022-05-06Rollup merge of #96758 - davidtwco:split-debuginfo-bootstrap-bsd, r=Mark-Simu...Michael Goulet-2/+6
2022-05-06Rollup merge of #96746 - JohnTitor:issue-96738, r=petrochenkovMichael Goulet-10/+38
2022-05-06Rollup merge of #96701 - kraktus:alloc_example_2018_edition, r=Mark-SimulacrumMichael Goulet-2/+0
2022-05-06Rollup merge of #96660 - jyn514:better-missing-path-error, r=Mark-SimulacrumMichael Goulet-1/+13
2022-05-06Add regression test for #96319Aaron Hill-0/+34
2022-05-07Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=...bors-545/+504
2022-05-06Auto merge of #96458 - Aaron1011:no-cycle-caching, r=jackh726,cjgillotbors-59/+18
2022-05-06Auto merge of #96785 - GuillaumeGomez:rollup-rgiwa57, r=GuillaumeGomezbors-252/+625
2022-05-06Rollup merge of #96782 - lcnr:mirror-expr, r=compiler-errorsGuillaume Gomez-21/+16
2022-05-06Rollup merge of #96776 - liuw:hir, r=oli-obkGuillaume Gomez-5/+2
2022-05-06Rollup merge of #96772 - TaKO8Ki:suggest-fully-qualified-path-with-appropriat...Guillaume Gomez-1/+107
2022-05-06Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomezGuillaume Gomez-17/+127
2022-05-06Rollup merge of #96752 - scottmcm:error-sorting, r=compiler-errorsGuillaume Gomez-3/+7
2022-05-06Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddleGuillaume Gomez-12/+71
2022-05-06Rollup merge of #96733 - SparrowLii:place_to_string, r=davidtwcoGuillaume Gomez-132/+78
2022-05-06Rollup merge of #96650 - tmiasko:global-asm-sym-fn, r=AmanieuGuillaume Gomez-6/+8
2022-05-06Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGo...Guillaume Gomez-48/+113
2022-05-06Rollup merge of #96557 - nbdd0121:const, r=oli-obkGuillaume Gomez-7/+96
2022-05-06Auto merge of #95454 - randomicon00:fix95444, r=wesleywiserbors-1/+20
2022-05-06Link to correct issue in issue-95034 testAli MJ Al-Nasrawy-0/+2
2022-05-07Fix an incorrect link in The Unstable BookKoichi ITO-1/+1
2022-05-06`mirror_expr` cleanuplcnr-21/+16
2022-05-06Update LLVM version used to build OS X and Windows artifacts to 14.0.2Jakub Beránek-1/+1
2022-05-07Remove closures on `expect_local` to apply `#[track_caller]`Yuki Okushi-1/+6
2022-05-06remove all usages of hir().def_kindMiguel Guarniz-7/+2
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-104/+31
2022-05-06pass ItemId to check_item_type instead of ItemMiguel Guarniz-30/+50
2022-05-06remove ImplWfCheckMiguel Guarniz-24/+0
2022-05-06remove CheckItemTypesVisitorMiguel Guarniz-14/+0
2022-05-06use hir_module_items in check_mod_item_types queryMiguel Guarniz-1/+5
2022-05-06use hir_module_items instead of visit_all_item_likes in check_mod_impl_wf queryMiguel Guarniz-2/+14
2022-05-06remove UnsafetyCheckerMiguel Guarniz-83/+136
2022-05-06remove ItemLikeVisitor impl for InherentOverlapCheckerMiguel Guarniz-176/+163
2022-05-06remove ItemLikeVisitor impl for InherentCollectMiguel Guarniz-78/+84
2022-05-06remove OutlivesTestMiguel Guarniz-18/+4
2022-05-06remove VarianceTestMiguel Guarniz-21/+7
2022-05-06use DefKind::Fn instead of DefKind::AsscFn for foreign itemsMiguel Guarniz-1/+1
2022-05-06remove ItemLikeVisitor impl for TermsContextMiguel Guarniz-38/+49
2022-05-06remove ItemLikeVisitor impl for ContraintContextMiguel Guarniz-40/+50
2022-05-07Also suggest calling constructors for external DefIdsYuki Okushi-11/+26
2022-05-06Use matches! for YieldSource::is_awaitWei Liu-4/+1
2022-05-06Fix comment for async closure variantWei Liu-1/+1