summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-03-20Rollup merge of #40312 - jdhorwitz:papercut, r=steveklabnikCorey Farwell-0/+21
2017-03-20Fix up various linkssteveklabnik-7/+7
2017-03-19Rollup merge of #40566 - clarcharr:never_error, r=sfacklerCorey Farwell-0/+6
2017-03-19Auto merge of #39799 - dpc:create_dir_all, r=alexcrichtonbors-4/+56
2017-03-19Rollup merge of #40648 - s3rvac:fix-path-docs-typo, r=frewsxcvCorey Farwell-1/+1
2017-03-19Rollup merge of #40621 - jswalden:dependant-spelling-fix, r=sfacklerCorey Farwell-2/+2
2017-03-19Rollup merge of #40611 - ScottAbbey:patch-1, r=GuillaumeGomezCorey Farwell-1/+1
2017-03-19Rollup merge of #40590 - z1mvader:master, r=steveklabnikCorey Farwell-0/+2
2017-03-19Fix a typo in path.rs docsPetr Zemek-1/+1
2017-03-18Fix problems left in `concurrent_recursive_mkdir`Dawid Ciężarkiewicz-3/+4
2017-03-17Fix `create_dir_all("")`Dawid Ciężarkiewicz-0/+14
2017-03-17Reorder match checks in `create_dir_all`Dawid Ciężarkiewicz-1/+1
2017-03-17Fix problems found on Windows in `dir_create_all`Dawid Ciężarkiewicz-4/+3
2017-03-17Break line longer than 100 charactersDawid Ciężarkiewicz-1/+2
2017-03-17Add `concurrent_recursive_mkdir` testDawid Ciężarkiewicz-1/+22
2017-03-17Fix new version of `create_dir_all`Dawid Ciężarkiewicz-2/+2
2017-03-17Fix race condition in fs::create_dir_allDavid Roundy-4/+20
2017-03-17Fix a spelling error in HashMap documentation, and slightly reword it to be m...Jeff Walden-2/+2
2017-03-17Stabilize rc_raw feature, closes #37197Aaron Turon-2/+1
2017-03-17Stabilize process_abort feature, closes #37838Aaron Turon-1/+1
2017-03-17Fix typo in mutex.rs docsScottAbbey-1/+1
2017-03-17Auto merge of #40598 - frewsxcv:rollup, r=frewsxcvbors-205/+253
2017-03-17Rollup merge of #40503 - swgillespie:thread-hack-removal, r=sfacklerCorey Farwell-14/+4
2017-03-17Rollup merge of #40458 - frewsxcv:frewsxcv-osstr, r=GuillaumeGomezCorey Farwell-0/+58
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-27/+27
2017-03-17Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG...Corey Farwell-164/+164
2017-03-16Merge branch 'master' into frewsxcv-osstrCorey Farwell-21/+104
2017-03-16documented order of conversion between u32 an ipv4addrz1mvader-0/+2
2017-03-15Stabilize pub(restricted)Taylor Cramer-1/+1
2017-03-15Implement Error for !.Clar Charr-0/+6
2017-03-15Removes Default for Box<Path>.Clar Charr-14/+0
2017-03-15Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichtonbors-21/+104
2017-03-14Add doc example for `OsString::into_boxed_os_str`.Corey Farwell-0/+12
2017-03-14Add doc example for `OsString::shrink_to_fit`.Corey Farwell-0/+16
2017-03-14Add doc example for `OsString::reserve_exact`.Corey Farwell-0/+10
2017-03-14Add doc example for `OsString::reserve`.Corey Farwell-0/+10
2017-03-14Add doc example for `OsStr::to_os_string`.Corey Farwell-0/+10
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-164/+164
2017-03-13std: remove a workaround for privacy limitations that isn't necessary anymoreSean Gillespie-14/+4
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-27/+27
2017-03-11Implement placement-in protocol for `HashMap`Charlie Fan-5/+183
2017-03-10Rollup merge of #40410 - clarcharr:os_string_shrink_to_fit, r=alexcrichtonAlex Crichton-0/+25
2017-03-10Rollup merge of #40386 - tbu-:pr_display_frombyteswithnulerror, r=alexcrichtonAlex Crichton-6/+40
2017-03-10Add From<Box<..>> implementations.Clar Charr-21/+104
2017-03-10OsString::shrink_to_fit.Clar Charr-0/+25
2017-03-10travis: Fuchsia builderPetr Hosek-3/+0
2017-03-09Removed RustFMT changesJoshua Horwitz-0/+21
2017-03-09Distinguish the ways `CStr::from_bytes_with_nul` can failTobias Bucher-6/+40
2017-03-08Rollup merge of #40283 - oconnor663:args_docs, r=alexcrichtonAriel Ben-Yehuda-0/+8
2017-03-08Rollup merge of #40237 - arthurprs:hm-adapt2, r=alexcrichtonAriel Ben-Yehuda-24/+74