| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-30 | make compiler_builtins a private dependency | Jeremy Smart | -2/+6 | |
| 2025-06-08 | Use the in-tree `compiler-builtins` | Trevor Gross | -0/+5 | |
| 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. | ||||
| 2025-03-11 | Migrated the rustc-std-workspace crates to Rust 2024 | Eric Huss | -1/+1 | |
| 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 | ||||
| 2021-12-23 | Switch all libraries to the 2021 edition | Deadbeef | -1/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2020-12-20 | Fix rustc-std-workspace-core documentation | Daniel Le | -6/+6 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+48 | |
