summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-06-12Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturonbors-256/+654
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-16/+17
2015-06-11Changed patch wordingJoshua Landau-3/+5
2015-06-11Comment for #26196.Joshua Landau-0/+3
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-11Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brsonbors-101/+60
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-15/+16
2015-06-10disabling socking timing tests because openbsd/bitrig get/set are not congrue...Dave Huseby-0/+6
2015-06-10Auto merge of #25777 - shepmaster:cstring-return-to-c, r=alexcrichtonbors-4/+41
2015-06-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-1/+1
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-101/+60
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-256/+654
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-06-09fix example in comments about demanglingAndrew Straw-1/+1
2015-06-09Auto merge of #26102 - retep998:openoptionsext, r=alexcrichtonbors-17/+17
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-7/+7
2015-06-08OpenOptionsExt on Windows: i32 -> u32Peter Atashian-17/+17
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-7/+7
2015-06-08Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichtonbors-3/+3
2015-06-07change some statics to constantsOliver 'ker' Schneider-3/+3
2015-06-05Add methods for handing CStrings back and forth to CJake Goulding-1/+29
2015-06-05Convert CString to a Box<[u8]>Jake Goulding-4/+13
2015-06-05Another small grammar fix for process.rsMartin Pool-1/+1
2015-06-05Doc fix for process.rsMartin Pool-1/+1
2015-06-05Rollup merge of #26001 - sae-bom:master, r=alexcrichtonSteve Klabnik-33/+82
2015-06-04support aarch64-android raw type definitionsSae-bom Kim-33/+82
2015-06-04Rollup merge of #25990 - carols10cents:try-docs, r=nikomatsakisManish Goregaokar-1/+28
2015-06-04Rollup merge of #25988 - webmobster:master, r=alexcrichtonManish Goregaokar-0/+4
2015-06-03Add priority policy to RWLock API Documentationwebmobster-0/+4
2015-06-03Indent 4 spaces instead of 2Carol Nichols-2/+2
2015-06-03Return Ok(()) instead of Ok()Carol Nichols-2/+2
2015-06-03Use write_all instead of write_lineCarol Nichols-2/+2
2015-06-03Add prelude to get WriteCarol Nichols-0/+1
2015-06-03Improve `try!` docs to make clearer it returns `Result`.Carol Nichols-1/+27
2015-06-03Rollup merge of #25974 - richo:stack-msg, r=alexcrichtonManish Goregaokar-8/+4
2015-06-02std: clarify comments about sp* implementationsRicho Healey-8/+4
2015-06-02Rollup merge of #25951 - mbrubeck:nan, r=alexcrichtonManish Goregaokar-0/+8
2015-06-01Auto merge of #25246 - mzabaluev:io-invalid-data, r=alexcrichtonbors-2/+9
2015-06-01Document behavior of {f32,f64}::{min,max} on NaNMatt Brubeck-0/+8
2015-06-01std: Fix unsoundness of std::thread::ScopedKeyAlex Crichton-32/+48
2015-06-01Auto merge of #25858 - alexcrichton:disable-os-tls, r=brsonbors-27/+75
2015-05-31Inline hash_table::calculate_offsets, used by iterators.Eduard Burtescu-0/+1
2015-05-30std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0Mikhail Zabaluev-1/+1
2015-05-30Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichtonbors-7/+324
2015-05-29Loosen timeout restrictionsSteven Fackler-20/+12
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-59/+243
2015-05-29std::io: New ErrorKind value InvalidDataMikhail Zabaluev-2/+9
2015-05-29Skip timeout upper bound check on windowsSteven Fackler-4/+12
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-7/+324
2015-05-29Auto merge of #25816 - sfackler:io-error-delegation, r=alexcrichtonbors-5/+87