about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-05-09Rollup merge of #96854 - jackh726:subst-cleanup, r=compiler-errorsMatthias Krüger-73/+26
2022-05-09Rollup merge of #96844 - Badel2:actually-fix-96583, r=compiler-errorsMatthias Krüger-11/+20
2022-05-09Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item...Matthias Krüger-2/+74
2022-05-09Auto merge of #96815 - SparrowLii:promote_const, r=oli-obkbors-42/+52
2022-05-09use `Result<(),()>` instead of Validity enumSparrowLii-54/+35
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-39/+49
2022-05-08Reorder erasing/replacing late bound vars and substsJack Huey-20/+12
2022-05-08Remove subst_spannedJack Huey-53/+14
2022-05-09Auto merge of #95542 - xFrednet:rfc-2383-expect-query, r=wesleywiserbors-19/+85
2022-05-08Warn on unused doc(hidden) on trait impl itemsLeón Orell Valerian Liehr-2/+74
2022-05-08Rollup merge of #96617 - ken-matsui:fix-incorrect-syntax-suggestion-with-pub-...Matthias Krüger-9/+19
2022-05-08Actually fix ICE from #96583Badel2-11/+20
2022-05-08Fixed typo in docs and correct doc linksFridtjof Stoldt-5/+5
2022-05-08Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillotbors-7/+24
2022-05-08Move lint expectation checking into a separate query (RFC 2383)xFrednet-13/+68
2022-05-08Only assert for unstable expectation ids after conversion (RFC 2383)xFrednet-6/+17
2022-05-08Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebankbors-87/+73
2022-05-08Fix incorrect syntax suggestion with `pub async fn`Ken Matsui-9/+19
2022-05-07Rollup merge of #96769 - Undin:remove-adx_target_feature-from-active, r=josht...Matthias Krüger-1/+0
2022-05-07Track if a where bound comes from a impl Trait desugarflip1995-7/+24
2022-05-07Rollup merge of #96788 - JakobDegen:checked-binop, r=oli-obkGuillaume Gomez-4/+96
2022-05-07Rollup merge of #96760 - davidtwco:diagnostic-translation-vec, r=oli-obkGuillaume Gomez-70/+157
2022-05-07Rollup merge of #96581 - RalfJung:debug-size-align, r=oli-obkGuillaume Gomez-4/+24
2022-05-07optimize `promote_consts` by cache the validate checkSparrowLii-41/+70
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-11/+25
2022-05-06Rollup merge of #96778 - JohnTitor:expect-local-track-caller-take-2, r=petroc...Michael Goulet-1/+6
2022-05-06Rollup merge of #96746 - JohnTitor:issue-96738, r=petrochenkovMichael Goulet-10/+19
2022-05-06Resolve vars before emitting coerce suggestions tooJack Huey-0/+6
2022-05-06Resolve vars in note_type_errJack Huey-9/+12
2022-05-07Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=...bors-537/+496
2022-05-06Auto merge of #96458 - Aaron1011:no-cycle-caching, r=jackh726,cjgillotbors-59/+18
2022-05-06Point at closure args tooJack Huey-78/+55
2022-05-06Check that field projections have the correct typeJakob Degen-1/+55
2022-05-06Auto merge of #96785 - GuillaumeGomez:rollup-rgiwa57, r=GuillaumeGomezbors-166/+137
2022-05-06Expand validator to be more precise on checked binary opsJakob Degen-3/+41
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/+22
2022-05-06Rollup merge of #96752 - scottmcm:error-sorting, r=compiler-errorsGuillaume Gomez-0/+4
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/+3
2022-05-06Rollup merge of #96557 - nbdd0121:const, r=oli-obkGuillaume Gomez-1/+12
2022-05-06Auto merge of #95454 - randomicon00:fix95444, r=wesleywiserbors-1/+20
2022-05-06`mirror_expr` cleanuplcnr-21/+16
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-98/+25
2022-05-06pass ItemId to check_item_type instead of ItemMiguel Guarniz-30/+50
2022-05-06remove ImplWfCheckMiguel Guarniz-24/+0