rust/src/libstd
Carol Nichols 33d8a4efea Rearrange tests to be in the same order as implementation
I was having trouble figuring out which functions had tests and which
didn't. This commit is just moving tests around and does not change
anything.
2015-03-05 20:37:49 -05:00
..
collections Rollup merge of #22973 - djmally:coll_docs, r=Gankro 2015-03-05 12:38:34 +05:30
ffi Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw 2015-03-04 12:16:51 +00:00
fs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
io Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
net Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
num Rearrange tests to be in the same order as implementation 2015-03-05 20:37:49 -05:00
old_io Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
old_path Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon 2015-02-22 22:45:46 +00:00
prelude Add core::num::wrapping and fix overflow errors. 2015-03-03 12:10:19 +01:00
rand Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
rt Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
sync Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
sys Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
thread_local Enable recursion for visit_ty in lint visitor 2015-03-02 15:35:48 -08:00
time Fix Duration::weeks docs 2015-03-04 12:16:37 +00:00
ascii.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
bool.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
dynamic_lib.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
env.rs iOS: fallout of env stab 2015-03-04 17:46:29 +02:00
lib.rs Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw 2015-03-04 12:16:51 +00:00
macros.rs Resolve includeme.fragment conflict. 2015-02-21 06:56:46 -05:00
os.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
panicking.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
path.rs impl IntoCow for Path[Buf] 2015-02-25 12:34:50 -05:00
process.rs Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw 2015-03-04 12:16:51 +00:00
rtdeps.rs fixing trailing whitespace errors 2015-02-11 14:49:07 -08:00
thread.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
thunk.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
tuple.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unit.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00