about summary refs log tree commit diff
path: root/library/alloc/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-2/+2
2021-12-23Switch all libraries to the 2021 editionDeadbeef-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-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.
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-1/+1
On x86, the default syntax is also switched to Intel to match asm!
2021-02-21Add license metadata for std dependenciesCharles E. Lehner-0/+3
2021-01-07Update `compiler_builtins` to 0.1.39Yuki Okushi-2/+2
2020-11-15add options to use optimized and mangled compiler builtinsStefan Lankes-0/+2
2020-07-27mv std libs to library/mark-0/+33