| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -80/+2 | |
| This commit removes all unstable and deprecated functions in the standard library. A release was recently cut (1.3) which makes this a good time for some spring cleaning of the deprecated functions. | ||||
| 2015-07-17 | Add RawVec to unify raw Vecish code | Alexis Beingessner | -21/+0 | |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -0/+3 | |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -3/+3 | |
| 2015-06-08 | Implement RFC 839 | Johannes Oertel | -0/+15 | |
| Closes #25976. | ||||
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -2/+2 | |
| 2015-05-02 | Override Iterator::count method in vec::IntoIter | sinkuu | -0/+5 | |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -1/+0 | |
| 2015-04-28 | collections: Implement vec::drain(range) according to RFC 574 | Ulrik Sverdrup | -3/+33 | |
| Old `.drain()` on vec is performed using `.drain(..)` now. `.drain(range)` is unstable and under feature(collections_drain) [breaking-change] | ||||
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -0/+994 | |
