about summary refs log tree commit diff
path: root/library/alloc/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2023-10-29Increase the reach of panic_immediate_abortBen Kimock-0/+2
2023-06-23Expose `compiler-builtins-weak-intrinsics` feature for `-Zbuild-std`Amanieu d'Antras-0/+1
This was added in rust-lang/compiler-builtins#526 to force all compiler-builtins intrinsics to use weak linkage.
2023-04-25Revert "Report allocation errors as panics"Matthias Krüger-3/+0
This reverts commit c9a6e41026d7aa27d897fb83e995447719753076.
2023-04-16Report allocation errors as panicsAmanieu d'Antras-0/+3
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