about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-25Auto merge of #104602 - petrochenkov:effvisperf5, r=oli-obkbors-95/+128
2022-11-24Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgrbors-120/+72
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-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-23lint: do not warn unused parens around higher-ranked function pointersMichael Howell-0/+1
2022-11-24Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiserbors-63/+45
2022-11-24effective visibility: Stop recalculating current private visibilityVadim Petrochenkov-2/+16
2022-11-24effective visibility: Always add table entries for nodes used as parentsVadim Petrochenkov-40/+51
2022-11-23Fix rebaseEsteban Küber-3/+2
2022-11-24effective visibility: Fix private visibility calculation for modulesVadim Petrochenkov-4/+6
2022-11-24effective visibility: Remove questionable optimizationsVadim Petrochenkov-37/+20
2022-11-24effective visibility: Satisfy borrow checker to use resolver lazily from a cl...Vadim Petrochenkov-23/+46
2022-11-23Account for closuresEsteban Küber-5/+9
2022-11-23Account for `x @ y` and suggest `ref x @ ref y`Esteban Küber-12/+34
2022-11-23review comments: inline bindings and fix typoEsteban Küber-5/+9
2022-11-23Tweak output to account for alternative bindings in the same patternEsteban Küber-22/+17
2022-11-23Fix wordingEsteban Küber-1/+1
2022-11-23Tweak output in for loopsEsteban Küber-3/+11
2022-11-23Remove logic duplicationEsteban Küber-33/+18
2022-11-23Extract suggestion logic to its own methodEsteban Küber-140/+156
2022-11-23Use `type_implements_trait`Esteban Küber-20/+5
2022-11-23Do not suggest `ref` multiple times for the same bindingEsteban Küber-1/+3