| Age | Commit message (Expand) | Author | Lines |
| 2019-12-30 | Rollup merge of #67622 - gilescope:async-keyword-doc, r=Centril | Yuki Okushi | -4/+23 |
| 2019-12-29 | Some keyword documentation. | Giles Cope | -4/+23 |
| 2019-12-28 | Change "be returning" to "return" | Matthew Kraai | -1/+1 |
| 2019-12-28 | Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum | bors | -20/+20 |
| 2019-12-28 | Rollup merge of #67659 - SimonSapin:matches, r=rkruppe | Oliver Scherer | -1/+0 |
| 2019-12-28 | Rollup merge of #67635 - Mark-Simulacrum:path-doc-unsafe, r=dtolnay | Oliver Scherer | -0/+7 |
| 2019-12-28 | Rollup merge of #67632 - kraai:remove-collapsed-reference-links, r=steveklabnik | Oliver Scherer | -5/+5 |
| 2019-12-28 | Rollup merge of #67629 - kraai:remove-redundant-link-texts, r=steveklabnik | Oliver Scherer | -4/+4 |
| 2019-12-28 | Rollup merge of #65244 - seanmonstar:into-future, r=seanmonstar | Oliver Scherer | -1/+6 |
| 2019-12-27 | core: add IntoFuture trait and support for await | Sean McArthur | -1/+6 |
| 2019-12-27 | Stabilize the `matches!` macro | Simon Sapin | -1/+0 |
| 2019-12-26 | Relax bounds on HashSet to match hashbrown | Mark Rousskov | -11/+9 |
| 2019-12-26 | Rename wait_until/wait_timeout_until to wait_while/white_timeout_while | Matt Brubeck | -36/+32 |
| 2019-12-26 | Stabilize Condvar::wait_until and wait_timeout_until | Matt Brubeck | -7/+2 |
| 2019-12-26 | Relax bounds on HashMap to match hashbrown | Mark Rousskov | -64/+62 |
| 2019-12-26 | Document safety of Path casting | Mark Rousskov | -0/+7 |
| 2019-12-26 | Implement padding for IpAddr without heap alloc | Dario Gonzalez | -13/+80 |
| 2019-12-26 | Convert collapsed to shortcut reference links | Matthew Kraai | -5/+5 |
| 2019-12-26 | Remove redundant link texts | Matthew Kraai | -4/+4 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -20/+20 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -124/+79 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -137/+184 |
| 2019-12-24 | Rollup merge of #67561 - euclio:remove-description, r=jonas-schievink | Mazdak Farrokhzad | -31/+5 |
| 2019-12-23 | remove `description` from `Error` impls in docs | Andy Russell | -31/+5 |
| 2019-12-23 | Rollup merge of #67233 - Luro02:cursor_traits, r=sfackler | Mazdak Farrokhzad | -1/+13 |
| 2019-12-22 | Format the world | Mark Rousskov | -3577/+3805 |
| 2019-12-22 | add partialeq and eq to cursor | Luro02 | -1/+13 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -44/+44 |
| 2019-12-20 | Rollup merge of #67442 - reitermarkus:dummy-variable, r=kennytm | Mazdak Farrokhzad | -18/+9 |
| 2019-12-20 | Rollup merge of #67219 - jsgf:command-argv0-debug, r=joshtriplett | Mazdak Farrokhzad | -2/+6 |
| 2019-12-20 | Remove `SOCK_CLOEXEC` dummy variable on platforms that don't use it. | Markus Reiter | -18/+9 |
| 2019-12-19 | Correct the todo! stabilization version | Jakub Kądziołka | -1/+1 |
| 2019-12-19 | Rollup merge of #67389 - reitermarkus:dummy-variable, r=shepmaster | Mazdak Farrokhzad | -12/+6 |
| 2019-12-19 | Rollup merge of #67321 - lzutao:htons, r=dtolnay | Mazdak Farrokhzad | -22/+11 |
| 2019-12-19 | Rollup merge of #67270 - alexcrichton:write-more-line-writer, r=sfackler | Mazdak Farrokhzad | -1/+171 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -10/+7 |
| 2019-12-18 | Remove `SO_NOSIGPIPE` dummy variable on platforms that don't use it. | Markus Reiter | -12/+6 |
| 2019-12-16 | Fix up Command Debug output when arg0 is specified. | Jeremy Fitzhardinge | -2/+6 |
| 2019-12-16 | Rollup merge of #67308 - dtolnay:fast_rebind, r=alexcrichton | Mazdak Farrokhzad | -15/+0 |
| 2019-12-15 | make htons const fn | Lzu Tao | -22/+11 |
| 2019-12-15 | Rollup merge of #67282 - pjw91:patch-1, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-12-15 | Rollup merge of #67267 - alexcrichton:update-wasi-libc, r=Dylan-DPC | Mazdak Farrokhzad | -14/+21 |
| 2019-12-14 | Delete flaky test net::tcp::tests::fast_rebind | David Tolnay | -15/+0 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -3/+12 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -3/+5 |
| 2019-12-14 | Revert "Redefine `core::convert::Infallible` as `!`." | Niko Matsakis | -0/+7 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -2/+9 |
| 2019-12-14 | Auto merge of #67084 - Pagten:feature/print-msg-from-elf-entrypoint, r=Amanieu | bors | -0/+30 |
| 2019-12-14 | Fix incorrect example code of OpenOptions::open | Patrick Wang | -1/+1 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -1/+8 |