about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-02-07libcore/libstd: fix commas in macro_rules! macrosMichael Lamparski-0/+3
2018-02-07Rollup merge of #46962 - clarcharr:os_raw_docs, r=QuietMisdreavuskennytm-5/+124
2018-02-0638880 use search_mut function rather than search_hashedShaun Steenkamp-3/+1
2018-02-0638880 don't compute hash when searching an empty HashMapShaun Steenkamp-5/+35
2018-02-06fix docs linkQuietMisdreavus-1/+1
2018-02-05Simplify wait_timeout_until & fix condition typoVitali Lovich-8/+7
2018-02-06Rollup merge of #47807 - tbu-:pr_doc_constanttime_cstr, r=steveklabnikkennytm-9/+9
2018-02-05Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs}panicbit-0/+12
2018-02-05Rollup merge of #47999 - jaystrictor:master, r=Mark-Simulacrumkennytm-1/+1
2018-02-04Rollup merge of #47958 - frewsxcv:frewsxcv-try-clone, r=aidanhskennytm-7/+29
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-64/+89
2018-02-04Remove 'the this' in doc comments.Jay Strict-1/+1
2018-02-03Clarify shared file handler behavior of File::try_clone.Corey Farwell-7/+29
2018-02-03Somehow this function got flipped aroundPeter Atashian-3/+3
2018-02-03Go back to files directories and symlinks being mutually exclusivePeter Atashian-13/+17
2018-02-02Review responseVitali Lovich-8/+10
2018-02-02Fix typoVitali Lovich-1/+1
2018-02-02Add Condvar APIs not susceptible to spurious wakeVitali Lovich-2/+205
2018-02-02Rollup merge of #47919 - varkor:to_degrees-precision, r=rkruppe Use constant ...kennytm-0/+1
2018-02-01This internal only method is no longer needed.Peter Atashian-3/+0
2018-02-01Rewrite remove_dir_all to be correctPeter Atashian-3/+5
2018-02-01This is what FileType on Windows should ideally be.Peter Atashian-20/+19
2018-02-02Auto merge of #47102 - Diggsey:wasm-syscall, r=alexcrichtonbors-129/+260
2018-02-01Use constant for 180/π in to_degreesvarkor-0/+1
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-64/+89
2018-01-31Rollup merge of #47874 - jcowgill:mips-from_raw_os_error, r=dtolnaykennytm-4/+4
2018-01-31Auto merge of #46666 - clarcharr:duration_core, r=alexcrichtonbors-593/+1
2018-01-30Implement extensible syscall interface for wasmDiggory Blake-129/+260
2018-01-30std: use more portable error number in from_raw_os_error docsJames Cowgill-4/+4
2018-01-30Rollup merge of #47839 - frewsxcv:frewsxcv-map-index, r=QuietMisdreavuskennytm-2/+7
2018-01-30Rollup merge of #47760 - little-dude:master, r=alexcrichtonkennytm-5/+17
2018-01-29Move time::Duration to libcoreClar Charr-593/+1
2018-01-29Reworded to avoid fuzziness, mention ! in c_void docs.Clar Charr-13/+23
2018-01-29Revisions suggested in commentsClar Charr-6/+4
2018-01-29Document std::os::raw.Clar Charr-5/+116
2018-01-28Document that `Index` ops can panic on `HashMap` & `BTreeMap`.Corey Farwell-2/+7
2018-01-27Make wording around 0-cost casts more preciseTobias Bucher-9/+9
2018-01-26add test checking that process::Command is SendCorentin Henry-0/+6
2018-01-26make Command.argv Send on unix platformsCorentin Henry-10/+11
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-37/+59
2018-01-25implement Send for process::Command on unixCorentin Henry-0/+5
2018-01-25Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddybbors-1/+1
2018-01-24Add missing micro version number component in stability attributes.Simon Sapin-4/+4
2018-01-24Auto merge of #47300 - remexre:duration-constructors-as-const-fns, r=alexcric...bors-13/+16
2018-01-24Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichtonbors-1/+1
2018-01-24Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichtonbors-6/+4
2018-01-23Make PanicInfo::message available for std::panic! with a formatting string.Simon Sapin-6/+7
2018-01-23Add an unstable PanicInfo::message(&self) -> Option<&fmt::Arguments> methodSimon Sapin-0/+1
2018-01-23Move PanicInfo and Location to libcoreSimon Sapin-190/+16
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-1/+1