| Age | Commit message (Expand) | Author | Lines |
| 2024-05-22 | Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmease | bors | -5/+8 |
| 2024-05-22 | Rollup merge of #125043 - RalfJung:ref-type-safety-invariant, r=scottmcm | León Orell Valerian Liehr | -5/+8 |
| 2024-05-22 | Rollup merge of #125296 - tesuji:checkcfg-buildstd, r=Nilstrieb,michaelwoerister | León Orell Valerian Liehr | -0/+13 |
| 2024-05-22 | Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obk | León Orell Valerian Liehr | -5/+5 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -33/+34 |
| 2024-05-21 | Wrap Context.ext in AssertUnwindSafe | Jubilee Young | -4/+7 |
| 2024-05-21 | improve comment wording | Ralf Jung | -14/+14 |
| 2024-05-21 | tidy alphabetica | Lzu Tao | -1/+1 |
| 2024-05-21 | addresss reviews | Lzu Tao | -1/+5 |
| 2024-05-21 | Update check-cfg lists for core | Lzu Tao | -0/+9 |
| 2024-05-21 | core: actually use TAIT instead of emulating it | joboet | -117/+44 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -0/+9 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -0/+7 |
| 2024-05-21 | Rollup merge of #125011 - diondokter:opt-for-size, r=Amanieu,kobzol | Matthias Krüger | -0/+2 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -2/+3 |
| 2024-05-20 | Add the impls for Box<[T]>: IntoIterator | Michael Goulet | -0/+3 |
| 2024-05-20 | Fix c_char on AIX | Taiki Endo | -1/+2 |
| 2024-05-20 | Switch to primarily using `&str` | Arpad Borsos | -7/+6 |
| 2024-05-20 | Introduce printable-ASCII fast-path for `impl Debug for str` | Arpad Borsos | -17/+42 |
| 2024-05-20 | Add a fast-path to `Debug` ASCII `&str` | Arpad Borsos | -0/+5 |
| 2024-05-20 | Write `char::DebugEscape` sequences using `write_str` | Arpad Borsos | -9/+6 |
| 2024-05-19 | Auto merge of #123786 - a1phyr:cursor_unsafe, r=joboet | bors | -6/+18 |
| 2024-05-18 | compiler: add simd_ctpop intrinsic | Jubilee Young | -0/+7 |
| 2024-05-18 | Add `#[inline]` to float `Debug` fallback used by `cfg(no_fp_fmt_parse)` | beetrees | -0/+1 |
| 2024-05-17 | Inline Duration construction into Duration::from_{millis,micros,nanos} | Noa | -3/+21 |
| 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/+52 |
| 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 | Add `powi` to `f16` and `f128` | Trevor Gross | -0/+12 |
| 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 | Fix linkchecker doc errors | Lukas Bergdoll | -9/+9 |
| 2024-05-16 | Turn bare links into automatic links | Lukas Bergdoll | -4/+4 |
| 2024-05-16 | Fix tidy errors | Lukas Bergdoll | -21/+13 |
| 2024-05-16 | Replace sort implementations | Lukas Bergdoll | -1568/+2504 |
| 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 | 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-13 | Rollup merge of #116675 - joshlf:patch-10, r=scottmcm | Jacob Pratt | -5/+33 |
| 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 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -7/+5 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -32/+33 |
| 2024-05-12 | reference type safety invariant docs: clarification | Ralf Jung | -5/+8 |