| Age | Commit message (Expand) | Author | Lines |
| 2024-01-10 | implement TrustedRandomAccess and TrustedLen for Skip | The8472 | -1/+51 |
| 2024-01-10 | implement TrustedLen for StepBy | The8472 | -9/+24 |
| 2024-01-10 | Add `#[track_caller]` to the "From implies Into" impl | Emil Gardström | -0/+1 |
| 2024-01-10 | Stabilize `slice_first_last_chunk` | Trevor Gross | -35/+20 |
| 2024-01-10 | Rollup merge of #119782 - RalfJung:rint, r=cuviper | Matthias Krüger | -0/+4 |
| 2024-01-09 | rint intrinsics: caution against actually trying to check for floating-point ... | Ralf Jung | -0/+4 |
| 2024-01-09 | Auto merge of #116846 - krtab:slice_compare_no_memcmp_opt, r=the8472 | bors | -1/+11 |
| 2024-01-09 | core: panic: fix broken link | Miguel Ojeda | -1/+1 |
| 2024-01-09 | Rollup merge of #118979 - ChrisDenton:unwrap-const, r=Nilstrieb,dtolnay | Matthias Krüger | -1/+8 |
| 2024-01-09 | Rollup merge of #119598 - Laura7089:fix/deref-typo, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-01-08 | A more efficient slice comparison implementation for T: !BytewiseEq | Arthur Carcano | -1/+11 |
| 2024-01-08 | Rollup merge of #116129 - fu5ha:better-pin-docs-2, r=Amanieu | Matthias Krüger | -370/+1099 |
| 2024-01-07 | link | Manish Goregaokar | -1/+1 |
| 2024-01-07 | Update library/core/src/pin.rs | Manish Goregaokar | -1/+1 |
| 2024-01-07 | clean up structural pinning | Manish Goregaokar | -8/+10 |
| 2024-01-07 | footnote on dropping futures | Manish Goregaokar | -2/+5 |
| 2024-01-07 | valid | Manish Goregaokar | -1/+1 |
| 2024-01-07 | punctuation in parens | Manish Goregaokar | -2/+2 |
| 2024-01-07 | Apply suggestions from code review | Manish Goregaokar | -4/+4 |
| 2024-01-07 | Clean up guarantees wording | Manish Goregaokar | -15/+7 |
| 2024-01-07 | lifetime -> lifespan where relevant. improve docs on as_ref() | Manish Goregaokar | -6/+6 |
| 2024-01-07 | Rephrase unpin docs in terms of pinning-agnosticness | Manish Goregaokar | -4/+6 |
| 2024-01-07 | trim section on managed-box model | Gray Olson | -9/+4 |
| 2024-01-07 | improve `Pin::new_unchecked` docs | Gray Olson | -10/+16 |
| 2024-01-07 | fix broken link | Gray Olson | -1/+1 |
| 2024-01-07 | justify motivation of `Unpin` better | Gray Olson | -14/+30 |
| 2024-01-07 | improve `Pin` and `Pin::new` docs | Gray Olson | -23/+67 |
| 2024-01-07 | `Pin<P>` -> `Pin<Ptr>` | Gray Olson | -75/+81 |
| 2024-01-07 | fix typos and edit prose | Gray Olson | -76/+85 |
| 2024-01-07 | edit new section for typos and better wording | Gray Olson | -16/+21 |
| 2024-01-07 | fix imports | Gray Olson | -6/+5 |
| 2024-01-07 | fix typos | Gray Olson | -4/+4 |
| 2024-01-07 | add section on manual owning ptr managed solution via @kpreid | Gray Olson | -9/+36 |
| 2024-01-07 | improve structural Unpin + formatting | Gray Olson | -8/+10 |
| 2024-01-07 | reword unpin auto impl section | Gray Olson | -26/+20 |
| 2024-01-07 | fix link in footnote | Gray Olson | -3/+3 |
| 2024-01-07 | improve `Pin` struct docs and add examples | Gray Olson | -8/+89 |
| 2024-01-07 | improve intro and discussion of pinning as library contract | Gray Olson | -39/+59 |
| 2024-01-07 | improve intro and `Unpin`-related discussion | Gray Olson | -67/+145 |
| 2024-01-07 | update doubly linked list commentary and fix links | Gray Olson | -19/+26 |
| 2024-01-07 | fix one more broken link | Gray Olson | -1/+1 |
| 2024-01-07 | fix broken links | Gray Olson | -2/+2 |
| 2024-01-07 | Fix examples, finish polishing | Gray Olson | -48/+87 |
| 2024-01-07 | mostly done | Gray Olson | -348/+359 |
| 2024-01-07 | Rewrite `Pin<P>` docs to clarify guarantees and uses | Miguel Young de la Sota | -214/+605 |
| 2024-01-06 | Rollup merge of #119657 - cls:slice_split_once-typo, r=ChrisDenton | Michael Goulet | -2/+2 |
| 2024-01-06 | Rollup merge of #119656 - RalfJung:round-docs, r=Mark-Simulacrum | Michael Goulet | -6/+12 |
| 2024-01-06 | Auto merge of #119599 - marthadev:position, r=the8472 | bors | -6/+13 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-01-06 | Rollup merge of #119595 - mbbill:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |