rust/src/libcore
Alex Crichton ccb1e460dc std: Mark two missing functions as #[stable]
Both `Extend::extend` and `DoubleEndedIterator::next_back` were intended to be
stable, but they mistakenly didn't have the `#[stable]` tag.
2015-01-09 15:49:09 -08:00
..
fmt Improvements to feature staging 2015-01-08 03:07:23 -08:00
hash std: Stabilize the std::hash module 2015-01-07 12:18:08 -08:00
num Improvements to feature staging 2015-01-08 03:07:23 -08:00
str use slicing sugar 2015-01-07 17:35:56 -05:00
any.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
array.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
atomic.rs rollup merge of #20615: aturon/stab-2-thread 2015-01-06 15:38:38 -08:00
borrow.rs rollup merge of #20722: alexcrichton/audit-show 2015-01-07 17:18:59 -08:00
cell.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
char.rs Stabilization of impls and fallout from stabilization 2015-01-05 14:26:04 -08:00
clone.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
cmp.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
default.rs
finally.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
intrinsics.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
iter.rs std: Mark two missing functions as #[stable] 2015-01-09 15:49:09 -08:00
lib.rs rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
macros.rs Remove warning from the libraries. 2015-01-08 11:02:23 -05:00
marker.rs markers -> marker 2015-01-07 12:10:31 +13:00
mem.rs markers -> marker 2015-01-07 12:10:31 +13:00
nonzero.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
ops.rs Remove String impls and fix for make tidy 2015-01-08 14:35:53 +13:00
option.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
panicking.rs
prelude.rs rollup merge of #20607: nrc/kinds 2015-01-06 15:34:10 -08:00
ptr.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
raw.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
result.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
simd.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
slice.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
tuple.rs
ty.rs markers -> marker 2015-01-07 12:10:31 +13:00