| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-24 | compiletest: ignore tests on a per-revision basis | Simonas Kazlauskas | -1/+1 | |
| Otherwise something that ought to seemingly work like `//[x86] needs-llvm-components: x86` or `//[nll_beyond]should-fail` do not get evaluated properly. | ||||
| 2021-04-25 | Give a better error when std or core are missing | Joshua Nelson | -0/+13 | |
| - Suggest using `rustup target add` if `RUSTUP_HOME` is set. I don't know if there's any precedent for doing this, but it seems harmless enough and it will be a big help. - Add a note about `#![no_std]` if `std` is missing but not core - On nightly, suggest using `cargo build -Z build-std` if `CARGO` is set - Add a note that std may be unsupported if `std` is missing but not core - Don't suggest `#![no_std]` when the load isn't injected by the compiler | ||||
