| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-29 | Move RangeArguments to {core::std}::ops and rename to RangeBounds | Simon Sapin | -3/+2 | |
| These unstable items are deprecated: * The `std::collections::range::RangeArgument` reexport * The `std::collections::range` module. | ||||
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 | |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -1/+2 | |
| This reverts commit 143206d54d7558c2326212df99efc98110904fdb. | ||||
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -2/+1 | |
| Move it and Bound to core::ops while we're at it. Closes #30877 | ||||
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -4/+4 | |
| 2017-01-29 | Remove dead recursive partial eq impl | est31 | -1/+1 | |
| Its nowhere used (if it had been used used, the rust stack would have overflown due to the recursion). Its presence was confusing for mrustc. | ||||
| 2017-01-03 | Add drain method to AccumulateVec/ArrayVec | Andrew Cann | -0/+39 | |
| You can now call .drain(..) on SmallVec, AccumulateVec and ArrayVec | ||||
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use ↵ | Mark-Simulacrum | -6/+152 | |
| data_structures::SmallVec. | ||||
| 2016-10-25 | Add AccumulateVec, a potentially stack-allocated vector. | Mark-Simulacrum | -0/+52 | |
| AccumulateVec is generic over the Array trait, which is currently only implemented for [T; 8]. | ||||
