]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-11-24 Michael GouletRemove comment, simplify since we asserted fn ptr Self...
2022-11-24 Michael GouletAlso check that fn pointer candidates don't have escapi...
2022-11-24 Michael GouletAssert that we don't capture escaping bound vars in...
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 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 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ü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 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 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...
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-23 Weihang LoUpdate cargo
2022-11-22 borsAuto merge of #104743 - JohnTitor:rollup-9z9u7yd, r...
2022-11-22 Mateusz MikułaBump `fd-lock` in `bootstrap` again
2022-11-22 The 8472add tests for field ordering optimization
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 Michael Howellrustdoc: make struct fields `display: block`
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 borsAuto merge of #104735 - the8472:simd-contains-fix,...
2022-11-22 The 8472fix OOB access in SIMD impl of str.contains()
2022-11-22 The 8472add test for issue 104726
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 mejrsSpeed up mpsc_stress test
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 Michael Howellrustdoc: remove no-op CSS `a.test-arrow { display:...
2022-11-22 Michael Howellrustdoc: remove no-op CSS `.popover::before { display...
2022-11-22 Guillaume GomezAdd failing test for projections used as const generic
2022-11-22 Philipp KronesClippy: Workaround for let_chains issue
next