| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-01-06 | Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 | Matthias Krüger | -23/+23 |
| 2024-01-06 | Add assume into `NonZeroIntX::get` | AngelicosPhosphoros | -4/+18 |
| 2024-01-06 | document rounding behavior of rint/nearbyint for ties | Ralf Jung | -6/+12 |
| 2024-01-06 | Fix typo in docs for slice::split_once, slice::rsplit_once | Connor Lane Smith | -2/+2 |
| 2024-01-05 | Rollup merge of #119216 - weiznich:use_diagnostic_namespace_in_stdlib, r=comp... | Michael Goulet | -30/+31 |
| 2024-01-05 | Remove feature not required by `Ipv6Addr::to_cononical` doctest | Ethan Brierley | -1/+0 |
| 2024-01-05 | library: Add `allow(unused_assignments)` to custom MIR doctest | Vadim Petrochenkov | -0/+1 |
| 2024-01-05 | Rollup merge of #119583 - AngelicosPhosphoros:const_assume, r=RalfJung | Michael Goulet | -2/+1 |
| 2024-01-05 | Fix #119551: Rewrite Iterator::position default impl, storing the accumulatin... | martha | -6/+13 |
| 2024-01-05 | Replace some usage of `#[rustc_on_unimplemented]` with | Georg Semmler | -30/+31 |
| 2024-01-05 | Fix a typo in core::ops::Deref's doc | Laura Demkowicz-Duffy | -1/+1 |
| 2024-01-04 | Fixed ambiguity in hint.rs | Ming, Bai | -1/+1 |
| 2024-01-04 | Make `intrinsics::assume` const stable | AngelicosPhosphoros | -2/+1 |
| 2024-01-04 | Rollup merge of #119532 - GKFX:offset-of-parse-expr, r=est31 | Matthias Krüger | -0/+10 |
| 2024-01-04 | Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errors | Matthias Krüger | -12/+45 |
| 2024-01-02 | Make offset_of field parsing use metavariable which handles any spacing | George Bateman | -0/+10 |
| 2023-12-31 | Clarify ambiguity in select_nth_unstable docs | Brian Romanowski | -7/+7 |
| 2023-12-31 | Initial implementation of `str::from_raw_parts[_mut]` | Sky | -1/+42 |
| 2023-12-30 | Rollup merge of #119424 - ojeda:send-sync, r=est31 | Matthias Krüger | -1/+3 |
| 2023-12-29 | Primitive docs: fix confusing `Send` in `&T`'s list | Miguel Ojeda | -1/+3 |
| 2023-12-28 | fix typo | Emil Gardström | -1/+1 |
| 2023-12-26 | custom mir: better type-checking | Ralf Jung | -7/+9 |
| 2023-12-26 | custom mir: make it clear what the return block is | Ralf Jung | -9/+40 |
| 2023-12-26 | explain what crates should do when adding comparison with foreign types | Ralf Jung | -0/+38 |
| 2023-12-26 | PartialOrd: transitivity and duality are required only if the corresponding i... | Ralf Jung | -6/+10 |
| 2023-12-26 | PartialEq: handle longer transitive chains | Ralf Jung | -2/+4 |
| 2023-12-26 | Auto merge of #119133 - scottmcm:assert-unchecked, r=thomcc | bors | -1/+49 |
| 2023-12-25 | select AsyncFn traits during overloaded call op | Michael Goulet | -0/+3 |
| 2023-12-25 | We do not need impl_trait_in_assoc_ty | Michael Goulet | -7/+6 |