Vadim Petrochenkov

Results 259 comments of Vadim Petrochenkov

>Then, for each candidate type T, search for a visible method with a receiver of that type in the following places: The first "visibility" is indeed privacy/accessibility as in "`pub`",...

>It may be a correct link, but it points to documentation that does not actually document what "visible" means Quite possible, the reference is incomplete and occasionally outdated (see the...

>What does "in scope" mean for a trait? The trait `Tr` is in scope at point `x` is you can refer to it by single-identifier (unqualified) name. (There are a...

There's some discussion about this in https://github.com/rust-lang/rust/issues/28951

It looks like even arrays `[T; N]`/`[T]` can use the layout with omitted trailing padding (they are not included in the Swift document). It doesn't create new problems in addition...

@jyn514 This is far from being ready for review, I posted the PR in hope to get some upper limit on performance regressions. So the answer to all of the...

>Largest regression in instruction counts: 101.5% At least it's functionally correct now. I'll investigate where all this time is spent.