| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-04 | Add example of using the indexing operator to BTreeMap docs | Corey Farwell | -0/+3 | |
| 2018-12-02 | avoid MaybeUninit::get_mut where it is not needed | Ralf Jung | -2/+2 | |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 | |
| fix various typos in doc comments | ||||
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 | |
| 2018-11-06 | Format BtreeMap::range_mut example | kngwyu | -3/+4 | |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 | |
| 2018-10-10 | remove a now outdated comment | Ralf Jung | -3/+0 | |
| 2018-10-09 | address RalfJung's comment | Jorge Aparicio | -6/+6 | |
| 2018-10-09 | alloc: fix deprecated warnings | Jorge Aparicio | -20/+20 | |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -20/+20 | |
| This reverts commit c6e3d7fa3113aaa64602507f39d4627c427742ff, reversing changes made to 4591a245c7eec9f70d668982b1383cd2a6854af5. | ||||
| 2018-09-22 | address RalfJung's comment | Jorge Aparicio | -6/+6 | |
| 2018-09-22 | alloc: fix deprecated warnings | Jorge Aparicio | -20/+20 | |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -24/+24 | |
| 2018-07-20 | data_structures: Add a reference wrapper for pointer-indexed maps/sets | Vadim Petrochenkov | -1/+1 | |
| Use `ptr::eq` for comparing pointers | ||||
| 2018-07-02 | add outlives annotations to `BTreeMap` | Niko Matsakis | -7/+10 | |
| nll requires these annotations, I believe because of https://github.com/rust-lang/rust/issues/29149 | ||||
| 2018-07-02 | Make `BTreeMap::clone()` not allocate when cloning an empty tree. | Nicholas Nethercote | -1/+10 | |
| 2018-06-29 | Move some alloc crate top-level items to a new alloc::collections module | Simon Sapin | -0/+5451 | |
| This matches std::collections | ||||
