summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-02-18Rollup merge of #39928 - GuillaumeGomez:env_func_urls, r=frewsxcvGuillaume Gomez-4/+11
2017-02-18Rollup merge of #39862 - stjepang:fix-wording-localkey, r=GuillaumeGomezGuillaume Gomez-3/+3
2017-02-18Add missing urls for env functionsGuillaume Gomez-4/+11
2017-02-17Follow rename of mx_handle_wait Magenta syscallsRaph Levien-3/+7
2017-02-16Resize hashmap when long probes are detectedarthurprs-12/+105
2017-02-15simplify home_dir by removing unnecessary getpwuid_r wrapperShawn Walker-Salas-18/+9
2017-02-15Rollup merge of #39861 - retep998:small-fix, r=alexcrichtonCorey Farwell-1/+1
2017-02-15Rollup merge of #39844 - king6cong:sys, r=alexcrichtonCorey Farwell-6/+6
2017-02-15Rollup merge of #39839 - king6cong:refine-doc, r=frewsxcvCorey Farwell-1/+1
2017-02-16std::io::cursor: Fixed Seek so test passes.Amos Onn-10/+12
2017-02-15libstd needs update for pending libc changeShawn Walker-Salas-11/+0
2017-02-16std::io::cursor Added test for seeking beyond i64.Amos Onn-0/+37
2017-02-15Fix wording in LocalKey documentationStjepan Glavina-3/+3
2017-02-15Fix parameter to GetUserProfileDirectoryWPeter Atashian-1/+1
2017-02-15Improve backtrace formating while panicking.Yamakaky-514/+732
2017-02-15sys/mod doc update and mod import order adjustking6cong-6/+6
2017-02-15Auto merge of #39594 - clarcharr:cstr_box, r=aturonbors-1/+184
2017-02-15Auto merge of #39560 - F001:retainHashMap, r=alexcrichtonbors-46/+182
2017-02-15make doc consistent with var nameking6cong-1/+1
2017-02-15Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichtonbors-3/+3
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-1/+184
2017-02-14Rollup merge of #39659 - zackw:asciiext-ctype, r=alexcrichtonCorey Farwell-0/+858
2017-02-13Add feature annotations to the doctests for ascii_ctype.Zack Weinberg-0/+20
2017-02-13Fix up linksSteve Klabnik-3/+3
2017-02-13Squeeze URL lines under 100 chars wide to make tidy happy.Zack Weinberg-7/+7
2017-02-12Rollup merge of #39662 - Henning-K:patch-1, r=frewsxcvGuillaume Gomez-1/+1
2017-02-10Rollup merge of #39721 - whataloadofwhat:catch-unwind-bang, r=alexcrichtonCorey Farwell-23/+14
2017-02-10Change std::panicking::try::Data into a unionwhataloadofwhat-23/+14
2017-02-09Update set operations documentationJethro Beekman-7/+13
2017-02-08Rollup merge of #39649 - GuillaumeGomez:join_paths-url, r=frewsxcvCorey Farwell-4/+8
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+10
2017-02-08Fix compilation on RedoxJeremy Soller-1/+13
2017-02-09Fix missing article.Henning Kowalk-1/+1
2017-02-08sanitizer supportJorge Aparicio-0/+10
2017-02-09Fixed #39661Henning Kowalk-1/+1
2017-02-08Add equivalents of C's <ctype.h> functions to AsciiExt.Zack Weinberg-0/+838
2017-02-08Add missing urls on join_pathsGuillaume Gomez-4/+8
2017-02-08Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichtonCorey Farwell-22/+21
2017-02-08std: Add retain method for HashMap and HashSetf001-46/+182
2017-02-07Rollup merge of #39621 - GuillaumeGomez:current_dir_docs, r=steveklabnikCorey Farwell-2/+5
2017-02-07Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brsonCorey Farwell-97/+6
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-1/+5
2017-02-07Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichtonCorey Farwell-0/+29
2017-02-07Rollup merge of #38764 - Aaronepower:master, r=aturonCorey Farwell-0/+7
2017-02-07Add missing urls for current_dirGuillaume Gomez-2/+5
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-22/+21
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-97/+6
2017-02-05Ipv6Addr <-> u128Clar Charr-5/+38
2017-02-05Rollup merge of #39514 - tbu-:pr_less_syscalls_fd, r=alexcrichtonCorey Farwell-2/+17
2017-02-05Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichtonCorey Farwell-51/+53