rust/src/libstd
Manish Goregaokar 9f1240b665 Rollup merge of #23384 - daboross:patch-2, r=alexcrichton
This changed `an String` to `a String`. Very minor change!

The usage of `an String` was introduced in a828e79480 (diff-b596503c7c33ce457b6d047e351ac12bR423), which changed `an OsString` to `an String`.
2015-03-15 15:40:18 +05:30
..
collections Example -> Examples 2015-03-11 21:11:40 -04:00
ffi Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
fs Auto merge of #23229 - aturon:stab-path, r=alexcrichton 2015-03-13 01:00:02 +00:00
io Rollup merge of #23379 - kballard:tweak-stdio-docs-no-raw-constructors, r=alexcrichton 2015-03-15 15:40:18 +05:30
net Example -> Examples 2015-03-11 21:11:40 -04:00
num Rollup merge of #22984 - carols10cents:tests-for-float, r=huonw 2015-03-09 00:02:28 +05:30
old_io Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +00:00
old_path Auto merge of #23229 - aturon:stab-path, r=alexcrichton 2015-03-13 01:00:02 +00:00
prelude Add core::num::wrapping and fix overflow errors. 2015-03-03 12:10:19 +01:00
rand Example -> Examples 2015-03-11 21:11:40 -04:00
rt Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
sync Example -> Examples 2015-03-11 21:11:40 -04:00
sys Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +00:00
thread_local Example -> Examples 2015-03-11 21:11:40 -04: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 Stabilize std::path 2015-03-12 16:38:58 -07:00
env.rs Fix an String -> a String in env.rs documentation 2015-03-15 00:00:26 -07:00
lib.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
macros.rs Example -> Examples 2015-03-11 21:11:40 -04:00
os.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
panicking.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
path.rs fix typos 2015-03-15 13:47:34 +08:00
process.rs Example -> Examples 2015-03-11 21:11:40 -04:00
rtdeps.rs fixing trailing whitespace errors 2015-02-11 14:49:07 -08:00
thread.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
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