]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Philipp KronesClippy: Don't import GenericParamDefKind
2022-11-21 Philipp KronesFix declare_clippy_lint crate
2022-11-21 Philipp KronesUpdate Cargo.lock
2022-11-21 Philipp KronesMerge commit 'f4850f7292efa33759b4f7f9b7621268979e9914...
2022-11-21 Vadim PetrochenkovUnreserve braced enum variants in value namespace
2022-11-21 borsAuto merge of #9881 - flip1995:rustup, r=flip1995
2022-11-21 Philipp KronesFix custom ICE message test on windows
2022-11-21 ozkanonurpass clippy sysroot env if given r=ozkanonur
2022-11-21 Philipp KronesBump nightly version -> 2022-11-21
2022-11-21 Philipp KronesBump Clippy version -> 0.1.67
2022-11-21 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
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 Oli SchererTest generalization during coherence
2022-11-21 Oli SchererAdd some more assertions for type relations not used...
2022-11-21 Oli SchererType generalization should not look at opaque type...
2022-11-21 Oli SchererRemove a function that doesn't actually do anything
2022-11-21 Oli SchererRegister obligations from type relation
2022-11-21 Oli SchererMove a field around
2022-11-21 Oli Scherernit treat different opaque types
2022-11-21 Oli SchererAdd an always-ambiguous predicate to make sure that...
2022-11-21 Michael Howellrustdoc: add test case for pointer cursor
2022-11-21 Oli SchererTreat different opaque types of the same def id as...
2022-11-21 Oli SchererAllow opaque types in trait impl headers and rely on...
2022-11-21 borsAuto merge of #104673 - matthiaskrgr:rollup-85f65ov...
2022-11-21 Ralf Jungdont attempt strict provenance in SGX
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 borsAuto merge of #9873 - smoelius:move-line-span, r=flip1995
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 borsAuto merge of #9592 - c410-f3r:arith, r=Jarcho
2022-11-20 Matthias KrügerRollup merge of #104643 - pnkfelix:examples-for-chunks...
2022-11-20 Matthias KrügerRollup merge of #104641 - tshepang:grammar, r=Mark...
2022-11-20 Matthias KrügerRollup merge of #104634 - RalfJung:core-arch, r=Mark...
2022-11-20 Matthias KrügerRollup merge of #104632 - RalfJung:core-test-strict...
2022-11-20 Matthias KrügerRollup merge of #104581 - notriddle:notriddle/js-iife...
2022-11-20 Matthias KrügerRollup merge of #104504 - compiler-errors:fru-syntax...
2022-11-20 Matthias KrügerRollup merge of #104487 - klensy:ntapi, r=Mark-Simulacrum
2022-11-20 Matthias KrügerRollup merge of #104461 - mati865:gnullvm-aarch64-fixup...
2022-11-20 Matthias KrügerRollup merge of #101310 - zachs18:rc_get_unchecked_mut_...
2022-11-20 Rune TynanOnly one feature gate needed
2022-11-20 borsAuto merge of #9870 - koka831:unformat-unused-rounding...
2022-11-20 Nicholas Bishopdist: Ensure UEFI rlibs are all COFF
2022-11-20 Rune TynanUse ? instead of match
2022-11-20 Rune TynanFix issue number
2022-11-20 Rune TynanAdd derive_const feature
2022-11-20 Rune TynanUpdate with derive_const
2022-11-20 Rune TynanAdd stability for alignment
next