| Age | Commit message (Expand) | Author | Lines |
| 2021-02-03 | OsStr eq_ignore_ascii_case takes arg by value | Tyler Ruckinger | -1/+1 |
| 2021-02-03 | Add note to `Vec::split_at_spare_mut` docs that the method is low-level | Waffle | -0/+15 |
| 2021-02-03 | fix typo in library/alloc/src/vec/mod.rs | Waffle Lapkin | -1/+1 |
| 2021-02-03 | Add "every" as a doc alias for "all". | Konrad Borowski | -0/+1 |
| 2021-02-03 | Rollup merge of #81573 - ehuss:cell-links, r=jackh726 | Guillaume Gomez | -20/+24 |
| 2021-02-03 | Rollup merge of #81144 - nhwn:typo-map-while, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2021-02-03 | Make Vec::split_at_spare_mut public | Waffle | -1/+38 |
| 2021-02-02 | Rollup merge of #81647 - m-ou-se:assert-2021-fix, r=petrochenkov | Jack Huey | -1/+1 |
| 2021-02-02 | Rollup merge of #81588 - xfix:delete-doc-alias, r=Mark-Simulacrum | Jack Huey | -0/+8 |
| 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 | -9/+12 |
| 2021-02-02 | Auto merge of #80843 - Mark-Simulacrum:fmt-bump, r=petrochenkov | bors | -2/+4 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -2/+4 |
| 2021-02-02 | BTreeMap: make Ord bound explicit, compile-test its absence | Stein Somers | -54/+191 |
| 2021-02-02 | Auto merge of #81660 - jonas-schievink:rollup-fz2lh78, r=jonas-schievink | bors | -39/+106 |
| 2021-02-02 | Rollup merge of #81599 - sdroege:fuse-trusted-len, r=m-ou-se | Jonas Schievink | -1/+14 |
| 2021-02-02 | Rollup merge of #81022 - seanchen1991:feat/frames-iter, r=KodrAus | Jonas Schievink | -38/+92 |
| 2021-02-02 | Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAus | bors | -4/+181 |
| 2021-02-02 | update tracking issue for vec_extend_from_within | Ashley Mannix | -1/+1 |
| 2021-02-02 | Fix AArch64 types in std::os::raw | Amanieu d'Antras | -8/+8 |
| 2021-02-01 | Fix bug with assert!() calling the wrong edition of panic!(). | Mara Bos | -1/+1 |
| 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 | -1/+89 |
| 2021-02-01 | Implement `TrustedLen` for `iter::Fuse<I: TrustedLen>` | Sebastian Dröge | -1/+9 |
| 2021-02-01 | Add SAFETY comment for the `TrustedRandomAccess` impl of `iter::Fuse` | Sebastian Dröge | -0/+5 |
| 2021-01-31 | add `Vec::extend_from_within` method | Waffle | -4/+181 |
| 2021-01-31 | Update comment about leaking | rodrimati1992 | -1/+1 |
| 2021-01-31 | Fix calling convention for CRT startup | Arlie Davis | -12/+10 |
| 2021-01-31 | Rollup merge of #81590 - KodrAus:stabilize/int_bits_const, r=m-ou-se | Jonas Schievink | -8/+2 |
| 2021-01-31 | Rollup merge of #81589 - Seppel3210:master, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2021-01-31 | Rollup merge of #81549 - est31:wording_fix, r=jonas-schievink | Jonas Schievink | -7/+7 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -1/+0 |
| 2021-01-31 | specialize io::copy to use the memory of the writer if it is a BufWriter | The8472 | -8/+138 |
| 2021-01-31 | Fix line length format | Xavientois | -1/+3 |
| 2021-01-31 | Fix formatting on mod | Xavientois | -2/+1 |
| 2021-01-31 | Add space for proper indentation | Xavientois | -1/+1 |
| 2021-01-31 | Remove trailing newline | Xavientois | -2/+3 |
| 2021-01-31 | Add tests for SizeHint implementations | Xavientois | -2/+29 |
| 2021-01-31 | Implement SizeHint trait for BufReader, Emtpy, and Chain | Xavientois | -8/+29 |
| 2021-01-31 | Use fully qualified syntax to avoid dyn | Xavientois | -2/+22 |
| 2021-01-31 | Remove unnecessary default keyword | Xavientois | -4/+6 |
| 2021-01-31 | Remove stable annotation | Xavientois | -3/+0 |
| 2021-01-31 | Fix formatting | Xavientois | -10/+2 |
| 2021-01-31 | Add dyn for SizeHint cast | Xavientois | -1/+1 |
| 2021-01-31 | Remove exposing private trait | Xavientois | -2/+2 |
| 2021-01-31 | Fix semicolon | Xavientois | -1/+1 |
| 2021-01-31 | Add back lower_bound as memeber | Xavientois | -0/+2 |
| 2021-01-31 | Add default keyword for specialization | Xavientois | -5/+5 |
| 2021-01-31 | Fix incorrect token | Xavientois | -1/+1 |