about summary refs log tree commit diff
path: root/src/libstd/sys/unix/timer.rs
diff options
context:
space:
mode:
authorAaron Turon <aturon@mozilla.com>2014-12-16 23:44:43 -0800
committerAaron Turon <aturon@mozilla.com>2014-12-30 12:02:22 -0800
commit9d919d2302b5df42e3bf8979560e0da21f4b2bad (patch)
treee67b390951a2acd018bea7b57698571ada7a22cb /src/libstd/sys/unix/timer.rs
parent8a5057af2e19bea374600669fee49af1ccf89d08 (diff)
downloadrust-9d919d2302b5df42e3bf8979560e0da21f4b2bad.tar.gz
rust-9d919d2302b5df42e3bf8979560e0da21f4b2bad.zip
Second pass stabilization: vec
This commit takes a second pass through the `vec` module to
stabilize its API. The changes are as follows:

**Stable**:

* `dedup`
* `from_raw_parts`
* `insert`
* `into_iter`
* `is_empty`
* `remove`
* `reserve_exact`
* `reserve`
* `retain`
* `swap_remove`
* `truncate`

**Deprecated**:

* `from_fn`, `from_elem`, `grow_fn` and `grow`, all deprecated in
  favor of iterators. See https://github.com/rust-lang/rfcs/pull/509

* `partition`, `partitioned`, deprecated in favor of a new, more
  general iterator consumer called `partition`.

* `unzip`, deprecated in favor of a new, more general iterator
  consumer called `unzip`.

A few remaining methods are left at experimental status.

[breaking-change]
Diffstat (limited to 'src/libstd/sys/unix/timer.rs')
0 files changed, 0 insertions, 0 deletions