| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -15/+0 | |
| 2019-09-09 | Update version of `rustc-std-workspace-*` crates | Alex Crichton | -1/+1 | |
| This commit updates the version of the `rustc-std-workspace-*` crates in-tree which are used in `[patch]`. This will guarantee that Cargo will select these versions even if minor updates are published to crates.io because otherwise a newer version on crates.io would be preferred which misses the point of `[patch]`! | ||||
| 2019-07-30 | Add very simple edition check to tidy; and add missing edition = 2018s. | CrLF0710 | -0/+1 | |
| 2019-05-09 | Switch to SPDX 2.1 license expression | David Tolnay | -1/+1 | |
| According to the Cargo Reference: https://doc.rust-lang.org/cargo/reference/manifest.html > This is an SPDX 2.1 license expression for this package. Currently > crates.io will validate the license provided against a whitelist of > known license and exception identifiers from the SPDX license list > 2.4. Parentheses are not currently supported. > > Multiple licenses can be separated with a `/`, although that usage > is deprecated. Instead, use a license expression with AND and OR > operators to get more explicit semantics. | ||||
| 2019-04-24 | Make libstd depend on the hashbrown crate | Amanieu d'Antras | -0/+14 | |
