about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-04-24Auto merge of #24594 - doomsplayer:patch-2, r=alexcrichtonbors-2/+6
2015-04-24Rollup merge of #24706 - tamird:remove-DST-comment, r=alexcrichtonManish Goregaokar-8/+0
2015-04-24Rollup merge of #24699 - mbrubeck:doc-edit, r=steveklabnikManish Goregaokar-0/+4
2015-04-23Auto merge of #24633 - rapha:master, r=alexcrichtonbors-0/+57
2015-04-24Implement IntoIterator for ReceiverRaphael Speyer-0/+57
2015-04-23Indicate trait names in doc-comment are code-likeCorey Farwell-1/+1
2015-04-23implement set_tcp_keepalive for linuxYoung Wu-2/+6
2015-04-22Remove stale commentTamir Duberstein-8/+0
2015-04-22Explain how to create a Stdin or StdoutMatt Brubeck-0/+4
2015-04-22Auto merge of #24447 - alexcrichton:audit-thread, r=aturonbors-287/+290
2015-04-22std: Audit std::thread implementationsAlex Crichton-287/+290
2015-04-22Remove doc-comment default::Default importsCorey Farwell-2/+0
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-8/+2
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-3426/+346
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-64/+55
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-789/+309
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-1003/+0
2015-04-21rollup merge of #24222: lambda/rename-soft-link-to-symlinkAlex Crichton-8/+104
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-3529/+47
2015-04-21std: Remove deprecated AsPath traitAlex Crichton-32/+0
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-57/+0
2015-04-21Deprecate std::fs::soft_link in favor of platform-specific versionsBrian Campbell-8/+104
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-1/+0
2015-04-21Remove unused filesTamir Duberstein-1002/+0
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-14/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-14/+0
2015-04-21Implement Debug for FileChris Wong-0/+66
2015-04-20Auto merge of #24608 - frewsxcv:patch-15, r=alexcrichtonbors-2/+2
2015-04-19Auto merge of #24526 - klutzy:getrandom-fix, r=alexcrichtonbors-11/+10
2015-04-19Fix typos in code commentsCorey Farwell-2/+2
2015-04-19std::rand::os: Fix race condition of atomicsklutzy-11/+10
2015-04-18Utilize if..let for get_mut doc-comment examplesCorey Farwell-3/+2
2015-04-18Auto merge of #24519 - rprichard:opt-write-args, r=alexcrichtonbors-2/+2
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-4/+4
2015-04-18Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichtonbors-10/+15
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-64/+55
2015-04-17Rollup merge of #24452 - tbu-:pr_file_path, r=aturonManish Goregaokar-7/+6
2015-04-16Call write_fmt directly to format an Arguments value.Ryan Prichard-2/+2
2015-04-16Fixed typo in hash_map::Entry documentationAram Visser-1/+0
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-4/+4
2015-04-16Auto merge of #24448 - alexcrichton:issue-24445, r=huonwbors-1/+1
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-11/+11
2015-04-15Rollup merge of #24480 - achanda:move_test, r=alexcrichtonSteve Klabnik-259/+270
2015-04-15Move IP related tests to ip.rsAbhishek Chanda-259/+270
2015-04-15std: Fix thread_local! in non-PIE binariesAlex Crichton-1/+1
2015-04-15Fix some typos.Ms2ger-5/+5
2015-04-15Auto merge of #24426 - alexcrichton:windows-pipes, r=aturonbors-82/+46
2015-04-15Remove one allocation for the file path in file openingTobias Bucher-7/+6
2015-04-15Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturonbors-2/+10
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-9/+9