| Age | Commit message (Expand) | Author | Lines |
| 2024-02-17 | Remove unnecessary unit binding | hi-rustin | -2/+2 |
| 2024-02-16 | Add an example to demonstrate how Rc::into_inner works | Takashiidobe | -0/+15 |
| 2024-02-16 | Don't use mem::zeroed in vec::IntoIter | Ben Kimock | -34/+29 |
| 2024-02-16 | address review comments | Lukas Markeffsky | -44/+99 |
| 2024-02-16 | outline large copies | Lukas Markeffsky | -7/+20 |
| 2024-02-16 | reduce branchiness | Lukas Markeffsky | -31/+22 |
| 2024-02-16 | reduce amount of math | Lukas Markeffsky | -14/+12 |
| 2024-02-16 | simplify codegen for trivially droppable types | Lukas Markeffsky | -2/+3 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -33/+35 |
| 2024-02-15 | Fix typo in VecDeque::handle_capacity_increase() doc comment. | Johannes Lade | -4/+4 |
| 2024-02-15 | Add slice::try_range | ltdk | -2/+2 |
| 2024-02-15 | Rollup merge of #120505 - Amanieu:fix-btreemap-cursor-remove, r=m-ou-se | Guillaume Gomez | -0/+12 |
| 2024-02-15 | Rollup merge of #120449 - udoprog:document-unsized-rc-arc-from-raw, r=m-ou-se | Guillaume Gomez | -26/+122 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -14/+14 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -33/+35 |
| 2024-02-14 | Rollup merge of #116387 - kpreid:wake-doc, r=cuviper | Oli Scherer | -3/+10 |
| 2024-02-13 | Rollup merge of #120967 - LeoDog896:master, r=cuviper | Matthias Krüger | -0/+16 |
| 2024-02-12 | docs: use correct link, use secondary example | Tristan F | -2/+5 |
| 2024-02-12 | Rollup merge of #120936 - ripytide:master, r=Amanieu | Matthias Krüger | -85/+128 |
| 2024-02-12 | style: fmt | Tristan F. | -1/+1 |
| 2024-02-12 | docs: mention round-to-even in precision formatting | Tristan F | -0/+13 |
| 2024-02-11 | Rollup merge of #110483 - tleibert:thin-box-try-new, r=dtolnay | Matthias Krüger | -0/+64 |
| 2024-02-11 | fix intra-doc links | ripytide | -12/+12 |
| 2024-02-11 | Address ThinBox::try_new PR review | David Tolnay | -4/+3 |
| 2024-02-11 | fix incorrect doctest | ripytide | -2/+2 |
| 2024-02-11 | improve `btree_cursors` functions documentation | ripytide | -87/+130 |
| 2024-02-11 | Rollup merge of #117740 - majaha:format_docs, r=joshtriplett | Matthias Krüger | -0/+5 |
| 2024-02-10 | Remove the link. | Kevin Reid | -4/+5 |
| 2024-02-10 | URL-encode chars in fragment. | Kevin Reid | -1/+1 |
| 2024-02-10 | Additional doc links and explanation of `Wake`. | Kevin Reid | -3/+9 |
| 2024-02-10 | Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk | bors | -0/+30 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -2/+2 |
| 2024-02-08 | Reduce use of NonNull::new_unchecked in library/ | Ben Kimock | -10/+11 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -2/+2 |
| 2024-02-06 | Harmonize blanket implementations for AsyncFn* traits | Michael Goulet | -0/+30 |
| 2024-02-05 | Rollup merge of #118960 - tvallotton:local_waker, r=Mark-Simulacrum | Matthias Krüger | -6/+182 |
| 2024-02-05 | Rollup merge of #113833 - WiktorPrzetacznik:master, r=dtolnay | Matthias Krüger | -8/+8 |
| 2024-02-05 | Rollup merge of #120458 - rytheo:cstr-conversion-doc, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2024-01-31 | Rollup merge of #120355 - the8472:doc-vec-fromiter, r=cuviper | Nadrieril | -0/+44 |
| 2024-01-30 | Apply suggestions from code review | the8472 | -12/+11 |
| 2024-01-30 | document `FromIterator for Vec` allocation behaviors | The 8472 | -0/+45 |
| 2024-01-30 | Fix BTreeMap's Cursor::remove_{next,prev} | Amanieu d'Antras | -0/+12 |
| 2024-01-30 | Rollup merge of #120445 - Nemo157:arc-plug, r=Mark-Simulacrum | Guillaume Gomez | -29/+80 |
| 2024-01-29 | Rollup merge of #120266 - steffahn:a_rc_into_inner_docs, r=Mark-Simulacrum | Dylan DPC | -5/+12 |
| 2024-01-28 | Document From<&CStr> for CString | Ryan Lowe | -0/+2 |
| 2024-01-28 | Fix some `Arc` allocator leaks | Wim Looman | -29/+80 |
| 2024-01-28 | Fix doctest | John-John Tedro | -4/+6 |
| 2024-01-28 | Replicate documentation in {Rc,Arc}::from_raw_in | John-John Tedro | -16/+66 |
| 2024-01-28 | Fix doctest | John-John Tedro | -4/+4 |
| 2024-01-28 | Tidy up | John-John Tedro | -2/+2 |