| Age | Commit message (Expand) | Author | Lines |
| 2020-10-24 | Rollup merge of #75115 - chansuke:sys-cloudabi-unsafe, r=KodrAus | Jonas Schievink | -64/+75 |
| 2020-10-24 | Disable use of `linkat` on Android as well. | Dan Gohman | -5/+5 |
| 2020-10-24 | Rollup merge of #78274 - Enet4:patch-1, r=jonas-schievink | Jonas Schievink | -1/+2 |
| 2020-10-24 | Remove unnecessary unsafe block from condvar_atomics & mutex_atomics | chansuke | -3/+3 |
| 2020-10-24 | Fix unsafe operation of wasm32::memory_atomic_notify | chansuke | -1/+2 |
| 2020-10-24 | Add documents for DLMALLOC | chansuke | -4/+8 |
| 2020-10-24 | Add some description for (malloc/calloc/free/realloc) | chansuke | -0/+4 |
| 2020-10-24 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/wasm | chansuke | -18/+32 |
| 2020-10-23 | Update description of Empty Enum for accuracy | Eduardo Pinho | -1/+2 |
| 2020-10-23 | Rollup merge of #77918 - wcampbell0x2a:cleanup-network-tests, r=m-ou-se | Yuki Okushi | -12/+5 |
| 2020-10-22 | Only load LOCAL_STREAMS if they are being used | Sergio Benitez | -0/+5 |
| 2020-10-22 | Capture output from threads spawned in tests | Tyler Mandry | -10/+40 |
| 2020-10-21 | Duration::zero() -> Duration::ZERO | Jubilee Young | -3/+3 |
| 2020-10-21 | Dogfood Duration API in std::time tests | Jubilee Young | -16/+17 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -1/+3 |
| 2020-10-21 | Make it platform-specific whether `hard_link` follows symlinks. | Dan Gohman | -2/+3 |
| 2020-10-20 | Rollup merge of #77923 - wcampbell0x2a:cleanup-net-module, r=scottmcm | Yuki Okushi | -8/+2 |
| 2020-10-20 | Rollup merge of #77838 - RalfJung:const-fn, r=kennytm | Yuki Okushi | -3/+18 |
| 2020-10-20 | Check that pthread mutex initialization succeeded | Tomasz Miąsko | -22/+27 |
| 2020-10-19 | Throw core::panic!("message") as &str instead of String. | Mara Bos | -1/+18 |
| 2020-10-19 | Revert "[net] clippy: needless_update" | wcampbell | -0/+1 |
| 2020-10-19 | Add cfg(not(test)) to std_panic_macro rustc_diagnostic_item. | Mara Bos | -1/+1 |
| 2020-10-18 | Add missing punctuation | pierwill | -1/+1 |
| 2020-10-18 | Add cfg(not(bootstrap)) on the new rustc_diagnostic_item attributes. | Mara Bos | -1/+1 |
| 2020-10-18 | Mark the panic macros as diagnostic items. | Mara Bos | -0/+1 |
| 2020-10-18 | Stabilize or_insert_with_key | Chai T. Rex | -2/+1 |
| 2020-10-18 | Remove redundant 'static from library crates | est31 | -9/+9 |
| 2020-10-18 | Use `link` on platforms which lack `linkat`. | Dan Gohman | -4/+14 |
| 2020-10-18 | Fix a typo in a comment. | Dan Gohman | -1/+1 |
| 2020-10-18 | Rename panic_box to panic_any. | Mara Bos | -5/+5 |
| 2020-10-18 | Add std::panic::panic_box. | Mara Bos | -0/+14 |
| 2020-10-18 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/cloudabi | chansuke | -64/+75 |
| 2020-10-18 | Auto merge of #74480 - yoshuawuyts:hardware_threads, r=dtolnay | bors | -0/+163 |
| 2020-10-17 | Fix cannot find type `ucred` for MacOs by using fake definitions | LinkTed | -1/+1 |
| 2020-10-17 | Auto merge of #77455 - asm89:faster-spawn, r=kennytm | bors | -1/+7 |
| 2020-10-16 | Add std::thread::available_concurrency | Yoshua Wuyts | -0/+163 |
| 2020-10-17 | Rollup merge of #77971 - jyn514:broken-intra-doc-links, r=mark-simulacrum | Yuki Okushi | -1/+2 |
| 2020-10-17 | Rollup merge of #77900 - Thomasdezeeuw:fdatasync, r=dtolnay | Yuki Okushi | -2/+16 |
| 2020-10-17 | Rollup merge of #77547 - RalfJung:stable-union-drop, r=matthewjasper | Yuki Okushi | -1/+1 |
| 2020-10-16 | Define `fs::hard_link` to not follow symlinks. | Dan Gohman | -3/+60 |
| 2020-10-16 | stop relying on feature(untagged_unions) in stdlib | Ralf Jung | -1/+1 |
| 2020-10-16 | Take some of sys/vxworks/process/* from sys/unix instead. | Mara Bos | -407/+77 |
| 2020-10-16 | Take sys/vxworks/{os,path,pipe} from sys/unix instead. | Mara Bos | -446/+33 |
| 2020-10-16 | Take sys/vxworks/{fd,fs,io} from sys/unix instead. | Mara Bos | -909/+81 |
| 2020-10-16 | Take sys/vxworks/cmath from sys/unix instead. | Mara Bos | -32/+1 |
| 2020-10-16 | Take sys/vxworks/args from sys/unix instead. | Mara Bos | -96/+3 |
| 2020-10-16 | Take sys/vxworks/memchar from sys/unix instead. | Mara Bos | -21/+1 |
| 2020-10-16 | Take sys/vxworks/net from sys/unix instead. | Mara Bos | -360/+9 |
| 2020-10-16 | Take sys/vxworks/ext/* from sys/unix instead. | Mara Bos | -1321/+1 |
| 2020-10-16 | Add weak macro to vxworks. | Mara Bos | -0/+4 |