| Age | Commit message (Expand) | Author | Lines |
| 2021-02-15 | Rollup merge of #82120 - sfackler:arguments-as-str, r=dtolnay | Jonas Schievink | -1/+0 |
| 2021-02-15 | Rollup merge of #82119 - m-ou-se:typo, r=dtolnay | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #82063 - NULLx76:fix-minor-typo, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #81975 - Amanieu:seal2, r=m-ou-se | Jonas Schievink | -30/+54 |
| 2021-02-14 | Stabilize Arguments::as_str | Steven Fackler | -1/+0 |
| 2021-02-14 | Fix typo in link to CreateSymbolicLinkW documentation. | Mara Bos | -1/+1 |
| 2021-02-13 | Fixed minor typo in catch_unwind docs | Victor Roest | -1/+1 |
| 2021-02-12 | Rollup merge of #81850 - the8472:env-rwlock, r=m-ou-se | Dylan DPC | -12/+72 |
| 2021-02-10 | Seal the CommandExt, OsStrExt and OsStringExt traits | Amanieu d'Antras | -30/+54 |
| 2021-02-10 | Rollup merge of #79849 - Digital-Chaos:sleep-zero, r=m-ou-se | Yuki Okushi | -0/+9 |
| 2021-02-09 | split guard into read and write types | The8472 | -17/+16 |
| 2021-02-08 | introduce StaticRWLock wrapper to make methods safe | The8472 | -60/+72 |
| 2021-02-08 | avoid &mut on the read path since it now allows concurrent readers | The8472 | -1/+1 |
| 2021-02-08 | Remove outdated comment. | Mara Bos | -2/+0 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -0/+5 |
| 2021-02-07 | silence dead code warnings on windows | The8472 | -0/+5 |
| 2021-02-07 | use rwlock for accessing ENV | The8472 | -11/+55 |
| 2021-02-07 | Auto merge of #81821 - nikic:update-wasm32, r=sanxiyn | bors | -0/+5 |
| 2021-02-06 | Upgrade wasm32 image to Ubuntu 20.04 | Nikita Popov | -0/+5 |
| 2021-02-05 | Rollup merge of #81542 - RReverser:wasi-symlink, r=alexcrichton | Mara Bos | -0/+8 |
| 2021-02-04 | Rollup merge of #81745 - Kixunil:stabilize_once_poison, r=m-ou-se | Mara Bos | -15/+9 |
| 2021-02-04 | Rollup merge of #81711 - saethlin:ipaddr-inline, r=m-ou-se | Mara Bos | -0/+69 |
| 2021-02-04 | Rollup merge of #81710 - TyPR124:patch-2, r=m-ou-se | Mara Bos | -1/+1 |
| 2021-02-04 | Stabilize poison API of Once, rename poisoned() | Martin Habovstiak | -15/+9 |
| 2021-02-03 | Stabilize the Wake trait | Yoshua Wuyts | -2/+1 |
| 2021-02-03 | add #[inline] to all the public IpAddr functions | Ben Kimock | -0/+69 |
| 2021-02-03 | Restore comment as it was | Ingvar Stepanyan | -0/+2 |
| 2021-02-03 | Keep old symlink; expose new symlink_path | Ingvar Stepanyan | -4/+14 |
| 2021-02-03 | OsStr eq_ignore_ascii_case takes arg by value | Tyler Ruckinger | -1/+1 |
| 2021-02-02 | Rollup merge of #81588 - xfix:delete-doc-alias, r=Mark-Simulacrum | Jack Huey | -0/+5 |
| 2021-02-02 | Rollup merge of #81530 - ojeda:sys-use-abort-instead-of-wasm32-unreachable, r... | Jack Huey | -1/+1 |
| 2021-02-02 | Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiyn | Jack Huey | -8/+8 |
| 2021-02-02 | Rollup merge of #81022 - seanchen1991:feat/frames-iter, r=KodrAus | Jonas Schievink | -38/+92 |
| 2021-02-02 | Fix AArch64 types in std::os::raw | Amanieu d'Antras | -8/+8 |
| 2021-02-01 | Rollup merge of #81598 - sivadeilra:windows_dll_imports_fix_x86, r=m-ou-se | Jonas Schievink | -12/+10 |
| 2021-02-01 | Rollup merge of #78641 - the8472:buffered-copy, r=sfackler | Jonas Schievink | -8/+138 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -0/+38 |
| 2021-01-31 | Fix calling convention for CRT startup | Arlie Davis | -12/+10 |
| 2021-01-31 | Rollup merge of #81549 - est31:wording_fix, r=jonas-schievink | Jonas Schievink | -7/+7 |
| 2021-01-31 | specialize io::copy to use the memory of the writer if it is a BufWriter | The8472 | -8/+138 |
| 2021-01-31 | Add doc aliases for "delete" | Konrad Borowski | -0/+5 |
| 2021-01-31 | Auto merge of #81478 - sivadeilra:windows_dll_imports, r=m-ou-se | bors | -71/+95 |
| 2021-01-31 | Rollup merge of #81550 - xfix:replace-mention-of-predecessor, r=jonas-schievink | Jonas Schievink | -4/+4 |
| 2021-01-31 | Rollup merge of #78044 - oberien:empty-seek, r=m-ou-se | Jonas Schievink | -2/+37 |
| 2021-01-30 | impl Seek for Empty | oberien | -2/+37 |
| 2021-01-30 | Replace predecessor with range in collections documentation | Konrad Borowski | -4/+4 |
| 2021-01-30 | Misc ip documentation fixes | est31 | -7/+7 |
| 2021-01-30 | Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-01-30 | Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAus | Yuki Okushi | -0/+17 |
| 2021-01-30 | Expose correct symlink API on WASI | Ingvar Stepanyan | -9/+5 |