| Age | Commit message (Expand) | Author | Lines |
| 2025-01-30 | Rollup merge of #136259 - hkBst:patch-30, r=thomcc | Stuart Cook | -31/+27 |
| 2025-01-30 | Rollup merge of #135847 - edwloef:slice_ptr_rotate_opt, r=scottmcm | Stuart Cook | -152/+182 |
| 2025-01-29 | Cleanup docs for Allocator | Marijn Schouten | -31/+27 |
| 2025-01-29 | add inline attribute and codegen test | edwloef | -0/+4 |
| 2025-01-29 | split slice::ptr_rotate into three separate algorithms, to hopefully help inl... | edwloef | -174/+195 |
| 2025-01-29 | Rollup merge of #135625 - c410-f3r:cfg-match-foo-bar-baz, r=tgross35,jhpratt | León Orell Valerian Liehr | -0/+11 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -8/+10 |
| 2025-01-28 | Rollup merge of #136173 - taiki-e:c-char, r=tgross35 | Matthias Krüger | -7/+9 |
| 2025-01-28 | Rollup merge of #135869 - hkBst:patch-12, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-01-28 | Rollup merge of #135886 - hkBst:patch-14, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2025-01-28 | Rollup merge of #133829 - GrigorenkoPV:fetch_update_infallible, r=Noratrieb | Matthias Krüger | -3/+374 |
| 2025-01-28 | Fix platform-specific doc string for AtomicUsize::from_mut to be platform-ind... | Marijn Schouten | -1/+1 |
| 2025-01-28 | Update comments and sort target_arch in c_char_definition | Taiki Endo | -7/+9 |
| 2025-01-27 | Rollup merge of #135807 - jhpratt:phantom-variance, r=Amanieu | Guillaume Gomez | -0/+267 |
| 2025-01-27 | Rollup merge of #135773 - hkBst:patch-10, r=tgross35 | Guillaume Gomez | -4/+9 |
| 2025-01-27 | Clarify WindowsMut (Lending)Iterator | Marijn Schouten | -4/+9 |
| 2025-01-27 | Auto merge of #136116 - fmease:rollup-c8pk3mj, r=fmease | bors | -13/+13 |
| 2025-01-27 | Auto merge of #135937 - bjorn3:separate_coretests_crate, r=jieyouxu,tgross35 | bors | -29164/+1 |
| 2025-01-27 | Rollup merge of #136079 - RalfJung:compiler-fence-example, r=jhpratt | León Orell Valerian Liehr | -13/+13 |
| 2025-01-26 | compiler_fence: fix example | Ralf Jung | -13/+13 |
| 2025-01-26 | Document purpose of closure in from_fn.rs more clearly | Marijn Schouten | -2/+2 |
| 2025-01-26 | Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhpratt | bors | -0/+7 |
| 2025-01-26 | Update comment | bjorn3 | -1/+1 |
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -29163/+0 |
| 2025-01-26 | Rollup merge of #136019 - scottmcm:alias-unchecked-div, r=Mark-Simulacrum | Jacob Pratt | -0/+7 |
| 2025-01-26 | Implement phantom variance markers | Jacob Pratt | -0/+267 |
| 2025-01-25 | Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-Simulacrum | Jacob Pratt | -34/+29 |
| 2025-01-25 | Rollup merge of #136039 - nvanbenschoten:pin-typo, r=Amanieu | Matthias Krüger | -2/+2 |
| 2025-01-25 | Rollup merge of #136005 - BLANKatGITHUB:library, r=RalfJung | Matthias Krüger | -677/+957 |
| 2025-01-25 | Rollup merge of #135977 - nyurik:fix-fmt-options, r=joboet | Matthias Krüger | -1/+16 |
| 2025-01-24 | docs: fix typo in std::pin overview | Nathan VanBenschoten | -2/+2 |
| 2025-01-24 | Rollup merge of #135938 - carlsverre:master, r=joboet | Matthias Krüger | -0/+20 |
| 2025-01-24 | Add an `unchecked_div` alias to the `Div<NonZero<_>>` impls | Scott McMurray | -0/+7 |
| 2025-01-24 | Update library/core/src/num/nonzero.rs
| Carl Sverre | -1/+1 |
| 2025-01-24 | ports last few library files to new intrinsic style | aaishwarymishra@gmail.com | -677/+957 |
| 2025-01-24 | Remove a bunch of emscripten test ignores | bjorn3 | -34/+29 |
| 2025-01-24 | Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35 | Matthias Krüger | -1/+0 |
| 2025-01-24 | Fix `FormattingOptions` instantiation with `Default` | Yuri Astrakhan | -1/+16 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -0/+649 |
| 2025-01-23 | Add memory layout documentation to generic NonZero<T> | Carl Sverre | -0/+20 |
| 2025-01-22 | Implement `AtomicT::update` & `AtomicT::try_update` | Pavel Grigorenko | -3/+374 |
| 2025-01-22 | Implement `CloneToUninit` for `ByteStr` | Josh Triplett | -0/+10 |
| 2025-01-22 | Add doc aliases for BStr and BString | Josh Triplett | -0/+1 |
| 2025-01-21 | Rollup merge of #135750 - scottmcm:cma-example, r=cuviper | Matthias Krüger | -2/+31 |
| 2025-01-21 | optimize slice::ptr_rotate for compile-time-constant small rotates | edwloef | -161/+166 |
| 2025-01-21 | [cfg_match] Document the use of expressions | Caio | -0/+11 |
| 2025-01-20 | Auto merge of #134286 - Urgau:unreach_pub-std, r=ibraheemdev | bors | -100/+116 |
| 2025-01-20 | Rollup merge of #135741 - bardiharborow:std/net/rfc9637, r=Amanieu | Matthias Krüger | -4/+17 |
| 2025-01-20 | Rollup merge of #133695 - x17jiri:hint_likely, r=Amanieu | Matthias Krüger | -0/+135 |
| 2025-01-20 | core: `#[allow(unreachable_pub)]` on unreachable `pub use` | Urgau | -1/+9 |