| Age | Commit message (Expand) | Author | Lines |
| 2020-12-09 | Improve comment grammar | The8472 | -2/+2 |
| 2020-12-09 | implement better availability probing for copy_file_range | The8472 | -34/+48 |
| 2020-12-09 | Auto merge of #77611 - oli-obk:atomic_miri_leakage, r=nagisa | bors | -13/+0 |
| 2020-12-09 | Auto merge of #79387 - woodruffw-forks:ww/peer-cred-pid-macos, r=Amanieu | bors | -15/+57 |
| 2020-12-09 | Auto merge of #78768 - mzabaluev:optimize-buf-writer, r=cramertj | bors | -14/+53 |
| 2020-12-08 | Use Pin for the 'don't move' requirement of ReentrantMutex. | Mara Bos | -73/+70 |
| 2020-12-08 | Add (internal-only) SyncOnceCell::get_or_init_pin. | Mara Bos | -0/+55 |
| 2020-12-08 | Remove unnecessary import of `crate::marker` in std::sys_common::remutex. | Mara Bos | -2/+1 |
| 2020-12-08 | Fix outdated comment about not needing to flush stderr. | Mara Bos | -7/+3 |
| 2020-12-07 | Improved documentation for HashMap/BTreeMap Entry's .or_insert_with_key method | Chai T. Rex | -3/+6 |
| 2020-12-07 | Fix net.rs - rsplitn() returns a reverse iterator | Eric Arellano | -2/+1 |
| 2020-12-07 | Dogfood 'str_split_once()` in the std lib | Eric Arellano | -3/+2 |
| 2020-12-06 | Auto merge of #79650 - the8472:fix-take, r=dtolnay | bors | -16/+54 |
| 2020-12-04 | Auto merge of #79673 - ijackson:intoinnerintoinnererror, r=m-ou-se | bors | -0/+49 |
| 2020-12-04 | IntoInnerError: Provide into_error | Ian Jackson | -0/+21 |
| 2020-12-04 | IntoInnerError: Provide into_parts | Ian Jackson | -0/+24 |
| 2020-12-04 | std: impl of `Write` for `&mut [u8]`: document the buffer full error | Ian Jackson | -0/+4 |
| 2020-12-04 | BufWriter: Provide into_raw_parts | Ian Jackson | -0/+73 |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -10/+10 |
| 2020-12-04 | Rollup merge of #79611 - poliorcetics:use-std-in-docs, r=jyn514 | Dylan DPC | -2/+2 |
| 2020-12-03 | Only deny doc_keyword in std and set it as "allow" by default | Guillaume Gomez | -0/+1 |
| 2020-12-03 | Make the kernel_copy tests more robust/concurrent. | Edd Barrett | -8/+11 |
| 2020-12-03 | fix copy specialization not updating Take wrappers | The8472 | -14/+45 |
| 2020-12-02 | update test to check Take limits after copying | The8472 | -2/+9 |
| 2020-12-02 | Auto merge of #69864 - LinkTed:master, r=Amanieu | bors | -1771/+3098 |
| 2020-12-02 | Use more std:: instead of core:: in docs for consistency, add more intra doc ... | Alexis Bourget | -2/+2 |
| 2020-12-01 | Rollup merge of #79600 - nicokoch:kernel_copy_unixstream, r=m-ou-se | Guillaume Gomez | -0/+58 |
| 2020-12-01 | Leverage kernel copy for UnixStream | Nicolas Koch | -0/+29 |
| 2020-12-01 | Add benchmark for File to UnixStream copy | Nicolas Koch | -0/+29 |
| 2020-12-01 | Rollup merge of #79444 - sasurau4:test/move-const-ip, r=matklad | Mara Bos | -0/+6 |
| 2020-12-01 | Update rustc version that or_insert_with_key landed | Chai T. Rex | -1/+1 |
| 2020-11-28 | Remove now-unnecessary `miri_static_root` invocation | oli | -13/+0 |
| 2020-11-28 | Rollup merge of #79383 - abdnh:patch-1, r=shepmaster | Jonas Schievink | -2/+2 |
| 2020-11-28 | Rollup merge of #78086 - poliorcetics:as-placeholder, r=Mark-Simulacrum | Jonas Schievink | -3/+14 |
| 2020-11-28 | Stabilize unsafe_cell_get_mut | Ellen | -1/+0 |
| 2020-11-27 | Stabilize all stable methods of `Ipv4Addr`, `Ipv6Addr` and `IpAddr` as const | Christiaan Dirkx | -22/+27 |
| 2020-11-27 | Move {f32,f64}::clamp to core. | Mara Bos | -70/+0 |
| 2020-11-26 | Add comment for the previous android bug fix | LinkTed | -0/+4 |
| 2020-11-26 | Move const ip in ui test to unit test | Daiki Ihara | -0/+6 |
| 2020-11-26 | Add while loop keyword to see also | Ivan Tham | -2/+6 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -1/+2 |
| 2020-11-25 | Fix typo in keyword link | Ivan Tham | -1/+1 |
| 2020-11-25 | Link loop/for keyword | Ivan Tham | -0/+6 |
| 2020-11-25 | Fix bold code formatting in keyword docs | abdo | -2/+2 |
| 2020-11-24 | Bug fix for android platform, because of the wrong behavior of CMSG_NXTHDR | LinkTed | -0/+19 |
| 2020-11-24 | ext/ucred: fmt check | William Woodruff | -26/+8 |
| 2020-11-24 | ext/ucred: Support PID in peer creds on macOS | William Woodruff | -5/+65 |
| 2020-11-24 | Rollup merge of #79351 - Takashiidobe:keyword-docs-typo, r=m-ou-se | Jonas Schievink | -1/+1 |
| 2020-11-24 | Auto merge of #78953 - mzohreva:mz/from_raw_fd, r=Mark-Simulacrum | bors | -10/+35 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+2 |