| 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 | Rollup merge of #77449 - ssomers:btree_drain_filter_size_hint, r=Mark-Simulacrum | Jonas Schievink | -0/+4 |
| 2020-10-08 | Rollup merge of #76750 - camelid:dont-discourage-core-fmt-write, r=Mark-Simul... | Jonas Schievink | -10/+6 |
| 2020-10-08 | Don't discourage implementing `core::fmt::Write` | Camelid | -10/+6 |
| 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 | -15/+8 |
| 2020-10-07 | Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk | bors | -0/+1 |
| 2020-10-07 | (docs): make mutex error comment consistent with codebase | Steve Manuel | -1/+1 |
| 2020-10-07 | Auto merge of #77617 - AnthonyMikh:slice_windows_no_bounds_checking, r=lcnr | bors | -15/+17 |
| 2020-10-07 | Auto merge of #77626 - tamird:parse-scope-id, r=dtolnay | bors | -13/+27 |
| 2020-10-07 | Auto merge of #74194 - mbrubeck:slice-eq, r=sfackler | bors | -1/+4 |
| 2020-10-06 | Auto merge of #77630 - Dylan-DPC:rollup-kfwl55z, r=Dylan-DPC | bors | -47/+65 |
| 2020-10-07 | Rollup merge of #77571 - pickfire:patch-6, r=cramertj | Dylan DPC | -40/+10 |
| 2020-10-07 | Rollup merge of #76911 - RalfJung:vecdeque-aliasing, r=oli-obk | Dylan DPC | -7/+55 |
| 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 | -28/+13 |
| 2020-10-06 | Eliminate bounds checking in slice::Windows | AnthonyMikh | -15/+17 |
| 2020-10-06 | Auto merge of #77594 - timvermeulen:chain_advance_by, r=scottmcm | bors | -12/+167 |
| 2020-10-06 | avoid unnecessary intermediate reference and improve safety comments | Ralf Jung | -6/+11 |
| 2020-10-06 | Rollup merge of #77573 - pickfire:patch-7, r=jyn514 | Yuki Okushi | -2/+2 |
| 2020-10-06 | Rollup merge of #77528 - tamird:avoid-cast-net-parser, r=dtolnay | Yuki Okushi | -36/+48 |
| 2020-10-06 | Rollup merge of #77228 - GuillaumeGomez:maybeuninit-examples, r=pickfire | Yuki Okushi | -2/+16 |
| 2020-10-06 | Rollup merge of #76388 - poliorcetics:system-time-document-panic, r=KodrAus | Yuki Okushi | -0/+10 |
| 2020-10-05 | Remove `fn` from feature name | Dylan MacKenzie | -1/+1 |
| 2020-10-05 | Add requisite feature gates in the standard library | Dylan MacKenzie | -0/+1 |
| 2020-10-06 | Test with non-fused iterators | Tim Vermeulen | -4/+41 |
| 2020-10-05 | Add tests | Tim Vermeulen | -0/+66 |
| 2020-10-05 | Implement iter::Chain::{advance_by, advance_back_by} | Tim Vermeulen | -12/+64 |
| 2020-10-05 | hint doc use intra-doc links | Ivan Tham | -1/+1 |
| 2020-10-05 | Hint doc use convert::identity relative link | Ivan Tham | -2/+2 |
| 2020-10-05 | Use matches! for core::char methods | Ivan Tham | -40/+10 |
| 2020-10-05 | Add missing examples for MaybeUninit | Guillaume Gomez | -2/+16 |
| 2020-10-05 | make IterMut Send/Sync again | Ralf Jung | -0/+7 |
| 2020-10-05 | VecDeque: avoid more aliasing issues by working with raw pointers instead of ... | Ralf Jung | -12/+31 |
| 2020-10-05 | VecDeque: fix incorrect &mut aliasing in IterMut::next/next_back | Ralf Jung | -7/+24 |
| 2020-10-04 | Add comment explaining why libunwind doesn't need to link libgcc_eh | Josh Triplett | -0/+3 |
| 2020-10-04 | unwind: Move linux-gnu library linking to lib.rs and libc | Josh Triplett | -3/+5 |
| 2020-10-04 | Update libc to 0.2.79 | Josh Triplett | -25/+5 |
| 2020-10-05 | Rollup merge of #77514 - scottmcm:less-once-chain-once, r=estebank | Dylan DPC | -2/+4 |
| 2020-10-05 | Rollup merge of #77471 - ssomers:btree_cleanup_3, r=Mark-Simulacrum | Dylan DPC | -7/+7 |
| 2020-10-05 | Rollup merge of #77426 - tamird:sockaddr-scope-id, r=dtolnay | Dylan DPC | -3/+19 |
| 2020-10-05 | Rollup merge of #77395 - ssomers:btree_love_the_leaf_edge_comments, r=Mark-Si... | Dylan DPC | -22/+12 |
| 2020-10-05 | Rollup merge of #77219 - mightyiam:issue_77100, r=jyn514 | Dylan DPC | -0/+2 |
| 2020-10-05 | Rollup merge of #75853 - LeSeulArtichaut:core-intra-docs-3, r=jyn514 | Dylan DPC | -3/+3 |
| 2020-10-04 | Auto merge of #77023 - HeroicKatora:len-missed-optimization, r=Mark-Simulacrum | bors | -3/+27 |
| 2020-10-04 | Use more intra-doc-links in `core::fmt` | LeSeulArtichaut | -3/+3 |