about summary refs log tree commit diff
path: root/library/rustc-std-workspace-core/README.md
AgeCommit message (Collapse)AuthorLines
2025-07-31Use `core` via `rustc-std-workspace-core` in `library/panic*`Trevor Gross-0/+6
The three panic-related library crates need to have access to `core`, and `compiler-builtins` needs to be in the crate graph. Rather than specifying both dependencies, switch these crates to use `rustc-std-workspace-core` which already does this. This means there is now a single place that the `compiler-builtins` dependency needs to get configured, for everything other than `alloc` and `std`.
2024-11-04update rustc-std-workspace cratesRalf Jung-0/+3
- make rustc-std-workspace-core/alloc re-exports of their underlying crates, like std = cleanup manifests
2020-12-20Fix rustc-std-workspace-core documentationDaniel Le-6/+6
2020-07-27mv std libs to library/mark-0/+29