| Age | Commit message (Expand) | Author | Lines |
| 2024-03-09 | Explain why we don't use intrinsics::is_nonoverlapping | Ben Kimock | -0/+2 |
| 2024-03-09 | fix: remove memory leak due to missing drop implementation for local waker. A... | Tomás Vallotton | -5/+16 |
| 2024-03-09 | NonZero::from_mut_unchecked is library UB | Ben Kimock | -1/+1 |
| 2024-03-09 | Improve docs | Ben Kimock | -8/+10 |
| 2024-03-09 | Rollup merge of #122233 - RalfJung:custom-alloc-box, r=oli-obk | Matthias Krüger | -0/+13 |
| 2024-03-09 | Rollup merge of #122232 - RalfJung:misc, r=jhpratt | Matthias Krüger | -6/+7 |
| 2024-03-09 | Rollup merge of #121358 - GnomedDev:lower-align-typeid, r=Mark-Simulacrum | Matthias Krüger | -3/+8 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -0/+13 |
| 2024-03-09 | fn is_align_to: move some comments closer to the cast they refer to | Ralf Jung | -6/+6 |
| 2024-03-09 | fix warning when building libcore for Miri | Ralf Jung | -0/+1 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -202/+275 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-03-08 | Rollup merge of #121201 - RalfJung:align_offset_contract, r=cuviper | Matthias Krüger | -16/+24 |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -4/+40 |
| 2024-03-08 | align_offset, align_to: no longer allow implementations to spuriously fail to... | Ralf Jung | -16/+24 |
| 2024-03-08 | Rollup merge of #120608 - kornelski:slice-ptr-doc, r=cuviper | Matthias Krüger | -2/+26 |
| 2024-03-08 | Auto merge of #122059 - nyurik:with-as-const-str, r=cuviper | bors | -10/+26 |
| 2024-03-07 | Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-... | Guillaume Gomez | -1/+1 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -8/+8 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -0/+1 |
| 2024-03-06 | add missing PartialOrd impl doc for array | Konrad Höffner | -0/+1 |
| 2024-03-06 | Refer to "slice" instead of "vector" in Ord and PartialOrd trait impl of slice | Konrad Höffner | -2/+2 |
| 2024-03-05 | Optimize write with as_const_str for shorter code | Yuri Astrakhan | -10/+26 |
| 2024-03-05 | Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obk | Matthias Krüger | -30/+73 |
| 2024-03-05 | Rollup merge of #121065 - CAD97:display-i18n, r=cuviper | Matthias Krüger | -0/+17 |
| 2024-03-05 | Implement MaybeUninit::fill{,_with,_from} | Andrew Wock | -22/+398 |
| 2024-03-05 | Auto merge of #121428 - okaneco:ipaddr_parse, r=cuviper | bors | -21/+131 |
| 2024-03-05 | Auto merge of #121138 - Swatinem:grapheme-extend-ascii, r=cuviper | bors | -1/+1 |
| 2024-03-05 | Auto merge of #122012 - matthiaskrgr:rollup-bzqjj2n, r=matthiaskrgr | bors | -35/+51 |
| 2024-03-05 | Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obk | Matthias Krüger | -35/+51 |
| 2024-03-05 | Auto merge of #121001 - nyurik:optimize-core-fmt, r=cuviper | bors | -0/+6 |
| 2024-03-04 | doc wording improvements | Christopher Durham | -1/+1 |
| 2024-03-04 | Explain use of display adapters | Christopher Durham | -0/+17 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -2/+12 |
| 2024-03-04 | Add benches for `net` parsing | okaneco | -0/+80 |
| 2024-03-04 | net: Add branch to Parser::read_number for parsing without checked | okaneco | -21/+51 |
| 2024-03-04 | Rollup merge of #121977 - Lee-Janggun:master, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2024-03-04 | Rollup merge of #121939 - jonaspleyer:patch-typo-core-From-descr, r=workingju... | Matthias Krüger | -3/+3 |
| 2024-03-04 | Rollup merge of #121732 - Voultapher:improve-assert_matches-documentation, r=... | Matthias Krüger | -32/+58 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -2/+12 |
| 2024-03-04 | Fix comment in Atomic{Ptr,Bool}::as_ptr. | Janggun Lee | -2/+2 |
| 2024-03-04 | include feedback from workingjubilee
| Jonas Pleyer | -2/+2 |
| 2024-03-03 | Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods... | Esteban Küber | -9/+0 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -26/+51 |
| 2024-03-03 | Update library/core/src/sync/atomic.rs | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Update library/core/src/sync/atomic.rs | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Use "size and alignment" rather than layout | Joshua Liebow-Feeser | -2/+2 |
| 2024-03-03 | Document AtomicPtr bit validity | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Clarify bit validity for AtomicBool | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Clarify atomic bit validity | Joshua Liebow-Feeser | -1/+1 |