| Age | Commit message (Expand) | Author | Lines |
| 2020-01-14 | Auto merge of #67076 - mbrubeck:condvar, r=dtolnay | bors | -43/+34 |
| 2020-01-14 | Rollup merge of #68150 - tillarnold:master, r=cramertj | Yuki Okushi | -0/+8 |
| 2020-01-12 | Fix system call docs for time::Instant | Ruud van Asseldonk | -1/+1 |
| 2020-01-12 | Don't include __rust_drop_panic when testing libstd | Amanieu d'Antras | -0/+1 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -1/+1 |
| 2020-01-12 | Document behavior of set_nonblocking on UnixListener | Till Arnold | -0/+8 |
| 2020-01-11 | Abort if C++ tries to swallow a Rust panic | Amanieu d'Antras | -0/+8 |
| 2020-01-11 | Rollup merge of #68102 - lzutao:inline, r=alexcrichton | Mazdak Farrokhzad | -1/+9 |
| 2020-01-11 | Rollup merge of #67666 - lzutao:ptr-null-cmp, r=dtolnay | Mazdak Farrokhzad | -20/+25 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -10/+0 |
| 2020-01-10 | inline `impl From<String> for Box<dyn Error + Send + Sync>` | Lzu Tao | -0/+2 |
| 2020-01-10 | inline `impl AsRef<Path> for PathBuf` | Lzu Tao | -0/+1 |
| 2020-01-10 | inline `impl AsRef<OsStr> for OsString` | Lzu Tao | -0/+1 |
| 2020-01-10 | Inline `impl From<OsString> for PathBuf` | Lzu Tao | -0/+1 |
| 2020-01-10 | Inline `AsRef<Path> for str` | Lzu Tao | -0/+1 |
| 2020-01-10 | Inline PathBuf::deref to make it zero cost | Lzu Tao | -1/+1 |
| 2020-01-10 | Inline to make OsStr::is_empty zero cost | Lzu Tao | -0/+2 |
| 2020-01-10 | make use of pointer::is_null | Lzu Tao | -20/+25 |
| 2020-01-10 | Rollup merge of #67358 - cuviper:get_or_insert_owned, r=LukasKalbertodt | Yuki Okushi | -0/+32 |
| 2020-01-09 | stabalize ManuallyDrop::take | CAD97 | -1/+0 |
| 2020-01-09 | Remove sanitizer runtime crates | Tomasz Miąsko | -10/+0 |
| 2020-01-08 | Add HashSet::get_or_insert_owned | Josh Stone | -0/+32 |
| 2020-01-09 | Rollup merge of #67966 - popzxc:core-std-matches, r=Centril | Mazdak Farrokhzad | -34/+8 |
| 2020-01-08 | Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVC | Oliver Middleton | -57/+13 |
| 2020-01-09 | Rollup merge of #67985 - dtolnay:cstr, r=Mark-Simulacrum | Yuki Okushi | -10/+0 |
| 2020-01-09 | Rollup merge of #67977 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -66/+2 |
| 2020-01-08 | Try statx for all linux-gnu targets | oxalica | -28/+6 |
| 2020-01-08 | Use matches macro in libcore and libstd | Igor Aleksanov | -34/+8 |
| 2020-01-07 | Remove insignificant notes from CStr documentation | David Tolnay | -10/+0 |
| 2020-01-07 | Rollup merge of #67943 - Stromberg90:patch-1, r=jonas-schievink | Yuki Okushi | -2/+1 |
| 2020-01-07 | Rollup merge of #67566 - Mark-Simulacrum:thread-id-u64, r=alexcrichton | Yuki Okushi | -0/+13 |
| 2020-01-06 | ignore signal SIGPIPE | BaoshanPang | -10/+2 |
| 2020-01-06 | Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichton | bors | -4/+20 |
| 2020-01-06 | Remove weak.rs for VxWorks | Umesh Kalappa | -56/+0 |
| 2020-01-06 | Removed module usage. | Strømberg | -1/+0 |
| 2020-01-06 | Missing module std in example. | Strømberg | -1/+1 |
| 2020-01-06 | Add an unstable conversion from thread ID to u64 | Mark Rousskov | -0/+13 |
| 2020-01-05 | Rollup merge of #67879 - ollie27:float_sqrt_neg, r=rkruppe | Dylan DPC | -2/+2 |
| 2020-01-04 | Remove negative number check from float sqrt | Oliver Middleton | -2/+2 |
| 2020-01-04 | Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb | Dylan DPC | -28/+34 |
| 2020-01-04 | Clean up comments in panicking infra. | Adam Perry | -11/+8 |
| 2020-01-04 | core and std macros and panic internals use panic::Location::caller. | Adam Perry | -17/+26 |
| 2020-01-04 | Rollup merge of #67848 - ollie27:float_link_name_attr, r=Dylan-DPC | Guillaume Gomez | -3/+0 |
| 2020-01-03 | Remove unused `#[link_name = "m"]` attributes | Oliver Middleton | -3/+0 |
| 2020-01-03 | Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitor | bors | -28/+30 |
| 2020-01-03 | Rollup merge of #67807 - lzutao:toilet-closure, r=Centril | Yuki Okushi | -28/+28 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -28/+28 |
| 2020-01-01 | Add support for RISC-V 64-bit GNU/Linux | msizanoen1 | -4/+20 |
| 2019-12-31 | Revert "core: add IntoFuture trait and support for await" | Wesley Wiser | -6/+1 |
| 2019-12-31 | Add missing links for insecure_time | Lzu Tao | -0/+2 |