| Age | Commit message (Expand) | Author | Lines |
| 2024-01-22 | Rollup merge of #118714 - The-Ludwig:explain_ord_derive_enum_field, r=Nilstrieb | Matthias Krüger | -2/+4 |
| 2024-01-21 | review | Michal Nazarewicz | -178/+20 |
| 2024-01-21 | Manually implement derived `NonZero` traits. | Markus Reiter | -8/+101 |
| 2024-01-21 | Auto merge of #119807 - Emilgardis:track_caller_from_impl_into, r=Nilstrieb | bors | -0/+1 |
| 2024-01-21 | Fix `clippy::correctness` in the library | Nilstrieb | -0/+12 |
| 2024-01-21 | Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]` | Zalathar | -2/+2 |
| 2024-01-21 | Rollup merge of #120045 - scottmcm:unhide-repeat-n, r=Mark-Simulacrum | Matthias Krüger | -2/+0 |
| 2024-01-21 | Auto merge of #85528 - the8472:iter-markers, r=dtolnay | bors | -14/+133 |
| 2024-01-21 | chore: suggest wrapping in an `assert!()` instead | HTGAzureX1212 | -1/+1 |
| 2024-01-21 | Rollup merge of #119081 - jstasiak:is-ipv4-mapped, r=dtolnay | Nadrieril | -1/+36 |
| 2024-01-21 | Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum | Nadrieril | -24/+35 |
| 2024-01-21 | Rollup merge of #116090 - rmehri01:strict_integer_ops, r=m-ou-se | Nadrieril | -15/+996 |
| 2024-01-20 | Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-01-20 | Use bool instead of PartiolOrd in is_sorted_by | EbbDrop | -24/+35 |
| 2024-01-20 | Spelling fix | sunrosa | -1/+1 |
| 2024-01-20 | core: introduce split_at{,_mut}_checked | Michal Nazarewicz | -28/+375 |
| 2024-01-20 | doc: fix some doctests after rebase | Tomás Vallotton | -3/+3 |
| 2024-01-20 | refactor: make waker mandatory. | Tomás Vallotton | -81/+18 |
| 2024-01-20 | chore: make method order consistent with waker | Tomás Vallotton | -13/+13 |
| 2024-01-20 | docs: remove recommendations to use LocalWaker in stable API documentation | Tomás Vallotton | -57/+46 |
| 2024-01-20 | fix: Apply suggestions from code review | tvallotton | -3/+2 |
| 2024-01-20 | doc: update thread safety explanation for RawWakerVTable and RawWaker. | Tomás Vallotton | -19/+43 |
| 2024-01-20 | chore: add and !Sync impls for LocalWaker as a stability guarantee. | Tomás Vallotton | -0/+5 |
| 2024-01-20 | fix: change issue number of waker_getters from #87021 to #96992. | Tomás Vallotton | -1/+1 |
| 2024-01-20 | chore: fix ci failures | Tomás Vallotton | -3/+3 |
| 2024-01-20 | feat: impl AsRef<LocalWaker> for Waker. | Tomás Vallotton | -0/+8 |
| 2024-01-20 | chore: add tracking issue number to local waker feature | Tomás Vallotton | -14/+14 |
| 2024-01-20 | fix: make LocalWake available in targets that don't support atomics by removi... | Tomás Vallotton | -2/+2 |
| 2024-01-20 | feat: add try_waker and From<&mut Context> for ContextBuilder to allow the ex... | Tomás Vallotton | -12/+67 |
| 2024-01-20 | refactor: remove in favor of and to make the API infallible. | Tomás Vallotton | -52/+29 |
| 2024-01-20 | perf: move null check from local_wake() to build() | Tomás Vallotton | -9/+16 |
| 2024-01-20 | feat: add LocalWaker type, ContextBuilder type, and LocalWake trait. | Tomás Vallotton | -24/+339 |
| 2024-01-20 | Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiser | Matthias Krüger | -10/+8 |
| 2024-01-20 | Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum | Matthias Krüger | -1/+105 |
| 2024-01-20 | Rollup merge of #103730 - SOF3:nonzero-from-mut, r=Mark-Simulacrum,dtolnay | Matthias Krüger | -0/+33 |
| 2024-01-19 | Tweak the threshold for chunked swapping | AngelicosPhosphoros | -1/+1 |
| 2024-01-19 | Assign tracking issue number for feature(nonzero_from_mut) | SOFe | -2/+2 |
| 2024-01-19 | Added assert_unsafe_precondition! check for NonZeroXxx::from_mut_unchecked | SOFe | -13/+20 |
| 2024-01-19 | Added NonZeroXxx::from_mut(_unchecked)? | SOFe | -0/+26 |
| 2024-01-19 | Consolidate logic around resolving built-in coroutine trait impls | Michael Goulet | -0/+1 |
| 2024-01-19 | Remove feature(offset_of) from tests | George Bateman | -0/+1 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -10/+7 |
| 2024-01-19 | Clarify Panicking Behavior in Integer Division Docs | Nicholas Thompson | -19/+8 |
| 2024-01-19 | Make `saturating_div` Docs Consistent with Others | Nicholas Thompson | -10/+8 |
| 2024-01-19 | Adjust Attributes of Integer Division Methods | Nicholas Thompson | -7/+18 |
| 2024-01-19 | Add new intrinsic `is_constant` and optimize `pow` | Catherine Flores | -34/+138 |
| 2024-01-19 | Rollup merge of #119984 - kpreid:waker-noop, r=dtolnay | Matthias Krüger | -7/+13 |
| 2024-01-19 | Rollup merge of #117561 - tgross35:split-array, r=scottmcm | Matthias Krüger | -260/+90 |
| 2024-01-19 | Rollup merge of #119907 - asquared31415:fn_trait_docs, r=Nilstrieb | Matthias Krüger | -8/+2 |
| 2024-01-19 | Rollup merge of #119138 - AngelicosPhosphoros:use_proper_atomics_in_spinlock_... | Matthias Krüger | -4/+9 |