| Age | Commit message (Expand) | Author | Lines |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -0/+18 |
| 2025-01-31 | Rollup merge of #136300 - RalfJung:compare-and-swap, r=joboet | Jacob Pratt | -0/+18 |
| 2025-01-31 | Rollup merge of #136296 - RalfJung:float-min-max, r=tgross35 | Jacob Pratt | -8/+16 |
| 2025-01-31 | Rollup merge of #135414 - tgross35:stabilize-const_black_box, r=dtolnay | Jacob Pratt | -1/+4 |
| 2025-01-31 | implement all min/max fns in terms of `<`/`is_lt` | Waffle Lapkin | -15/+9 |
| 2025-01-30 | implement unstable `new_range` feature | Peter Jaszkowiak | -0/+3 |
| 2025-01-31 | improve doc tests for (min/max/minmax).* functions | Waffle Lapkin | -18/+128 |
| 2025-01-30 | Rollup merge of #136271 - Sky9x:debug-maybeuninit-footgun, r=tgross35 | Matthias Krüger | -3/+2 |
| 2025-01-30 | Rollup merge of #135852 - lukas-code:asyncfn-prelude-core, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2025-01-30 | Auto merge of #134824 - niklasf:int_from_ascii, r=ibraheemdev | bors | -89/+131 |
| 2025-01-30 | atomic: extend compare_and_swap migration docs | Ralf Jung | -0/+18 |
| 2025-01-30 | float::min/max: mention the non-determinism around signed 0 | Ralf Jung | -8/+16 |
| 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 | Remove minor future footgun in `impl Debug for MaybeUninit` | Sky | -3/+2 |
| 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-28 | Fix off-by-one error causing driftsort to crash | uellenberg | -8/+22 |
| 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 | Stabilize `get_many_mut` as `get_disjoint_mut` | Pavel Grigorenko | -61/+58 |
| 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 | Stabilize target_feature_11 | Caleb Zulawski | -1/+0 |
| 2025-01-27 | Stabilize `num_midpoint_signed` feature | Urgau | -4/+4 |
| 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 | Stabilize `const_black_box` | Trevor Gross | -1/+4 |
| 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-25 | Remove unused trait BoundedSize | Mu001999 | -55/+0 |