Vadim Petrochenkov

Results 27 issues of Vadim Petrochenkov

cc https://github.com/rust-lang/rust/issues/81490 I haven't added a test because stabilization of the feature has just landed on nightly and is not available on stable yet, but I've tested it manually. Closes...

Here (https://github.com/rust-lang/rust/pull/73345#issuecomment-647126019) are my attempts to infer the correct invocation from the docs (https://github.com/rust-lang/crater/blob/master/docs/bot-usage.md#available-crate-selections) and source code. None of them worked until I found the PR implementing the feature (https://github.com/rust-lang/crater/pull/461),...

The "fallback" naming pre-dates introduction of `-Clink-self-contained`. Noticed when reviewing https://github.com/rust-lang/rust/pull/99500. This PR doesn't break any json target spec, but supporting per-linker-flavor startup objects needed by https://github.com/rust-lang/rust/pull/99500 will break them,...

T-compiler
S-waiting-on-review

r? @bjorn3

T-compiler
S-waiting-on-review

The stabilization PR is https://github.com/rust-lang/rust/pull/87220, it's going to contain a stabilization report describing the behavior of such attributes.

This is a documentation issue for https://github.com/rust-lang/rust/pull/56759

RFC Stabilization Docs
A-resolve

https://github.com/DynamoRIO/dynamorio/pull/5283 introduced a change to decoding of load instructions, as a result of that change load index registers can be decoded as `w` registers (as opposed to `x` registers as...

Priority-High
OpSys-AArch64
Google-Affecting

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.54.0 ### Clap...

C-bug
A-builder
S-waiting-on-design

Examples: https://github.com/rust-lang/rust/pull/54069#issuecomment-419992547 https://github.com/rust-lang/rust/pull/53988#issuecomment-419620897 Those polls were never displayed at https://rfcbot.rs. So if the participant misses the poll initially, it's hard for them to know that their attention is required.

Perf tools (installed from [ADK](https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install) as suggested for Windows 8.1): ``` C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\xperf.exe C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\tracelog.exe ``` ``` Microsoft (R) Windows (R) Performance Analyzer Version...

O-windows
A-collector