| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-31 | Use `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-04 | update rustc-std-workspace crates | Ralf Jung | -0/+3 | |
| - make rustc-std-workspace-core/alloc re-exports of their underlying crates, like std = cleanup manifests | ||||
| 2020-12-20 | Fix rustc-std-workspace-core documentation | Daniel Le | -6/+6 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+29 | |
