| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -0/+2 | |
| 2023-06-23 | Expose `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-25 | Revert "Report allocation errors as panics" | Matthias Krüger | -3/+0 | |
| This reverts commit c9a6e41026d7aa27d897fb83e995447719753076. | ||||
| 2023-04-16 | Report allocation errors as panics | Amanieu d'Antras | -0/+3 | |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -2/+2 | |
| 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. | ||||
| 2021-05-13 | Add 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-21 | Add license metadata for std dependencies | Charles E. Lehner | -0/+3 | |
| 2021-01-07 | Update `compiler_builtins` to 0.1.39 | Yuki Okushi | -2/+2 | |
| 2020-11-15 | add options to use optimized and mangled compiler builtins | Stefan Lankes | -0/+2 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+33 | |
