about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-25Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgrbors-288/+225
2022-11-25Rollup merge of #104835 - spastorino:use-partially_normalize_associated_types...Matthias Krüger-36/+43
2022-11-25Rollup merge of #104797 - weihanglo:stream-write-dwp, r=jackh726Matthias Krüger-4/+5
2022-11-25Rollup merge of #104760 - nnethercote:rm-LegacyDerive, r=petrochenkovMatthias Krüger-1/+6
2022-11-25Rollup merge of #104716 - lcnr:selection-candidate, r=jackh726Matthias Krüger-247/+171
2022-11-25Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð...bors-441/+560
2022-11-25add commentlcnr-0/+6
2022-11-25move 2 candidates into builtin candidatelcnr-247/+165
2022-11-25Rollup merge of #104841 - compiler-errors:fishy-bound-var, r=jackh726Matthias Krüger-24/+25
2022-11-25Auto merge of #104602 - petrochenkov:effvisperf5, r=oli-obkbors-95/+128
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-360/+505
2022-11-25Simplify a bunch of trait ref obligation creationsOli Scherer-38/+16
2022-11-25get rid of to_poly_trait_predicateOli Scherer-43/+39
2022-11-24Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgrbors-120/+72
2022-11-25Clarify `SyntaxExtensionKind::LegacyDerive`.Nicholas Nethercote-1/+6
2022-11-24Remove comment, simplify since we asserted fn ptr Self type has no bound varsMichael Goulet-10/+1
2022-11-24Also check that fn pointer candidates don't have escaping bound varsMichael Goulet-1/+4
2022-11-24Assert that we don't capture escaping bound vars in Fn trait selectionMichael Goulet-13/+20
2022-11-24Rollup merge of #104822 - spastorino:selctx-new-instead-of-with_query_mode, r...Matthias Krüger-8/+3
2022-11-24Rollup merge of #104820 - spastorino:remove-normalize_projection_type, r=jack...Matthias Krüger-68/+13
2022-11-24Rollup merge of #104796 - notriddle:notriddle/unused-issue-104397, r=oli-obkMatthias Krüger-0/+1
2022-11-24Rollup merge of #104782 - oli-obk:const_eval_limit_bump, r=pnkfelixMatthias Krüger-1/+1
2022-11-24Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obkMatthias Krüger-10/+28
2022-11-24Rollup merge of #104773 - oli-obk:overlap, r=lcnrMatthias Krüger-10/+4
2022-11-24Rollup merge of #104747 - petrochenkov:ctorfields, r=cjgillotMatthias Krüger-20/+15
2022-11-24Rollup merge of #104704 - ecnelises:p10vec, r=jackh726Matthias Krüger-0/+1
2022-11-24Rollup merge of #104514 - chenyukang:yukang/fix-104513-ice, r=petrochenkovMatthias Krüger-3/+6
2022-11-24Auto merge of #103693 - HKalbasi:master, r=oli-obkbors-2526/+2701
2022-11-24Use infcx.partially_normalize_associated_types_inSantiago Pastorino-36/+43
2022-11-24Auto merge of #104321 - Swatinem:async-gen, r=oli-obkbors-126/+358
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-1667/+1683
2022-11-24move some layout logic to rustc_target::abi::layouthkalbasi-1153/+1226
2022-11-24make rustc_target usable outside of rustchkalbasi-73/+159
2022-11-24with_query_mode -> newSantiago Pastorino-8/+3
2022-11-24Remove normalize_projection_typeSantiago Pastorino-68/+13
2022-11-24make `error_reported` check for delayed bugsBoxy-10/+28
2022-11-24Auto merge of #104809 - matthiaskrgr:rollup-8abjdwh, r=matthiaskrgrbors-186/+427
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-126/+358
2022-11-24Rollup merge of #104775 - spastorino:use-obligation-ctxt-normalize, r=lcnrMatthias Krüger-17/+4
2022-11-24Rollup merge of #104753 - compiler-errors:drop-tracking-var-ice, r=oli-obkMatthias Krüger-24/+43
2022-11-24Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errorsMatthias Krüger-58/+112
2022-11-24Rollup merge of #104594 - compiler-errors:dyn-star-rcvr, r=eholk,estebankMatthias Krüger-39/+42
2022-11-24Rollup merge of #104517 - dfordivam:patch-1, r=cuviperMatthias Krüger-1/+1
2022-11-24Rollup merge of #103908 - estebank:consider-cloning, r=compiler-errorsMatthias Krüger-47/+225
2022-11-24Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Kibors-25/+232
2022-11-24fix #104513, Use node_ty_opt to avoid ICE in visit_tyyukang-3/+6
2022-11-24Auto merge of #104610 - ouz-a:revert-overflow, r=compiler-errorsbors-16/+0
2022-11-24Properly handle `Pin<&mut dyn* Trait>` receiver in codegenMichael Goulet-6/+24
2022-11-24Disable dyn* upcastingMichael Goulet-33/+18
2022-11-24rustc_codegen_ssa: write `.dwp` in a streaming fashionWeihang Lo-4/+5