| Age | Commit message (Expand) | Author | Lines |
| 2021-03-22 | fix io::copy specialization when writer was opened with O_APPEND | The8472 | -8/+10 |
| 2021-03-22 | add test for failing io::copy specialization | The8472 | -0/+18 |
| 2021-03-22 | std: Fix a bug on the wasm32-wasi target opening files | Alex Crichton | -4/+2 |
| 2021-03-22 | Expose str::SplitInclusive | Mark Rousskov | -1/+1 |
| 2021-03-10 | libtest: Fix unwrap panic on duplicate TestDesc. | Anders Kaseorg | -6/+7 |
| 2021-02-24 | Disable use of accept4 on x86 Android. | Maarten de Vries | -1/+1 |
| 2021-02-06 | Rollup merge of #81610 - ssomers:btree_emphasize_ord_bound, r=dtolnay | Mara Bos | -54/+191 |
| 2021-02-06 | Rollup merge of #81580 - rodrimati1992:patch-2, r=dtolnay | Mara Bos | -4/+35 |
| 2021-02-06 | Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay | Mara Bos | -6/+2 |
| 2021-02-05 | Bump peekable_next_if to rust 1.51.0 | David Tolnay | -2/+2 |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -1/+1 |
| 2021-02-05 | Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-Simulacrum | Mara Bos | -4/+4 |
| 2021-02-05 | Rollup merge of #81730 - RustyYato:object-safe-allocator, r=Amanieu | Mara Bos | -1/+4 |
| 2021-02-05 | Rollup merge of #81542 - RReverser:wasi-symlink, r=alexcrichton | Mara Bos | -0/+8 |
| 2021-02-04 | Revert "Avoid leaking block expression values" | Felix S. Klock II | -1/+1 |
| 2021-02-04 | Update LayoutError/LayoutErr stability attributes | Jacob Hughes | -4/+4 |
| 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 #81727 - m-ou-se:unstabilize-bits, r=Mark-Simulacrum | Mara Bos | -2/+8 |
| 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 | Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995 | Mara Bos | -14/+15 |
| 2021-02-04 | Rollup merge of #79805 - m-ou-se:iterator-reduce, r=KodrAus | Mara Bos | -12/+21 |
| 2021-02-04 | Stabilize poison API of Once, rename poisoned() | Martin Habovstiak | -15/+9 |
| 2021-02-04 | Stabilize feature(iterator_fold_self): Iterator::reduce | Mara Bos | -3/+1 |
| 2021-02-04 | Improve documentation of Iterator::{fold, reduce}. | Mara Bos | -5/+16 |
| 2021-02-04 | Rename Iterator::fold_first to reduce. | Mara Bos | -4/+4 |
| 2021-02-03 | make Allocator object-safe | RustyYato | -1/+4 |
| 2021-02-03 | Update panic!() documentation about non-string panics. | Mara Bos | -7/+8 |
| 2021-02-03 | Allow/fix non_fmt_panic in tests. | Mara Bos | -7/+7 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -2/+8 |
| 2021-02-03 | Stabilize the Wake trait | Yoshua Wuyts | -9/+60 |
| 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-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-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 |