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 miri setup
. If a target does
not support std, the std column represents core/alloc. This checks that
std builds (on targets that have it) but does not check whether
codegen/linking works.
nightly | core codegen |
std check |
---|---|---|
2024-12-20 | ✅ | ❌ |
2024-12-19 | ✅ | ❌ |
2024-12-18 | ✅ | ❌ |
2024-12-17 | ✅ | ❌ |
2024-12-16 | ✅ | ❌ |
2024-12-15 | ✅ | ❌ |
2024-12-14 | ✅ | ❌ |
2024-12-13 | ✅ | ❌ |
2024-12-12 | ✅ | ❌ |
2024-08-09 | ❌ | ✅ |
2024-08-08 | ❌ | ✅ |