summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-06Auto merge of #96458 - Aaron1011:no-cycle-caching, r=jackh726,cjgillotbors-59/+18
2022-05-06Point at closure args tooJack Huey-81/+97
2022-05-06Remove previously deleted test filesJack Huey-93/+0
2022-05-06Check that field projections have the correct typeJakob Degen-1/+55
2022-05-06Auto merge of #96785 - GuillaumeGomez:rollup-rgiwa57, r=GuillaumeGomezbors-252/+625
2022-05-06Add rustdoc documentation about unstable feature "jump to def"Guillaume Gomez-0/+7
2022-05-06Add regression test for jump-to-defGuillaume Gomez-0/+18
2022-05-06Remove unneeded SpanMapVisitor::visit_generics functionGuillaume Gomez-13/+1
2022-05-06Fix inaccurate function name in `rustc_const_eval` docspierwill-3/+3
2022-05-06Expand validator to be more precise on checked binary opsJakob Degen-3/+41
2022-05-06Share more unix SystemTime codeJosh Stone-101/+57
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[feat] Make sys::windows::os_str::Slice repr(transparent)gimbles-1/+2
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-07Make the test `check-pass` not to produce a JSON fileYuki Okushi-1/+1
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-06Use statx's 64-bit times on 32-bit linux-gnuJosh Stone-41/+97
2022-05-06Use __clock_gettime64 on 32-bit linux-gnuJosh Stone-0/+27
2022-05-06unix: always use 64-bit TimespecJosh Stone-67/+65
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