about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-01-14Auto merge of #67076 - mbrubeck:condvar, r=dtolnaybors-43/+34
2020-01-14Rollup merge of #68150 - tillarnold:master, r=cramertjYuki Okushi-0/+8
2020-01-12Fix system call docs for time::InstantRuud van Asseldonk-1/+1
2020-01-12Don't include __rust_drop_panic when testing libstdAmanieu d'Antras-0/+1
2020-01-12Diagnostics should not end with a full stopvarkor-1/+1
2020-01-12Document behavior of set_nonblocking on UnixListenerTill Arnold-0/+8
2020-01-11Abort if C++ tries to swallow a Rust panicAmanieu d'Antras-0/+8
2020-01-11Rollup merge of #68102 - lzutao:inline, r=alexcrichtonMazdak Farrokhzad-1/+9
2020-01-11Rollup merge of #67666 - lzutao:ptr-null-cmp, r=dtolnayMazdak Farrokhzad-20/+25
2020-01-10Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichtonbors-10/+0
2020-01-10inline `impl From<String> for Box<dyn Error + Send + Sync>`Lzu Tao-0/+2
2020-01-10inline `impl AsRef<Path> for PathBuf`Lzu Tao-0/+1
2020-01-10inline `impl AsRef<OsStr> for OsString`Lzu Tao-0/+1
2020-01-10Inline `impl From<OsString> for PathBuf`Lzu Tao-0/+1
2020-01-10Inline `AsRef<Path> for str`Lzu Tao-0/+1
2020-01-10Inline PathBuf::deref to make it zero costLzu Tao-1/+1
2020-01-10Inline to make OsStr::is_empty zero costLzu Tao-0/+2
2020-01-10make use of pointer::is_nullLzu Tao-20/+25
2020-01-10Rollup merge of #67358 - cuviper:get_or_insert_owned, r=LukasKalbertodtYuki Okushi-0/+32
2020-01-09stabalize ManuallyDrop::takeCAD97-1/+0
2020-01-09Remove sanitizer runtime cratesTomasz Miąsko-10/+0
2020-01-08Add HashSet::get_or_insert_ownedJosh Stone-0/+32
2020-01-09Rollup merge of #67966 - popzxc:core-std-matches, r=CentrilMazdak Farrokhzad-34/+8
2020-01-08Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVCOliver Middleton-57/+13
2020-01-09Rollup merge of #67985 - dtolnay:cstr, r=Mark-SimulacrumYuki Okushi-10/+0
2020-01-09Rollup merge of #67977 - Wind-River:master_2020, r=alexcrichtonYuki Okushi-66/+2
2020-01-08Try statx for all linux-gnu targetsoxalica-28/+6
2020-01-08Use matches macro in libcore and libstdIgor Aleksanov-34/+8
2020-01-07Remove insignificant notes from CStr documentationDavid Tolnay-10/+0
2020-01-07Rollup merge of #67943 - Stromberg90:patch-1, r=jonas-schievinkYuki Okushi-2/+1
2020-01-07Rollup merge of #67566 - Mark-Simulacrum:thread-id-u64, r=alexcrichtonYuki Okushi-0/+13
2020-01-06ignore signal SIGPIPEBaoshanPang-10/+2
2020-01-06Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichtonbors-4/+20
2020-01-06Remove weak.rs for VxWorksUmesh Kalappa-56/+0
2020-01-06Removed module usage.Strømberg-1/+0
2020-01-06Missing module std in example.Strømberg-1/+1
2020-01-06Add an unstable conversion from thread ID to u64Mark Rousskov-0/+13
2020-01-05Rollup merge of #67879 - ollie27:float_sqrt_neg, r=rkruppeDylan DPC-2/+2
2020-01-04Remove negative number check from float sqrtOliver Middleton-2/+2
2020-01-04Rollup merge of #67137 - anp:tracked-panic-internals, r=eddybDylan DPC-28/+34
2020-01-04Clean up comments in panicking infra.Adam Perry-11/+8
2020-01-04core and std macros and panic internals use panic::Location::caller.Adam Perry-17/+26
2020-01-04Rollup merge of #67848 - ollie27:float_link_name_attr, r=Dylan-DPCGuillaume Gomez-3/+0
2020-01-03Remove unused `#[link_name = "m"]` attributesOliver Middleton-3/+0
2020-01-03Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitorbors-28/+30
2020-01-03Rollup merge of #67807 - lzutao:toilet-closure, r=CentrilYuki Okushi-28/+28
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-28/+28
2020-01-01Add support for RISC-V 64-bit GNU/Linuxmsizanoen1-4/+20
2019-12-31Revert "core: add IntoFuture trait and support for await"Wesley Wiser-6/+1
2019-12-31Add missing links for insecure_timeLzu Tao-0/+2