| Age | Commit message (Expand) | Author | Lines |
| 2020-12-19 | Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk | bors | -22/+27 |
| 2020-12-19 | Rollup merge of #80068 - jyn514:mut-reference, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2020-12-19 | Rollup merge of #79211 - yoshuawuyts:future-doc-alias, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2020-12-19 | Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se | Yuki Okushi | -5/+7 |
| 2020-12-18 | Add the "promise" aliases to the `async` lang feature | Yoshua Wuyts | -0/+1 |
| 2020-12-18 | Rollup merge of #80147 - pierwill:patch-9, r=lcnr | Ralf Jung | -1/+1 |
| 2020-12-18 | Rollup merge of #80146 - pierwill:pierwill-prelude-mod-docs, r=lcnr | Ralf Jung | -13/+12 |
| 2020-12-18 | Auto merge of #79485 - EllenNyan:stabilize_unsafe_cell_get_mut, r=m-ou-se | bors | -1/+0 |
| 2020-12-17 | Add missing punctuation to std::alloc docs | pierwill | -1/+1 |
| 2020-12-17 | Edit formatting in Rust Prelude docs | pierwill | -13/+12 |
| 2020-12-15 | Add `&mut` as an alias for 'reference' primitive | Joshua Nelson | -0/+1 |
| 2020-12-16 | Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnay | bors | -84/+141 |
| 2020-12-14 | Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieu | bors | -0/+301 |
| 2020-12-14 | Rollup merge of #79918 - woodruffw-forks:ww/doc-initializer-side-effects, r=d... | Guillaume Gomez | -0/+4 |
| 2020-12-13 | Rollup merge of #79398 - pickfire:keyword, r=Dylan-DPC | Yuki Okushi | -0/+10 |
| 2020-12-11 | doc: apply suggestions | William Woodruff | -2/+3 |
| 2020-12-11 | Auto merge of #79893 - RalfJung:forget-windows, r=oli-obk | bors | -7/+4 |
| 2020-12-10 | Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad | Tyler Mandry | -4/+2 |
| 2020-12-10 | Rollup merge of #79375 - vext01:kernel-copy-temps, r=bjorn3 | Tyler Mandry | -8/+11 |
| 2020-12-10 | Rollup merge of #77027 - termhn:mul_add_doc_change, r=m-ou-se | Tyler Mandry | -4/+8 |
| 2020-12-10 | Auto merge of #77801 - fusion-engineering-forks:pin-mutex, r=Mark-Simulacrum | bors | -82/+129 |
| 2020-12-10 | doc(array,vec): add notes about side effects when empty-initializing | William Woodruff | -0/+3 |
| 2020-12-10 | Windows TLS: ManuallyDrop instead of mem::forget | Ralf Jung | -7/+4 |
| 2020-12-10 | Auto merge of #79274 - the8472:probe-eperm, r=nagisa | bors | -36/+50 |
| 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 | 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 |