| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-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-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 | |
