summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-01-21Generalize envs() and args() to iterators.Zack Weinberg-6/+9
2017-01-21Add doc examples for `std::ffi::OsString` fucntions/methods.Corey Farwell-0/+73
2017-01-21Specify the result of integer cast on booleanGuillaume Gomez-1/+9
2017-01-21Auto merge of #39086 - aidanhs:aphs-local-rebuild-no-jemalloc, r=alexcrichtonbors-4/+6
2017-01-20Use libc errnoJeremy Soller-1/+8
2017-01-20Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brsonAlex Crichton-1/+2
2017-01-20Rollup merge of #38761 - frewsxcv:thread-sleep-formatting, r=alexcrichtonAlex Crichton-3/+6
2017-01-20Document that `Metadata` can be obtained from `symlink_metadata`Andrea Canciani-3/+5
2017-01-20Add link to symlink_metadata in fs::Metadata docJack Vickeridge-3/+4
2017-01-20Fix formatting and links in previous doc change.Jack Vickeridge-4/+10
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-1/+2
2017-01-19Expand documentation of process::exit and execSimonas Kazlauskas-2/+29
2017-01-19Rollup merge of #38922 - chris-morgan:fs-markdown-link-fix, r=steveklabnikGuillaume Gomez-1/+2
2017-01-19Rollup merge of #38457 - frewsxcv:include, r=GuillaumeGomezGuillaume Gomez-5/+20
2017-01-19Use fs::symlink_metadata in doc for is_symlinkJack Vickeridge-1/+6
2017-01-19Auto merge of #38464 - clarcharr:ip_cmp, r=sfacklerbors-4/+100
2017-01-19Auto merge of #38712 - clarcharr:duration_sum, r=sfacklerbors-0/+15
2017-01-16Rollup merge of #39065 - frewsxcv:libstd-os-unix-ffi-docs, r=GuillaumeGomezGuillaume Gomez-3/+57
2017-01-16Rollup merge of #39028 - frewsxcv:libstd-env-docs, r=brsonGuillaume Gomez-8/+12
2017-01-16Auto merge of #39076 - ollie27:rustdoc_stab_prim, r=GuillaumeGomezbors-0/+22
2017-01-16Expose a feature to force use of alloc_system, teach rustbuildAidan Hobson Sayers-4/+6
2017-01-15rustdoc: Give primitive types stability attributesOliver Middleton-0/+22
2017-01-15Auto merge of #39045 - redox-os:process_try_wait, r=brsonbors-0/+14
2017-01-14Add doc examples & description in `std::os::unix::ffi`.Corey Farwell-3/+57
2017-01-14Auto merge of #38935 - redox-os:fix_path_redox, r=brsonbors-1/+2
2017-01-13impl ToSocketAddrs for StringBrian Campbell-0/+20
2017-01-13Add try_wait to Redox processJeremy Soller-0/+14
2017-01-13Fix is_absolute on RedoxJeremy Soller-1/+2
2017-01-13Rollup merge of #39024 - stjepang:owned-to-string, r=steveklabnikGuillaume Gomez-4/+4
2017-01-13Rollup merge of #38986 - APTy:fix-nonblocking-test, r=aturonGuillaume Gomez-4/+16
2017-01-13Rollup merge of #38965 - GuillaumeGomez:mutex_docs, r=frewsxcvGuillaume Gomez-1/+79
2017-01-13Rollup merge of #38946 - GuillaumeGomez:path_doc, r=frewsxcvGuillaume Gomez-22/+95
2017-01-13Rollup merge of #38362 - GuillaumeGomez:instant_doc, r=frewsxcvGuillaume Gomez-14/+115
2017-01-12Minor improvements to docs in std::env structures/functions.Corey Farwell-8/+12
2017-01-13Change `to_owned` to `to_string` in docsStjepan Glavina-4/+4
2017-01-12Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brsonbors-0/+1
2017-01-11Add missing links and examples for path modules and structsGuillaume Gomez-22/+95
2017-01-10std/net/udp: Improve set_nonblocking testTyler Julian-4/+16
2017-01-10Add missing doc examples for MutexGuillaume Gomez-1/+79
2017-01-10Fixes:Zack Weinberg-1/+1
2017-01-10Rollup merge of #38839 - frewsxcv:osstr-to-str, r=GuillaumeGomezSeo Sanghyeon-4/+32
2017-01-10Rollup merge of #38836 - ollie27:patch-1, r=steveklabnikSeo Sanghyeon-1/+1
2017-01-10Rollup merge of #38799 - minaguib:patch-1, r=steveklabnikSeo Sanghyeon-1/+1
2017-01-10Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelixSeo Sanghyeon-7/+5
2017-01-09Fix a couple of bad Markdown linksChris Morgan-1/+2
2017-01-09Auto merge of #38866 - alexcrichton:try-wait, r=aturonbors-0/+75
2017-01-09Support unprivileged symlink creation in WindowsChris Morgan-3/+20
2017-01-08Auto merge of #38797 - abhijeetbhagat:master, r=petrochenkovbors-18/+67
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2017-01-07Auto merge of #38469 - tbu-:pr_writeln_no_args, r=brsonbors-1/+1