]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-11-22 The 8472optimize field ordering by grouping power-of-two arrays...
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 borsAuto merge of #104702 - Manishearth:rollup-75hagzd...
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 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`
2022-11-21 Oli SchererSimplify one more `TraitRef::new` site
2022-11-21 Oli SchererSimplify test
2022-11-21 Oli SchererUse `as_closure` helper method
2022-11-21 Oli SchererStop passing the self-type as a separate argument.
2022-11-21 Oli SchererFix clippy's missing substs
2022-11-21 Oli SchererRemove some unnecessary slicing
2022-11-21 Oli SchererRemove a redundant assert
2022-11-21 Oli SchererFix an ICE that I just made worse
2022-11-21 Oli SchererFor lcnr
2022-11-21 Oli SchererAdd helper to create the trait ref for a lang item
2022-11-21 Oli SchererSome cleanup around trait_method lookup
2022-11-21 Oli SchererUse iterators instead of slices at more sites
2022-11-21 Oli SchererAllow iterators instead of requiring slices that will...
2022-11-21 Oli SchererRemove an unnecessary query + subst round
2022-11-21 Oli SchererAdd a helper for replacing the self type in trait refs
2022-11-21 Oli SchererAssert that various types have the right amount of...
2022-11-21 Oli SchererSplit out the actual predicate solving code into a...
2022-11-21 Oli SchererUse ty::List instead of InternalSubsts
2022-11-21 Oli SchererCheck that type_implements_trait actually is passed...
2022-11-21 Oli SchererReduce the amount of passed-around arguments that will...
2022-11-21 Vadim PetrochenkovUnreserve braced enum variants in value namespace
2022-11-21 borsAuto merge of #104120 - mejrs:diag, r=davidtwco
2022-11-21 Eric HolkCoercions work now
2022-11-21 Eric HolkAdd a test case for async dyn* traits
2022-11-21 Michael Howellrustdoc: add test case for pointer cursor
2022-11-21 borsAuto merge of #104673 - matthiaskrgr:rollup-85f65ov...
2022-11-21 Santiago Pastorinonegative_impl_exists should take an InferCtxt
2022-11-21 mejrsFix make test
2022-11-21 mejrsImprove slug name error
2022-11-21 mejrsFix tests
2022-11-21 mejrsMatch crate and slug names
2022-11-21 Santiago Pastorinonegative_impl should take a TyCtxt
2022-11-21 Matthias KrügerRollup merge of #104667 - WaffleLapkin:unfmttest, r...
2022-11-21 Matthias KrügerRollup merge of #104662 - nnethercote:tweak-deriving...
2022-11-21 Matthias KrügerRollup merge of #104628 - alex-pinkus:revert-android...
2022-11-21 Matthias KrügerRollup merge of #104605 - RalfJung:clf_consts, r=bjorn3
2022-11-21 Matthias KrügerRollup merge of #104595 - compiler-errors:poly-existent...
2022-11-21 Matthias KrügerRollup merge of #104511 - dpaoliello:privateglobalworka...
2022-11-21 Matthias KrügerRollup merge of #104500 - WaffleLapkin:deref-the-compil...
2022-11-21 Matthias KrügerRollup merge of #104499 - Enselic:no-method-in-rustdoc...
2022-11-21 Matthias KrügerRollup merge of #104420 - TethysSvensson:master, r...
2022-11-21 borsAuto merge of #103491 - cjgillot:self-rpit, r=oli-obk
2022-11-21 hi-rustinAdd delay span bug
2022-11-21 Léo Lanteri... Only declare bindings for if-let guards once per arm
2022-11-21 Maybe WaffleRevert formatting changes of a test
2022-11-21 Guillaume GomezExtend GUI test for alias search result
2022-11-21 Guillaume GomezMigrate search result alias to CSS variables
2022-11-21 Maybe WaffleRemove `ref` patterns from `rustc_ast`
2022-11-21 Michael Howellrustdoc: factor out common button CSS
2022-11-21 borsAuto merge of #103454 - camsteffen:remove-conservativel...
2022-11-21 Nicholas NethercoteStreamline deriving on packed structs.
2022-11-21 borsAuto merge of #102717 - beetrees:repr128-c-style-debugi...
2022-11-21 Cameron SteffenFactor out conservative_is_privately_uninhabited
2022-11-21 Cameron SteffenChange to Ty::is_inhabited_from
2022-11-21 Cameron SteffenFix typo
2022-11-21 hi-rustinDo not check transmute if has non region infer
2022-11-20 CaioMove tests
2022-11-20 borsAuto merge of #104655 - matthiaskrgr:rollup-r5kfffy...
2022-11-20 Matthias KrügerRollup merge of #104643 - pnkfelix:examples-for-chunks...
next