about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+9
2015-03-16impl<T> [T]Jorge Aparicio-0/+51
2015-03-16impl strJorge Aparicio-3/+28
2015-03-16impl charJorge Aparicio-0/+7
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-227/+404
2015-03-16thread: 'dur' -> 'duration'Tshepang Lekhonkhobe-6/+6
2015-03-16Auto merge of #23342 - apasel422:23327, r=alexcrichtonbors-0/+11
2015-03-16std: Stabilize the Write::flush methodAlex Crichton-1/+1
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-5/+5
2015-03-16document undefined collection behavior with interior mutabilityAndrew Paseltiner-0/+11
2015-03-16Auto merge of #23394 - tanadeau:remove-old_io-notes, r=alexcrichtonbors-2/+1
2015-03-16Auto merge of #23396 - semarie:remove-sized-bounds, r=sfacklerbors-2/+2
2015-03-15Auto merge of #23206 - nagisa:print-io, r=alexcrichtonbors-27/+58
2015-03-15Auto merge of #23353 - alexcrichton:stabilize-os, r=aturonbors-323/+397
2015-03-15std: Clean up the sys::thread modulesAlex Crichton-221/+148
2015-03-15unbreak freebsd/openbsd/bitrig build after #23316Sébastien Marie-2/+2
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-323/+397
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-15Auto merge of #23387 - Manishearth:rollup, r=Manishearthbors-25/+12
2015-03-15Removed old_io note from std::netTrent Nadeau-2/+1
2015-03-15Fix deprecated `comm` link.Wangshan Lu-4/+4
2015-03-15Auto merge of #23372 - tamird:fix-ios-compilation, r=alexcrichtonbors-13/+3
2015-03-15Rollup merge of #23384 - daboross:patch-2, r=alexcrichtonManish Goregaokar-1/+1
2015-03-15Rollup merge of #23382 - FuGangqiang:typos, r=alexcrichtonManish Goregaokar-2/+2
2015-03-15Rollup merge of #23379 - kballard:tweak-stdio-docs-no-raw-constructors, r=ale...Manish Goregaokar-18/+9
2015-03-15Implement `winsize()` for {ios,dragonfly}Tamir Duberstein-12/+2
2015-03-15Fallout of c933d44f7bb9Tamir Duberstein-1/+1
2015-03-15Fix an String -> a String in env.rs documentationDabo Ross-1/+1
2015-03-14std: Fix create_dir_all for empty pathsAlex Crichton-1/+1
2015-03-14std: Remove ?Sized bounds from many I/O functionsAlex Crichton-43/+39
2015-03-15fix typosFuGangqiang-2/+2
2015-03-14Remove incorrect references to _raw stdio functionsKevin Ballard-18/+9
2015-03-14Stop recommending old_io in the module doc for std::ioKevin Ballard-4/+0
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-27/+58
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-14/+14
2015-03-13std: Stabilize the `net` moduleAlex Crichton-227/+404
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-71/+75
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-5/+5
2015-03-13Fallout of std::old_io deprecationAlex Crichton-176/+172
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-14/+14
2015-03-12std: Stabilize the `io` moduleAlex Crichton-105/+212
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-291/+380
2015-03-12Stabilize std::pathAaron Turon-291/+380
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-176/+86
2015-03-12Rollup merge of #23296 - shepmaster:explain-why-joinguard-is-must-use, r=alex...Manish Goregaokar-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-195/+195
2015-03-11Explain why immediately dropping a JoinGuard is not what you want to doJake Goulding-1/+1
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-4/+5
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-4/+5
2015-03-10Rollup merge of #23125 - danburkert:master, r=brsonManish Goregaokar-0/+63