about summary refs log tree commit diff
path: root/library/rustc-std-workspace-core/lib.rs
AgeCommit message (Collapse)AuthorLines
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-0/+4
Many of `std`'s dependency have a dependency on the crates.io `compiler-builtins` when used with the feature `rustc-std-workspace-core`. Use a Cargo patch to select the in-tree version instead. `compiler-builtins` is also added as a dependency of `rustc-std-workspace-core` so these crates can remove their crates.io dependency in the future.
2020-07-27mv std libs to library/mark-0/+4