]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-11-25 lcnrremove confusing comment
2022-11-25 lcnrremove `TypeError::ObjectUnsafeCoercion`
2022-11-25 lcnrsmall method code cleanup
2022-11-25 borsAuto merge of #104650 - BlackHoleFox:stuck-with-xcode...
2022-11-25 borsAuto merge of #104602 - petrochenkov:effvisperf5, r...
2022-11-25 borsAuto merge of #104855 - thomcc:revert-noinline-wintls...
2022-11-25 Thom ChiovoloniRevert "Forbid inlining `thread_local!`'s `__getit...
2022-11-24 borsAuto merge of #104845 - matthiaskrgr:rollup-tckj956...
2022-11-24 Matthias KrügerRollup merge of #104822 - spastorino:selctx-new-instead...
2022-11-24 Matthias KrügerRollup merge of #104820 - spastorino:remove-normalize_p...
2022-11-24 Matthias KrügerRollup merge of #104796 - notriddle:notriddle/unused...
2022-11-24 Matthias KrügerRollup merge of #104792 - notriddle:notriddle/crate...
2022-11-24 Matthias KrügerRollup merge of #104782 - oli-obk:const_eval_limit_bump...
2022-11-24 Matthias KrügerRollup merge of #104780 - BoxyUwU:error_reported_not_be...
2022-11-24 Matthias KrügerRollup merge of #104774 - vojtechkral:doc-str-empty...
2022-11-24 Matthias KrügerRollup merge of #104773 - oli-obk:overlap, r=lcnr
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 #103693 - HKalbasi:master, r=oli-obk
2022-11-24 borsAuto merge of #104321 - Swatinem:async-gen, r=oli-obk
2022-11-24 Vojtech KralDocument split{_ascii,}_whitespace() for empty strings
2022-11-24 hkalbasimove things from rustc_target::abi to rustc_abi
2022-11-24 hkalbasimove some layout logic to rustc_target::abi::layout
2022-11-24 hkalbasimake rustc_target usable outside of rustc
2022-11-24 Santiago Pastorinowith_query_mode -> new
2022-11-24 Santiago PastorinoRemove normalize_projection_type
2022-11-24 Boxymake `error_reported` check for delayed bugs
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 GouletAdjust tests
2022-11-24 Michael GouletProperly handle `Pin<&mut dyn* Trait>` receiver in...
2022-11-24 Michael GouletDisable dyn* upcasting
2022-11-24 Michael Howelllint: do not warn unused parens around higher-ranked...
2022-11-24 borsAuto merge of #104507 - WaffleLapkin:asderefsyou, r...
2022-11-23 Vadim Petrochenkoveffective visibility: Stop recalculating current privat...
2022-11-23 Vadim Petrochenkoveffective visibility: Always add table entries for...
2022-11-23 Michael Howellrustdoc: simplify `.search-results-title` CSS
2022-11-23 Esteban KüberFix rebase
2022-11-23 Vadim Petrochenkoveffective visibility: Fix private visibility calculatio...
2022-11-23 Vadim Petrochenkoveffective visibility: Remove questionable optimizations
2022-11-23 Vadim Petrochenkoveffective visibility: Satisfy borrow checker to use...
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überFix rebase
2022-11-23 Esteban KüberTweak output to account for alternative bindings in...
2022-11-23 Esteban KüberFix rustfmt
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überFix clippy code
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 Oli SchererBump the const eval step limit
2022-11-23 est31Add regression test for issue 99938
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 Oli SchererOpaqueCast projections are always overlapping, they...
2022-11-23 Santiago PastorinoUse ObligationCtxt::normalize
2022-11-23 Guillaume GomezImprove accessibility:
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 GouletAdd fatal overflow test
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...
next