| Age | Commit message (Expand) | Author | Lines |
| 2024-05-18 | Update libc to 0.2.155 | Mads Marquart | -3/+2 |
| 2024-05-17 | Use `_NSGetArgc`/`_NSGetArgv` on iOS/tvOS/watchOS/visionOS | Mads Marquart | -84/+19 |
| 2024-05-17 | Use `_NSGetEnviron` instead of `environ` on iOS/tvOS/watchOS/visionOS | Mads Marquart | -2/+26 |
| 2024-05-17 | Don't call Duration::new unnecessarily in Duration::from_secs | Noa | -3/+7 |
| 2024-05-17 | Auto merge of #125188 - tgross35:f16-f128-powi, r=Nilstrieb | bors | -1/+100 |
| 2024-05-17 | Rollup merge of #125186 - Colepng:master, r=lqd | Matthias Krüger | -1/+1 |
| 2024-05-17 | Rollup merge of #125171 - scottmcm:rename-flatten, r=jhpratt | Matthias Krüger | -10/+10 |
| 2024-05-16 | Access alloc field directly in Arc/Rc::into_raw_with_allocator. | Zachary S | -4/+4 |
| 2024-05-16 | Auto merge of #125163 - ssukanmi:stdarch_arm_crc32, r=Amanieu | bors | -0/+0 |
| 2024-05-16 | Add `powi` to `f16` and `f128` | Trevor Gross | -0/+60 |
| 2024-05-16 | Add doctests for f16 and f128 library functions where possible | Trevor Gross | -1/+40 |
| 2024-05-16 | Remove duplicate word from addr docs | Cole Kauder-McMurrich | -1/+1 |
| 2024-05-16 | Auto merge of #124728 - beetrees:from-f16-for-f64, r=BurntSushi | bors | -2/+3 |
| 2024-05-16 | Auto merge of #124959 - prorealize:update-result-documentation, r=joboet | bors | -4/+8 |
| 2024-05-15 | Rename `flatten(_mut)` → `as_flattened(_mut)` | Scott McMurray | -10/+10 |
| 2024-05-15 | Rollup merge of #125003 - RalfJung:aligned_alloc, r=cuviper | León Orell Valerian Liehr | -11/+8 |
| 2024-05-15 | feat: update stdarch submodule for intrinsics on ARM | Olasunkanmi Olayinka | -0/+0 |
| 2024-05-15 | Allow for_loops_over_fallibles in test that tests &mut Result as IntoIterator. | Zachary S | -0/+1 |
| 2024-05-15 | Rollup merge of #125038 - ivan-shrimp:checked_sub, r=joboet | León Orell Valerian Liehr | -3/+3 |
| 2024-05-15 | Rollup merge of #124307 - reitermarkus:escape-debug-size-hint-inline, r=joboet | León Orell Valerian Liehr | -79/+126 |
| 2024-05-15 | Update library/core/src/result.rs | Renato A | -1/+1 |
| 2024-05-15 | Divide float nanoseconds instead of seconds | Artyom Pavlov | -2/+6 |
| 2024-05-14 | avoid using aligned_alloc; posix_memalign is better-behaved | Ralf Jung | -11/+8 |
| 2024-05-14 | Fix `read_exact` and `read_buf_exact` for `&[u8]` and `io:Cursor` | Benoît du Garreau | -10/+23 |
| 2024-05-13 | Rollup merge of #116675 - joshlf:patch-10, r=scottmcm | Jacob Pratt | -5/+33 |
| 2024-05-13 | Add fn into_raw_with_allocator to Rc/Arc/Weak. | Zachary S | -10/+107 |
| 2024-05-13 | Forward alloc features to core | Dion Dokter | -2/+2 |
| 2024-05-13 | Rollup merge of #123817 - slanterns:seek_relative, r=dtolnay | Matthias Krüger | -2/+1 |
| 2024-05-13 | [ptr] Document maximum allocation size | Joshua Liebow-Feeser | -5/+33 |
| 2024-05-13 | Don't use `T` with both Result and Option, improve explanation. | Lokathor | -67/+70 |
| 2024-05-13 | Panic if `PathBuf::set_extension` would add a path separator | Tobias Bucher | -0/+36 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -32/+33 |
| 2024-05-12 | Use shared statics for the ArcInner for Arc<str, CStr>::default, and for Arc<... | Zachary S | -14/+51 |
| 2024-05-12 | Add note about possible allocation-sharing to Arc/Rc<str/[T]/CStr>::default. | Zachary S | -0/+12 |
| 2024-05-12 | added Default impls | Billy Sheppard | -0/+64 |
| 2024-05-12 | Auto merge of #125045 - GuillaumeGomez:rollup-em6qdzw, r=GuillaumeGomez | bors | -1/+2 |
| 2024-05-12 | Rollup merge of #125021 - joshlf:patch-11, r=RalfJung | Guillaume Gomez | -1/+2 |
| 2024-05-12 | Auto merge of #124798 - devnexen:illumos_memalign_fix, r=RalfJung | bors | -2/+0 |
| 2024-05-12 | Auto merge of #125012 - RalfJung:format-error, r=Mark-Simulacrum,workingjubilee | bors | -2/+8 |
| 2024-05-12 | reference type safety invariant docs: clarification | Ralf Jung | -5/+8 |
| 2024-05-12 | reverse condition in `uN::checked_sub` | ivan-shrimp | -3/+3 |
| 2024-05-11 | Rollup merge of #124981 - zachs18:rc-allocator-generalize-1, r=Mark-Simulacrum | Matthias Krüger | -32/+33 |
| 2024-05-11 | References must also be non-null | Joshua Liebow-Feeser | -0/+1 |
| 2024-05-11 | Relax slice safety requirements | Joshua Liebow-Feeser | -1/+1 |
| 2024-05-11 | std::alloc: using posix_memalign instead of memalign on solarish. | David Carlier | -2/+0 |
| 2024-05-11 | Auto merge of #124213 - rust-lang:cargo_update, r=Mark-Simulacrum | bors | -2/+3 |
| 2024-05-11 | Pin libc back to 0.2.153 | Mark Rousskov | -2/+3 |
| 2024-05-11 | io::Write::write_fmt: panic if the formatter fails when the stream does not fail | Ralf Jung | -2/+8 |
| 2024-05-11 | Add flag to sysroot | Dion Dokter | -0/+1 |
| 2024-05-11 | Add flag to std and alloc too | Dion Dokter | -0/+4 |