rust/src/librustc_driver
Alex Crichton b1976f1f6e std: Remove index notation on slice iterators
These implementations were intended to be unstable, but currently the stability
attributes cannot handle a stable trait with an unstable `impl` block. This
commit also audits the rest of the standard library for explicitly-`#[unstable]`
impl blocks. No others were removed but some annotations were changed to
`#[stable]` as they're defacto stable anyway.

One particularly interesting `impl` marked `#[stable]` as part of this commit
is the `Add<&[T]>` impl for `Vec<T>`, which uses `push_all` and implicitly
clones all elements of the vector provided.

Closes #24791
2015-05-01 10:40:46 -07:00
..
driver.rs Return nonzero exit code if there are errors at a stop point 2015-04-18 12:23:49 +02:00
lib.rs std: Remove index notation on slice iterators 2015-05-01 10:40:46 -07:00
pretty.rs Functional changes for associated constants. Cross-crate usage of associated constants is not yet working. 2015-04-23 21:02:26 -06:00
test.rs fix rustc_driver tests 2015-04-24 16:55:19 -04:00