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 |
---|---|---|
2024-09-12 | ❌ | ✅ |
2024-09-11 | ❌ | ✅ |
2024-09-09 | ❌ | ✅ |
2024-09-04 | ❌ | ✅ |
2024-08-28 | ❌ | ✅ |
2024-08-27 | ❌ | ✅ |
2024-08-25 | ❌ | ✅ |
2024-08-17 | ❌ | ✅ |
2024-08-16 | ❌ | ✅ |
2024-08-13 | ❌ | ✅ |
2024-08-10 | ❌ | ✅ |
2024-08-09 | ❌ | ✅ |
2024-08-08 | ❌ | ✅ |
2024-08-03 | ❌ | ✅ |
2024-07-16 | ❌ | ✅ |
2024-07-08 | ❌ | ✅ |
2024-06-27 | ❌ | ✅ |
2024-06-26 | ❌ | ✅ |
2024-06-18 | ❌ | ✅ |
2024-06-16 | ❌ | ✅ |
2024-06-13 | ❌ | ✅ |
2024-06-12 | ❌ | ✅ |
2024-06-11 | ❌ | ✅ |
2024-06-09 | ❌ | ✅ |
2024-05-28 | ❌ | ✅ |
2024-05-27 | ❌ | ✅ |
2024-05-21 | ❌ | ✅ |
2024-04-26 | ❌ | ✅ |
2024-04-24 | ❌ | ✅ |
2024-04-17 | ❌ | ✅ |
2024-04-15 | ❌ | ✅ |