| Age | Commit message (Expand) | Author | Lines |
| 2020-10-09 | remove ReadDir.end_of_stream on targets that don't use it | Josh Stone | -1/+18 |
| 2020-10-09 | unix/vxworks: make DirEntry slightly smaller | Josh Stone | -10/+8 |
| 2020-10-08 | Rollup merge of #77660 - nilslice:patch-1, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-10-08 | Auto merge of #77346 - Caduser2020:master, r=Mark-Simulacrum | bors | -119/+170 |
| 2020-10-08 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx | Caduser2020 | -119/+170 |
| 2020-10-07 | Bump to 1.48 bootstrap compiler | Mark Rousskov | -3/+2 |
| 2020-10-07 | (docs): make mutex error comment consistent with codebase | Steve Manuel | -1/+1 |
| 2020-10-07 | Auto merge of #77626 - tamird:parse-scope-id, r=dtolnay | bors | -13/+27 |
| 2020-10-06 | Parse SocketAddrV6::scope_id | Tamir Duberstein | -4/+15 |
| 2020-10-06 | Avoid unused return | Tamir Duberstein | -9/+12 |
| 2020-10-06 | Auto merge of #77386 - joshtriplett:static-glibc, r=petrochenkov | bors | -23/+3 |
| 2020-10-06 | Rollup merge of #77528 - tamird:avoid-cast-net-parser, r=dtolnay | Yuki Okushi | -36/+48 |
| 2020-10-06 | Rollup merge of #76388 - poliorcetics:system-time-document-panic, r=KodrAus | Yuki Okushi | -0/+10 |
| 2020-10-04 | Update libc to 0.2.79 | Josh Triplett | -23/+3 |
| 2020-10-05 | Rollup merge of #77426 - tamird:sockaddr-scope-id, r=dtolnay | Dylan DPC | -3/+19 |
| 2020-10-04 | Inline "eof" methods | Tamir Duberstein | -13/+2 |
| 2020-10-04 | Avoid unchecked casts in net parser | Tamir Duberstein | -23/+46 |
| 2020-10-04 | Rollup merge of #77072 - sharnoff:hash-docs, r=LukasKalbertodt | Jonas Schievink | -20/+20 |
| 2020-10-04 | Include scope id in SocketAddrV6::Display | Tamir Duberstein | -3/+19 |
| 2020-10-04 | Auto merge of #77380 - fusion-engineering-forks:unbox-the-mutex, r=dtolnay | bors | -83/+121 |
| 2020-10-03 | Rollup merge of #77264 - fusion-engineering-forks:skip-local-stdio, r=dtolnay | Jonas Schievink | -23/+61 |
| 2020-10-03 | Rollup merge of #77182 - GuillaumeGomez:missing-examples-fd-traits, r=pickfire | Jonas Schievink | -0/+40 |
| 2020-10-03 | Rollup merge of #75377 - canova:map_debug_impl, r=dtolnay | Jonas Schievink | -8/+4 |
| 2020-10-02 | Rollup merge of #77432 - tmiasko:posix-spawn-musl, r=cuviper | Jonas Schievink | -6/+8 |
| 2020-10-02 | Simplify fd examples | Guillaume Gomez | -19/+16 |
| 2020-10-02 | Auto merge of #77029 - ehuss:command-access, r=dtolnay | bors | -8/+303 |
| 2020-10-02 | Disable condvar::two_mutexes test on non-unix platforms. | Mara Bos | -1/+1 |
| 2020-10-02 | No longer put windows condvars in a box. | Mara Bos | -1/+1 |
| 2020-10-02 | No longer put wasm condvars in a box. | Mara Bos | -1/+1 |
| 2020-10-02 | No longer put condvars on the 'unsupported' platform in a box. | Mara Bos | -1/+1 |
| 2020-10-02 | No longer put cloudabi condvars in a box. | Mara Bos | -1/+1 |
| 2020-10-02 | Make it possible to have unboxed condvars on specific platforms. | Mara Bos | -2/+18 |
| 2020-10-02 | No longer put windows mutexes in a box. | Mara Bos | -1/+4 |
| 2020-10-02 | No longer put wasm mutexes in a box. | Mara Bos | -1/+1 |
| 2020-10-02 | No longer put mutexes on the 'unsupported' platform in a box. | Mara Bos | -1/+1 |
| 2020-10-02 | No longer put cloudabi mutexes in a box. | Mara Bos | -1/+1 |
| 2020-10-02 | Make it possible to have unboxed mutexes on specific platforms. | Mara Bos | -9/+51 |
| 2020-10-02 | Move boxing and mutex checking logic of condvar into sys_common. | Mara Bos | -78/+55 |
| 2020-10-02 | Rollup merge of #77429 - WaffleLapkin:doc_link_default_hasher_new, r=jyn514 | Yuki Okushi | -4/+3 |
| 2020-10-02 | Rollup merge of #77362 - RReverser:patch-1, r=dtolnay | Yuki Okushi | -1/+1 |
| 2020-10-02 | Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnay | Yuki Okushi | -121/+100 |
| 2020-10-02 | Rollup merge of #76979 - fusion-engineering-forks:windows-fallback-check, r=d... | Yuki Okushi | -45/+53 |
| 2020-10-02 | Link `new` method in `DefautHasher`s doc | Waffle | -4/+3 |
| 2020-10-01 | Auto merge of #76969 - withoutboats:rawfd-refexive-traits, r=dtolnay | bors | -0/+57 |
| 2020-10-01 | Work around potential merging/duplication issues in sys/windows/compat. | Mara Bos | -3/+19 |
| 2020-10-01 | Formatting. | Mara Bos | -5/+1 |
| 2020-10-01 | Use AcquireSRWLockExclusive::is_available() instead of an extra lookup. | Mara Bos | -17/+6 |
| 2020-10-01 | Improve std::sys::windows::compat. | Mara Bos | -28/+35 |
| 2020-10-01 | Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnay | bors | -112/+276 |
| 2020-10-01 | Rollup merge of #77315 - exrook:rename-allocerror, r=joshtriplett | Dylan DPC | -12/+12 |