| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-09-26 | Fix capacity comparison in reserve | Steven Fackler | -1/+1 | |
| You can otherwise end up in a situation where you don't actually resize but still call into handle_cap_increase which then corrupts head/tail. Closes #44800 (cherry picked from commit 9733463d2b141a166bfa2f55ec316066ab0f71b6) | ||||
| 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 | |
