| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-08-27 | Clarify that VecDeque::swap can panic | David Ross | -2/+4 | |
| The previous documentation mentioned this, but ambiguously used the term "fail". This clarifies that the function will panic if the index is out of bounds, instead of silently failing and not doing anything. | ||||
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -1/+1 | |
| Like #43008 (f668999), but _much more aggressive_. | ||||
| 2017-08-01 | Fixed extra cases found in better checking. | Isaac van Bakel | -2/+2 | |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -1/+1 | |
| 2017-07-22 | Add conversions from references to NonZero pointers, Unique, and Shared | Simon Sapin | -1/+1 | |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -1/+1 | |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -2/+3 | |
| This reverts commit 143206d54d7558c2326212df99efc98110904fdb. | ||||
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -3/+2 | |
| Move it and Bound to core::ops while we're at it. Closes #30877 | ||||
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+2970 | |
