Adam Gemmell

Results 5 issues of Adam Gemmell

To reproduce: `./target/release/collector bench_local $(rustup +nightly which rustc) testrun` Expected: The run ID "testrun" should label the current run in the database Actual: It's also used as a ref when...

https://github.com/rust-lang/stdarch/issues/1432 https://github.com/rust-lang/stdarch/pull/1527 r? @Amanieu

### What does this PR try to resolve? Ensures that the resolve of the standard library when using build-std is a subset of the lockfile from the library source, as...

A-workspaces
A-dependency-resolution
S-waiting-on-review
A-lockfile

### What does this PR try to resolve? This fixes https://github.com/rust-lang/wg-cargo-std-aware/issues/38 ### How should we test and review this PR? Drop the version of a dependency in the rust-src Cargo.lock...

A-workspaces
S-waiting-on-review
A-lockfile
Z-build-std

As discussed [on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/--print.20std-support), this RFC proposes adding a new argument for `rustc --print` that acts as the single source of truth for whether a target supports std. [Rendered](https://github.com/adamgemmell/rfcs/blob/dev/adagem01/std-supported/text/3693-print-std-support.md)

T-compiler