about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-05-11Rollup merge of #96916 - matthiaskrgr:simpl_count, r=compiler-errorsYuki Okushi-1/+1
2022-05-11Rollup merge of #96903 - oli-obk:opaque_type_lifetime_constraints, r=compiler...Yuki Okushi-1/+1
2022-05-11Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011Yuki Okushi-40/+1
2022-05-11Remove some unnecessary invisible delimiter checks.Nicholas Nethercote-2/+1
2022-05-10simplify length countMatthias Krüger-1/+1
2022-05-10Auto merge of #96904 - JohnTitor:rollup-f1sz5x0, r=JohnTitorbors-58/+119
2022-05-11Rollup merge of #96882 - jackh726:no-subst, r=oli-obkYuki Okushi-7/+3
2022-05-11Rollup merge of #96717 - BoxyUwU:gats_const_param_types_mismatch_err, r=lcnrYuki Okushi-51/+116
2022-05-10Use lifetimes on type-alias-impl-trait used in function signatures to infer o...Oli Scherer-1/+1
2022-05-10Auto merge of #96736 - oli-obk:tait_missing_wf_check, r=davidtwcobors-3/+72
2022-05-10Auto merge of #94799 - lcnr:list-ty-perf, r=petrochenkovbors-7/+5
2022-05-10Auto merge of #96891 - Dylan-DPC:rollup-echa4wg, r=Dylan-DPCbors-96/+218
2022-05-10Check hidden types for well formedness at the definition site instead of only...Oli Scherer-3/+72
2022-05-10Rollup merge of #96872 - RalfJung:layout-sanity, r=eddybDylan DPC-9/+127
2022-05-10Rollup merge of #96823 - jackh726:params-heuristics-fix, r=estebankDylan DPC-86/+89
2022-05-10Rollup merge of #96812 - cjgillot:no-lint-outllives-macro, r=petrochenkovDylan DPC-1/+2
2022-05-10Auto merge of #96808 - cjgillot:impossible-trait, r=compiler-errorsbors-0/+14
2022-05-10Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errorsbors-9/+24
2022-05-09Auto merge of #96838 - tmiasko:lazy-switch-sources, r=oli-obkbors-10/+11
2022-05-09Don't subst an adt defJack Huey-7/+3
2022-05-09Auto merge of #96473 - lcnr:querify-codegen-fn-attrs, r=cjgillotbors-122/+229
2022-05-09also sanity-check Abi::Vector, and slight refactoringRalf Jung-26/+43
2022-05-09Properly fix issue 96638Jack Huey-86/+89
2022-05-09Point to the empty trait alias.Camille GILLOT-1/+10
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-09reviewlcnr-59/+73
2022-05-09only compute `codegen_fn_attrs` where neededlcnr-51/+154
2022-05-09make sure ScalarPair enums have ScalarPair variants; add some layout sanity c...Ralf Jung-11/+112
2022-05-09only cache `codegen_fn_attrs` on disk if its locallcnr-1/+2
2022-05-09move `panic-in-drop=abort` check for `drop_in_place`lcnr-37/+29
2022-05-09store `codegen_fn_attrs` in crate metadatalcnr-34/+31
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-08Use sparse representation of switch sourcesTomasz Miąsko-10/+8
2022-05-08Avoid constructing switch sources unless necessaryTomasz Miąsko-3/+6
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