]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #104747 - petrochenkov:ctorfields, r=cjgillot
[rust.git] / compiler /
2022-11-24 Matthias KrügerRollup merge of #104747 - petrochenkov:ctorfields,...
2022-11-24 Matthias KrügerRollup merge of #104704 - ecnelises:p10vec, r=jackh726
2022-11-24 Matthias KrügerRollup merge of #104514 - chenyukang:yukang/fix-104513...
2022-11-24 borsAuto merge of #104321 - Swatinem:async-gen, r=oli-obk
2022-11-24 borsAuto merge of #104809 - matthiaskrgr:rollup-8abjdwh...
2022-11-24 Arpad BorsosAvoid `GenFuture` shim when compiling async constructs
2022-11-24 Matthias KrügerRollup merge of #104778 - lnicola:rust-analyzer-2022...
2022-11-24 Matthias KrügerRollup merge of #104775 - spastorino:use-obligation...
2022-11-24 Matthias KrügerRollup merge of #104772 - GuillaumeGomez:small-accessib...
2022-11-24 Matthias KrügerRollup merge of #104771 - est31:if_let_chain_broken_mir...
2022-11-24 Matthias KrügerRollup merge of #104753 - compiler-errors:drop-tracking...
2022-11-24 Matthias KrügerRollup merge of #104742 - WaffleLapkin:forbidden-SUPER...
2022-11-24 Matthias KrügerRollup merge of #104594 - compiler-errors:dyn-star...
2022-11-24 Matthias KrügerRollup merge of #104517 - dfordivam:patch-1, r=cuviper
2022-11-24 Matthias KrügerRollup merge of #103908 - estebank:consider-cloning...
2022-11-24 borsAuto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki
2022-11-24 yukangfix #104513, Use node_ty_opt to avoid ICE in visit_ty
2022-11-24 borsAuto merge of #104610 - ouz-a:revert-overflow, r=compil...
2022-11-24 Michael GouletProperly handle `Pin<&mut dyn* Trait>` receiver in...
2022-11-24 Michael GouletDisable dyn* upcasting
2022-11-24 borsAuto merge of #104507 - WaffleLapkin:asderefsyou, r...
2022-11-23 Esteban KüberFix rebase
2022-11-23 Esteban KüberAccount for closures
2022-11-23 Esteban KüberAccount for `x @ y` and suggest `ref x @ ref y`
2022-11-23 Esteban Küberreview comments: inline bindings and fix typo
2022-11-23 Esteban KüberTweak output to account for alternative bindings in...
2022-11-23 Esteban KüberFix wording
2022-11-23 Esteban KüberTweak output in for loops
2022-11-23 Esteban KüberRemove logic duplication
2022-11-23 Esteban KüberExtract suggestion logic to its own method
2022-11-23 Esteban KüberUse `type_implements_trait`
2022-11-23 Esteban KüberDo not suggest `ref` multiple times for the same binding
2022-11-23 Esteban KüberSuggest `.clone()` or `ref binding` on E0382
2022-11-23 borsAuto merge of #104410 - WaffleLapkin:unregress, r=estebank
2022-11-23 borsAuto merge of #104776 - Dylan-DPC:rollup-rf4c2u0, r...
2022-11-23 Maybe WaffleUse nicer spans for `deref_into_dyn_supertrait`
2022-11-23 Maybe WaffleMake `deref_into_dyn_supertrait` lint the impl and...
2022-11-23 Maybe WaffleMove `get_associated_type` from `clippy` to `rustc_lint`
2022-11-23 Laurențiu Nicola:arrow_up: rust-analyzer
2022-11-23 Dylan DPCRollup merge of #104751 - nnethercote:fix-104620, r...
2022-11-23 Dylan DPCRollup merge of #104744 - notriddle:notriddle/struct...
2022-11-23 Dylan DPCRollup merge of #104721 - WaffleLapkin:deref-harder...
2022-11-23 Dylan DPCRollup merge of #104509 - spastorino:use-obligation...
2022-11-23 Dylan DPCRollup merge of #104286 - ozkanonur:fix-doc-bootstrap...
2022-11-23 Dylan DPCRollup merge of #104269 - compiler-errors:hang-in-where...
2022-11-23 Santiago PastorinoUse ObligationCtxt::normalize
2022-11-23 borsAuto merge of #103947 - camsteffen:place-clones, r...
2022-11-23 Santiago PastorinoPass ObligationCtxt from enter_canonical_trait_query...
2022-11-23 Santiago PastorinoCall fully_solve_obligations instead of repeating code
2022-11-23 Santiago PastorinoUse ObligationCtxt intead of dyn TraitEngine
2022-11-23 borsAuto merge of #102750 - the8472:opt-field-order, r...
2022-11-23 borsAuto merge of #104758 - Manishearth:rollup-rh1tfum...
2022-11-23 Michael GouletDrive-by: Don't manually call evaluate_obligation_no_ov...
2022-11-23 Michael GouletDo not need to account for overflow in predicate_can_apply
2022-11-23 Manish GoregaokarRollup merge of #104750 - mati865:bump-fd-lock-again...
2022-11-23 Manish GoregaokarRollup merge of #104647 - RalfJung:alloc-strict-provena...
2022-11-23 Manish GoregaokarRollup merge of #104621 - YC:master, r=davidtwco
2022-11-23 Manish GoregaokarRollup merge of #104612 - Swatinem:async-ret-y, r=estebank
2022-11-23 Manish GoregaokarRollup merge of #104359 - Nilstrieb:plus-one, r=fee1...
2022-11-23 Manish GoregaokarRollup merge of #103488 - oli-obk:impl_trait_for_tait...
2022-11-23 borsAuto merge of #104752 - weihanglo:update-cargo, r=weihanglo
2022-11-23 Michael GouletPass ParamEnv down instead of using ParamEnv of a module
2022-11-23 Michael GouletPass InferCtxt to DropRangeVisitor so we can resolve...
2022-11-23 Nicholas NethercoteFix an ICE parsing a malformed attribute.
2022-11-22 borsAuto merge of #104743 - JohnTitor:rollup-9z9u7yd, r...
2022-11-22 The 8472fix tests, update size asserts
2022-11-22 The 8472also sort fields by niche sizes to retain optimizations
2022-11-22 The 8472group fields based on largest power of two dividing...
2022-11-22 The 8472optimize field ordering by grouping power-of-two arrays...
2022-11-22 Vadim Petrochenkovresolve: Don't use constructor def ids in the map for...
2022-11-22 Yuki OkushiRollup merge of #104728 - WaffleLapkin:require-lang...
2022-11-22 Yuki OkushiRollup merge of #104724 - WaffleLapkin:to_def_idn't...
2022-11-22 Yuki OkushiRollup merge of #104722 - mejrs:stress, r=ChrisDenton
2022-11-22 Yuki OkushiRollup merge of #104720 - notriddle:notriddle/popover...
2022-11-22 Yuki OkushiRollup merge of #104717 - GuillaumeGomez:test-projectio...
2022-11-22 Yuki OkushiRollup merge of #102293 - ecnelises:aix.initial, r...
2022-11-22 Yuki OkushiRollup merge of #101368 - thomcc:wintls-noinline, r...
2022-11-22 Maybe Waffle`rustc_ast_lowering`: remove `ref` patterns
2022-11-22 Maybe Waffle`rustc_arena`: remove a couple of `ref` patterns
2022-11-22 Maybe Waffle`rustc_parse`: remove `ref` patterns
2022-11-22 Maybe WaffleUse `tcx.require_lang_item` instead of unwrapping
2022-11-22 borsAuto merge of #104688 - flip1995:clippyup, r=Manisheart...
2022-11-22 Maybe WaffleFix `ClosureKind::to_def_id`
2022-11-22 borsAuto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r...
2022-11-22 Dylan DPCRollup merge of #104710 - RalfJung:doc-strict-provenanc...
2022-11-22 Dylan DPCRollup merge of #104701 - compiler-errors:rpitit-remove...
2022-11-22 Dylan DPCRollup merge of #104669 - LeSeulArtichaut:88015-if...
2022-11-22 Dylan DPCRollup merge of #104615 - spastorino:create-async-def...
2022-11-22 Dylan DPCRollup merge of #104464 - mati865:reduce-eh-overallocat...
2022-11-22 Dylan DPCRollup merge of #104295 - compiler-errors:rpitit-generi...
2022-11-22 borsAuto merge of #103578 - petrochenkov:nofict, r=nagisa
2022-11-22 borsAuto merge of #104702 - Manishearth:rollup-75hagzd...
2022-11-22 Qiu ChaofanAllow power10-vector feature in PowerPC
2022-11-22 Steven TangTests for bad --extern library path and file
2022-11-22 Manish GoregaokarRollup merge of #104638 - Nilstrieb:macro-diagnostics...
2022-11-22 Manish GoregaokarRollup merge of #104622 - nicholasbishop:bishop-uefi...
2022-11-22 Manish GoregaokarRollup merge of #103193 - krasimirgg:sysonce, r=Amanieu
2022-11-22 Manish GoregaokarRollup merge of #102207 - CraftSpider:const-layout...
2022-11-22 Manish GoregaokarRollup merge of #101655 - dns2utf8:box_docs, r=dtolnay
2022-11-22 Manish GoregaokarRollup merge of #95583 - scottmcm:deprecate-ptr-to...
next