]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-11-24 Nicholas NethercoteClarify `SyntaxExtensionKind::LegacyDerive`.
2022-11-24 borsAuto merge of #104507 - WaffleLapkin:asderefsyou, r...
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 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 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 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
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 Ralf Jungdisable strict-provenance-violating doctests in Miri
2022-11-22 borsAuto merge of #103578 - petrochenkov:nofict, r=nagisa
2022-11-22 Thom ChiovoloniForbid inlining `thread_local!`'s `__getit` function...
2022-11-22 borsAuto merge of #104702 - Manishearth:rollup-75hagzd...
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...
2022-11-22 Manish GoregaokarRollup merge of #83608 - Kimundi:index_many, r=Mark...
2022-11-22 Steven TangRemove extra . in metadata_lib_filename_form
2022-11-22 Michael GouletRemove a hack from compare_predicate_entailment
2022-11-22 Michael GouletDelay bug to deduplicate diagnostics
2022-11-22 Michael Gouletdrive-by: style nits
2022-11-22 Michael GouletCheck generics parity between impl and trait before...
2022-11-22 borsAuto merge of #104696 - matthiaskrgr:rollup-gi1pdb0...
2022-11-21 David TolnayTouch up Box<T> one-liner
2022-11-21 David TolnayRustc_deprecated attribute superseded by deprecated
2022-11-21 David TolnayBump ptr_to_from_bits deprecation to Rust 1.67
2022-11-21 Matthias KrügerRollup merge of #104692 - chbaker0:libtest-cfg-if,...
2022-11-21 Matthias KrügerRollup merge of #104674 - spastorino:negative-impl...
2022-11-21 Matthias KrügerRollup merge of #104666 - GuillaumeGomez:migrate-alias...
2022-11-21 Matthias KrügerRollup merge of #104663 - notriddle:notriddle/button...
2022-11-21 Matthias KrügerRollup merge of #104657 - hi-rustin:rustin-patch-check...
2022-11-21 Matthias KrügerRollup merge of #104656 - c410-f3r:moar-errors, r=petro...
2022-11-21 Matthias KrügerRollup merge of #104597 - compiler-errors:need_migrate_...
2022-11-21 Matthias KrügerRollup merge of #104559 - nnethercote:split-MacArgs...
2022-11-21 Matthias KrügerRollup merge of #104557 - eholk:dyn-star-in-traits...
2022-11-21 Matthias KrügerRollup merge of #104416 - clubby789:fix-104414, r=eholk
2022-11-21 Matthias KrügerRollup merge of #103396 - RalfJung:pinning-closure...
2022-11-21 Nicholas NethercoteSplit `MacArgs` in two.
2022-11-21 borsAuto merge of #104533 - oli-obk:method_callee, r=lcnr
2022-11-21 Collin BakerUpdate test's cfg-if dependency to 1.0
2022-11-21 Oli Scherermerge self type and substs in `trait_method`
next