rust/src/libstd
Alex Crichton f3580879b9 std: Stabilize the once_new feature
This function follows the well-established "constructor" pattern and the
initialization constant will likely be deprecated in favor of it once `const_fn`
is stabilized.
2015-06-17 09:07:16 -07:00
..
collections std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
ffi std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
io std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
net Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton 2015-06-11 18:10:08 +00:00
num std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
os std: Stabilize a number of new fs features 2015-06-09 17:44:13 -07:00
prelude Rollup merge of #25224 - brson:stddoc, r=steveklabnik 2015-05-13 00:52:48 -04:00
rand remove references to IoResult 2015-05-28 12:51:01 -04:00
rt std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
sync std: Stabilize the once_new feature 2015-06-17 09:07:16 -07:00
sys std: Stabilize the sync_poison feature 2015-06-17 09:07:16 -07:00
thread std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
time std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
ascii.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
bool.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
dynamic_lib.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
env.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
error.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
fs.rs std: Stabilize a number of new fs features 2015-06-09 17:44:13 -07:00
lib.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
macros.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
panicking.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
path.rs Auto merge of #25736 - tshepang:path-nits, r=steveklabnik 2015-05-25 01:56:48 +00:00
process.rs std: Tweak process raising/lowering implementations 2015-06-09 17:48:10 -07:00
rtdeps.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
thunk.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
tuple.rs Remove doc-comment default::Default imports 2015-04-22 09:42:36 -04:00
unit.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00