about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-03-20Rollup merge of #23534 - steveklabnik:remove_sched_threads, r=alexcrichtonManish Goregaokar-24/+1
2015-03-20Rollup merge of #23499 - mbrubeck:doc-edit, r=huonwManish Goregaokar-1/+2
2015-03-20Rollup merge of #22631 - aepsil0n:issue-22098, r=aturonManish Goregaokar-9/+9
2015-03-20Rollup merge of #23529 - steveklabnik:gh23426, r=alexcrichtonManish Goregaokar-0/+5
2015-03-20Rollup merge of #23504 - alexcrichton:parse-error-not-unit, r=aturonManish Goregaokar-11/+17
2015-03-20Remove rt::default_sched_threads and RUST_THREADS.Steve Klabnik-24/+1
2015-03-19Comment on when ReadDir is ErrSteve Klabnik-0/+5
2015-03-19Auto merge of #23430 - alexcrichton:io-error, r=aturonbors-48/+81
2015-03-19std: Stablize io::ErrorKindAlex Crichton-48/+81
2015-03-19Allow Float::ldexp to be called as a methodEduard Bopp-9/+9
2015-03-19Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichtonbors-5/+5
2015-03-19Fix spelling errors in comments.Joseph Crail-5/+5
2015-03-19Rollup merge of #23496 - steveklabnik:gh22309, r=nikomatsakisManish Goregaokar-0/+14
2015-03-19Rollup merge of #23483 - semarie:openbsd-threads, r=alexcrichtonManish Goregaokar-4/+2
2015-03-19Rollup merge of #23479 - tamird:fix-ios-build, r=aturonManish Goregaokar-3/+2
2015-03-18std: Stabilize FromStr implementations in std::netAlex Crichton-11/+17
2015-03-19Document include!Steve Klabnik-0/+14
2015-03-19Rollup merge of #23468 - sfackler:stdio-panic, r=alexcrichtonManish Goregaokar-3/+29
2015-03-18Clarify in docs that BufRead::read_line appendsMatt Brubeck-1/+2
2015-03-18Register new snapshotsAlex Crichton-155/+5
2015-03-18Rollup merge of #23443 - meqif:ipv6addr-new-documentation-fix, r=steveklabnikManish Goregaokar-1/+1
2015-03-18Rollup merge of #23392 - WiSaGaN:bugfix/fix_deprecate_link, r=ManishearthManish Goregaokar-4/+4
2015-03-18Rollup merge of #23461 - alexcrichton:feat-char-at, r=aturonManish Goregaokar-0/+1
2015-03-18Add a testSteven Fackler-0/+26
2015-03-18iOS: fallout from 1d5983aTamir Duberstein-3/+2
2015-03-18openbsd/bitrig threadsSébastien Marie-4/+2
2015-03-18Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichtonbors-156/+157
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-168/+152
2015-03-17Ignore stdio mutex poison stateSteven Fackler-3/+3
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