Vadim Petrochenkov

Results 27 issues of Vadim Petrochenkov

In accordance with the design from https://github.com/rust-lang/rust/pull/96827#issuecomment-1208441595 `lld_flavor` and `linker_is_gnu` fields are removed from internal target specs, but still parsed from JSON specs using compatibility layer introduced in https://github.com/rust-lang/rust/pull/100552. r?...

T-compiler
S-waiting-on-review

Closes https://github.com/rust-lang/rust/issues/83761 r? @camelid

T-rustdoc
T-compiler
S-waiting-on-author
perf-regression

In https://github.com/rust-lang/rust/pull/100404 this logic was originally disabled for MSVC due to issues with LTO, but the same issues appear on windows-gnu with LLD because that LLD uses the same underlying...

T-compiler
S-waiting-on-review

It is now obvious that rustdoc only calls `set_access_level` with foreign def ids and `AccessLevel::Public`. cc https://github.com/rust-lang/rust/pull/102026 @Bryanskiy

T-rustdoc
S-waiting-on-review

Right now only few of them are mentioned in the docs, the remaining ones have to be discovered by grepping tests and source code.

enhancement
help wanted
docs

And then remove `tcx.opt_hir_node(hir_id)` in favor of `tcx.hir_node(hir_id)`.

T-rustdoc
T-compiler
S-waiting-on-bors

For stabilization in https://github.com/rust-lang/rust/pull/120845.

S-waiting-on-stabilization

# Summary This RFC proposes a syntactic sugar for delegating implementations of functions to other already implemented functions. There were two major delegation RFCs in the past, the first RFC...

T-lang

In https://github.com/rust-lang/rfcs/pull/3368#issuecomment-1505729113 I revoked my approval, but then @rfcbot approved the RFC by itself on my behalf, as can be seen from the edit history.

`-Z debug-macros` is "stabilized" by enabling it by default and removing. `-Z collapse-macro-debuginfo` is stabilized as `-C collapse-macro-debuginfo`. It now supports all typical boolean values (`parse_opt_bool`) in addition to just...

T-lang
T-compiler
final-comment-period
S-waiting-on-team
disposition-merge
I-lang-nominated