This contains the history of this target. Core is built with
cargo build --release -Zbuild-std=core
. This checks that
codegen/linking of core works, but does not check whether std builds.
std is being built with cargo check -Zbuild-std
. If a target
does not support std, the std column represents core/alloc. This checks
that std checks (on targets that have it) but does not check whether
codegen/linking works.
For older builds, cargo miri setup
was used instead.
nightly | core codegen |
std check |
---|---|---|
2025-02-21 | ✅ | ❌ |
2025-02-20 | ✅ | ❌ |
2025-02-19 | ✅ | ❌ |
2025-02-18 | ✅ | ❌ |
2025-02-17 | ✅ | ❌ |
2025-02-16 | ✅ | ❌ |
2024-08-09 | ❌ | ✅ |
2024-08-08 | ❌ | ✅ |