| Age | Commit message (Expand) | Author | Lines |
| 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 | -9/+7 |
| 2024-01-20 | Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum | Matthias Krüger | -1/+67 |
| 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 | Stabilize simple offset_of | George Bateman | -9/+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 | -5/+12 |
| 2024-01-19 | Rollup merge of #117561 - tgross35:split-array, r=scottmcm | Matthias Krüger | -222/+76 |
| 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 |
| 2024-01-19 | Rollup merge of #118665 - dtolnay:signedness, r=Nilstrieb | Matthias Krüger | -1265/+1211 |
| 2024-01-17 | Change return type of unstable `Waker::noop()` from `Waker` to `&Waker`. | Kevin Reid | -5/+12 |
| 2024-01-16 | Un-hide `iter::repeat_n` | Scott McMurray | -2/+0 |
| 2024-01-16 | Suggest less bug-prone construction of Duration in docs | Ben Wiederhake | -0/+5 |
| 2024-01-16 | Rename `pointer` field on `Pin` | LegionMammal978 | -20/+26 |
| 2024-01-16 | Auto merge of #120025 - matthiaskrgr:rollup-e9ai06k, r=matthiaskrgr | bors | -15/+80 |
| 2024-01-16 | Rollup merge of #119990 - reitermarkus:nonzero-type-alias, r=dtolnay | Matthias Krüger | -12/+79 |
| 2024-01-16 | Rollup merge of #118361 - Dylan-DPC:80626/stab/bound-map, r=Amanieu | Matthias Krüger | -3/+1 |
| 2024-01-16 | Auto merge of #119954 - scottmcm:option-unwrap-failed, r=WaffleLapkin | bors | -2/+10 |
| 2024-01-15 | Revert unrelated changes from PR 119990 | David Tolnay | -3/+3 |
| 2024-01-15 | Add private `NonZero<T>` type alias. | Markus Reiter | -15/+82 |
| 2024-01-15 | Auto merge of #119878 - scottmcm:inline-always-unwrap, r=workingjubilee | bors | -1/+1 |
| 2024-01-14 | Unbreak tidy's feature parser | David Tolnay | -52/+31 |
| 2024-01-14 | Move BITS into omnibus impl block | David Tolnay | -37/+14 |
| 2024-01-14 | Move signed MIN and MAX into signedness_dependent_methods | David Tolnay | -52/+35 |
| 2024-01-14 | Move unsigned MIN and MAX into signedness_dependent_methods | David Tolnay | -43/+26 |
| 2024-01-14 | Move is_power_of_two into unsigned part of signedness_dependent_methods | David Tolnay | -40/+28 |
| 2024-01-14 | Move nonzero_unsigned_signed_operations methods into the omnibus impl block | David Tolnay | -225/+201 |
| 2024-01-14 | Work around rustfmt doc attribute indentation bug | David Tolnay | -0/+1 |
| 2024-01-14 | Unindent nonzero_integer_signedness_dependent_methods macro body | David Tolnay | -589/+589 |
| 2024-01-14 | Move signedness dependent methods into the omnibus impl block | David Tolnay | -35/+30 |