Vadim Petrochenkov

Results 27 issues of Vadim Petrochenkov

TODO: detailed description. Features that may affect the naming scheme for linker flavors (at least those I'm aware of): - 1. Clang linker flavors - allow supporting cross-linking automatically by...

T-compiler
S-waiting-on-author

This issue is a continuation of https://github.com/alexcrichton/jobserver-rs/issues/27#issuecomment-701020994. Jobserver users may want to report warnings or errors if the jobserver cannot be correctly inherited from the environment. For example, rustc previously...

`cg_diff` is deprecated now and shows this when run: ```rust Deprecated; use `cg_annotate --diff` instead. ``` `cg_annotate --diff` also produces a better output. rustc-perf doesn't support older versions of valgrind...

# Proposal (This is an MCP for https://github.com/rust-lang/rust/issues/138243) The new file should contain data about: - Native libraries bundled into the rlib, to avoid looking up native libraries during the...

T-compiler
major-change

This is a re-implementation of https://github.com/rust-lang/rust/pull/144131 with all the issues mentioned there fixed. As it turned out, the non-trivial part of the split was already done in https://github.com/rust-lang/rust/pull/149454/commits/c91b6ca58d4d870d3099db1defbd8c1f26a7d851, so the...

T-compiler
S-waiting-on-crater

The new ambiguities are reported when the import's visibility is ambiguous and may depend on the resolution/expansion order. Detailed description: https://github.com/rust-lang/rust/pull/149596#issuecomment-3620449013.

T-compiler
I-lang-nominated
S-waiting-on-t-lang

So in cross-crate scenarios they can work in the same way as in crate-local scenarios. Change Description: https://github.com/rust-lang/rust/pull/147984#issuecomment-3455514826 Resurrection of https://github.com/rust-lang/rust/pull/114682. One of unblocking steps for https://github.com/rust-lang/rust/pull/145108. Fixes https://github.com/rust-lang/rust/issues/36837.

T-lang
relnotes
S-waiting-on-review
disposition-merge
finished-final-comment-period
I-lang-radar