summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-4/+4
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-18Avoid metadata bloat by using trait FixedSizeArrayVadim Petrochenkov-53/+15
2015-03-18Add and fix more testsVadim Petrochenkov-3/+3
2015-03-18Fixed-size byte string literals (RFC 339)Vadim Petrochenkov-24/+79
2015-03-17Auto merge of #23330 - alexcrichton:thread-sleep, r=aturonbors-221/+197
2015-03-17std: Implement `thread::sleep`Alex Crichton-1/+50
2015-03-17Fix IPv6 address format in documentationRicardo Martins-1/+1
2015-03-17Rollup merge of #23432 - mzabaluev:io-into-inner-doc, r=alexcrichtonManish Goregaokar-14/+15
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-1/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-71/+75
2015-03-17Rollup merge of #23427 - tshepang:dur-becomes-duration, r=steveklabnikManish Goregaokar-6/+6
2015-03-17Rollup merge of #23415 - alexcrichton:stabilize-flush, r=aturonManish Goregaokar-1/+1
2015-03-17std::io::buffered: Don't use 'flush' in documentation of into_innerMikhail Zabaluev-14/+15
2015-03-17Auto merge of #23104 - japaric:inherent, r=nikomatsakisbors-7/+2576
2015-03-16impl f{32,64}Jorge Aparicio-0/+2469
2015-03-16preemptively fix windows compilation errorsJorge Aparicio-0/+3
2015-03-16remove importsJorge Aparicio-6/+6
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-0/+5
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