rust/src/libstd
bors cfc91090e9 Auto merge of #21745 - chris-morgan:add-missing-unstable-attributes, r=huonw
I’d kind of like to be able to use HashState in AnyMap, which I can’t do without a stability attribute on it. While I was at it I looked around and found a few more missing.
2015-02-03 10:40:33 +00:00
..
collections Auto merge of #21745 - chris-morgan:add-missing-unstable-attributes, r=huonw 2015-02-03 10:40:33 +00:00
ffi rollup merge of #21830: japaric/for-cleanup 2015-02-02 11:01:12 -08:00
num rollup merge of #21631: tbu-/isize_police 2015-01-30 13:27:02 -08:00
old_io rollup merge of #21830: japaric/for-cleanup 2015-02-02 11:01:12 -08:00
path rollup merge of #21842: alexcrichton/issue-21839 2015-02-02 11:01:16 -08:00
prelude register snapshots 2015-02-02 13:38:32 -05:00
rand `for x in xs.iter()` -> `for x in &xs` 2015-02-02 13:40:18 -05:00
rt rollup merge of #21830: japaric/for-cleanup 2015-02-02 11:01:12 -08:00
sync `for x in xs.into_iter()` -> `for x in xs` 2015-02-02 13:40:18 -05:00
sys Test fixes and rebase conflicts 2015-02-02 18:50:23 -08:00
thread_local `for x in xs.iter()` -> `for x in &xs` 2015-02-02 13:40:18 -05:00
time Add a few missing stability markers. 2015-01-30 15:22:19 +11:00
ascii.rs `for x in xs.iter_mut()` -> `for x in &mut xs` 2015-02-02 13:40:18 -05:00
bool.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
dynamic_lib.rs rollup merge of #21787: alexcrichton/std-env 2015-02-02 10:58:01 -08:00
env.rs std: Add a new `env` module 2015-02-01 11:08:15 -08:00
failure.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-27 15:05:04 -08:00
fmt.rs register snapshots 2015-02-02 13:38:32 -05:00
lib.rs rollup merge of #21830: japaric/for-cleanup 2015-02-02 11:01:12 -08:00
macros.rs Remove all `i` suffixes 2015-01-30 04:38:54 +01:00
os.rs rollup merge of #21830: japaric/for-cleanup 2015-02-02 11:01:12 -08:00
rtdeps.rs openbsd support 2015-02-01 14:41:38 +01:00
thread.rs Implement Thread::park_timeout 2015-01-30 17:09:15 -08:00
thunk.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
tuple.rs Remove all `i` suffixes 2015-01-30 04:38:54 +01:00
unit.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00