about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-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-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
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14std: Remove final usage of fds from WindowsAlex Crichton-82/+46
2015-04-14Test fixes and rebase conflictsAlex Crichton-1/+1
2015-04-14std: Set overlap/noinherit flags on windows socketsAlex Crichton-2/+10
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-14/+41
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-238/+238
2015-04-14rollup merge of #24386: nagisa/rte-fixAlex Crichton-7/+4
2015-04-14rollup merge of #24350: tbelaire/cstring-doc-from-vecAlex Crichton-3/+4
2015-04-14rollup merge of #24343: achanda/global_ipAlex Crichton-15/+43
2015-04-14rollup merge of #24342: tbelaire/patch-1Alex Crichton-1/+2
2015-04-14rollup merge of #24310: alexcrichton/stabilize-utf8-errorAlex Crichton-4/+1
2015-04-14std: Remove AsSlice/Str from the preludeAlex Crichton-3/+0
2015-04-14rand: Delete all doc testsAlex Crichton-168/+0
2015-04-14test: Fixup many library unit testsAlex Crichton-329/+29
2015-04-14std: Reexport some unstable rand functionality for nowAlex Crichton-0/+11
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-22772/+57
2015-04-14Fallout: move from scoped to spawnAaron Turon-0/+1
2015-04-14Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturonbors-13/+28
2015-04-13Generalize `spawn` beyond unit closuresAaron Turon-10/+32
2015-04-13Refine read_to_end documentationSimonas Kazlauskas-7/+4