| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-29 | Use assertions on Vec doc | Ivan Tham | -2/+4 | |
| Clarify what the state of Vec after with_capacity on doc. | ||||
| 2020-08-29 | Add more info for Vec Drain doc | Ivan Tham | -0/+1 | |
| See its documentation for more | ||||
| 2020-08-29 | Remove brackets in drain filter docs | Ivan Tham | -1/+1 | |
| 2020-08-29 | Keep doc standard for Vec DrainFilter | Ivan Tham | -1/+4 | |
| 2020-08-29 | Liballoc vec doc use associated function | Ivan Tham | -0/+2 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-08-28 | Liballoc extend use intra doc link | Ivan Tham | -2/+0 | |
| 2020-08-27 | Add PartialEq impls for Vec <-> slice | Matt Brubeck | -0/+2 | |
| 2020-08-24 | Shorten liballoc vec resize intra-doc link | Ivan Tham | -5/+3 | |
| 2020-08-24 | Shorten liballoc doc intra link while readable | Ivan Tham | -3/+1 | |
| 2020-08-20 | Rollup merge of #75672 - kofls:intradoc-fix, r=jyn514 | Josh Stone | -45/+29 | |
| Move to intra-doc links for task.rs and vec.rs Partial fix for #75080 links for [`get`], [`get_mut`] skipped due to #75643 link for [`copy_from_slice`] skipped due to #63351 | ||||
| 2020-08-19 | Apply suggestions from code review | Surya Midatala | -13/+12 | |
| 2020-08-18 | Don't panic in Vec::shrink_to_fit | Josh Stone | -1/+4 | |
| 2020-08-18 | Move to intra-doc links for task.rs and vec.rs | Surya Midatala | -33/+18 | |
| 2020-08-16 | Replace ad hoc implementations with `slice::check_range` | dylni | -31/+2 | |
| 2020-08-14 | Rollup merge of #74185 - pickfire:liballoc-iter-doc, r=jyn514 | Tyler Mandry | -12/+3 | |
| Remove liballoc unneeded explicit link | ||||
| 2020-08-14 | Update liballoc vec doc link | Ivan Tham | -8/+3 | |
| 2020-08-14 | Update src/liballoc/vec.rs | Ivan Tham | -1/+0 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-08-14 | Remove liballoc unneeded explicit link | Ivan Tham | -3/+0 | |
| 2020-08-11 | Fix range term in alloc vec doc | Ivan Tham | -1/+1 | |
| `range` is not an element, it is a variable. | ||||
| 2020-08-10 | Liballoc DoubleEndedIterator limit unsafe to pointer arithmethic | Ivan Tham | -15/+11 | |
| 2020-08-10 | Liballoc IntoIter limit unsafe to pointer arithmethic | Ivan Tham | -18/+14 | |
| 2020-08-10 | Liballoc tweak use *const T instead of *const i8 | Ivan Tham | -1/+1 | |
| *const T is also used in the same parts and also used for arith_offset. | ||||
| 2020-08-02 | Auto merge of #75033 - Manishearth:rollup-d8afil1, r=Manishearth | bors | -1/+42 | |
| Rollup of 5 pull requests Successful merges: - #74602 (Clarify the doc for MaybeUninit::zeroed on incorrect use) - #74720 (Clean up E0728 explanation) - #74992 (fix rustdoc generic param order) - #75015 (Add Vec::spare_capacity_mut) - #75022 (Use a slice pattern instead of rchunks_exact(_).next()) Failed merges: r? @ghost | ||||
| 2020-08-01 | Add Vec::spare_capacity_mut | Amanieu d'Antras | -1/+42 | |
| 2020-07-29 | Stabilize `Vec::leak` | Simon Sapin | -3/+1 | |
| 2020-07-29 | Make `Vec::leak` a method instead of an associated function. | Simon Sapin | -3/+3 | |
| The reason for `Box::leak` not to be a method (`Deref` to an arbitrary `T` which might have its own, different `leak` method) does not apply. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+3122 | |
