summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-03-22fix io::copy specialization when writer was opened with O_APPENDThe8472-8/+10
2021-03-22add test for failing io::copy specializationThe8472-0/+18
2021-03-22std: Fix a bug on the wasm32-wasi target opening filesAlex Crichton-4/+2
2021-03-22Expose str::SplitInclusiveMark Rousskov-1/+1
2021-03-10libtest: Fix unwrap panic on duplicate TestDesc.Anders Kaseorg-6/+7
2021-02-24Disable use of accept4 on x86 Android.Maarten de Vries-1/+1
2021-02-06Rollup merge of #81610 - ssomers:btree_emphasize_ord_bound, r=dtolnayMara Bos-54/+191
2021-02-06Rollup merge of #81580 - rodrimati1992:patch-2, r=dtolnayMara Bos-4/+35
2021-02-06Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnayMara Bos-6/+2
2021-02-05Bump peekable_next_if to rust 1.51.0David Tolnay-2/+2
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-1/+1
2021-02-05Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-SimulacrumMara Bos-4/+4
2021-02-05Rollup merge of #81730 - RustyYato:object-safe-allocator, r=AmanieuMara Bos-1/+4
2021-02-05Rollup merge of #81542 - RReverser:wasi-symlink, r=alexcrichtonMara Bos-0/+8
2021-02-04Revert "Avoid leaking block expression values"Felix S. Klock II-1/+1
2021-02-04Update LayoutError/LayoutErr stability attributesJacob Hughes-4/+4
2021-02-04Rollup merge of #81745 - Kixunil:stabilize_once_poison, r=m-ou-seMara Bos-15/+9
2021-02-04Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-SimulacrumMara Bos-2/+8
2021-02-04Rollup merge of #81711 - saethlin:ipaddr-inline, r=m-ou-seMara Bos-0/+69
2021-02-04Rollup merge of #81710 - TyPR124:patch-2, r=m-ou-seMara Bos-1/+1
2021-02-04Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995Mara Bos-14/+15
2021-02-04Rollup merge of #79805 - m-ou-se:iterator-reduce, r=KodrAusMara Bos-12/+21
2021-02-04Stabilize poison API of Once, rename poisoned()Martin Habovstiak-15/+9
2021-02-04Stabilize feature(iterator_fold_self): Iterator::reduceMara Bos-3/+1
2021-02-04Improve documentation of Iterator::{fold, reduce}.Mara Bos-5/+16
2021-02-04Rename Iterator::fold_first to reduce.Mara Bos-4/+4
2021-02-03make Allocator object-safeRustyYato-1/+4
2021-02-03Update panic!() documentation about non-string panics.Mara Bos-7/+8
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-7/+7
2021-02-03Revert stabilizing integer::BITS.Mara Bos-2/+8
2021-02-03Stabilize the Wake traitYoshua Wuyts-9/+60
2021-02-03add #[inline] to all the public IpAddr functionsBen Kimock-0/+69
2021-02-03Restore comment as it wasIngvar Stepanyan-0/+2
2021-02-03Keep old symlink; expose new symlink_pathIngvar Stepanyan-4/+14
2021-02-03OsStr eq_ignore_ascii_case takes arg by valueTyler Ruckinger-1/+1
2021-02-03Rollup merge of #81573 - ehuss:cell-links, r=jackh726Guillaume Gomez-20/+24
2021-02-03Rollup merge of #81144 - nhwn:typo-map-while, r=jackh726Guillaume Gomez-1/+1
2021-02-02Rollup merge of #81647 - m-ou-se:assert-2021-fix, r=petrochenkovJack Huey-1/+1
2021-02-02Rollup merge of #81588 - xfix:delete-doc-alias, r=Mark-SimulacrumJack Huey-0/+8
2021-02-02Rollup merge of #81530 - ojeda:sys-use-abort-instead-of-wasm32-unreachable, r...Jack Huey-1/+1
2021-02-02Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiynJack Huey-9/+12
2021-02-02Auto merge of #80843 - Mark-Simulacrum:fmt-bump, r=petrochenkovbors-2/+4
2021-02-02Bump rustfmt versionMark Rousskov-2/+4
2021-02-02BTreeMap: make Ord bound explicit, compile-test its absenceStein Somers-54/+191
2021-02-02Auto merge of #81660 - jonas-schievink:rollup-fz2lh78, r=jonas-schievinkbors-39/+106
2021-02-02Rollup merge of #81599 - sdroege:fuse-trusted-len, r=m-ou-seJonas Schievink-1/+14
2021-02-02Rollup merge of #81022 - seanchen1991:feat/frames-iter, r=KodrAusJonas Schievink-38/+92
2021-02-02Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAusbors-4/+181
2021-02-02update tracking issue for vec_extend_from_withinAshley Mannix-1/+1
2021-02-02Fix AArch64 types in std::os::rawAmanieu d'Antras-8/+8