about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-07-27from review: add a comment why try_fold was chosen instead of foldThe8472-0/+5
2021-07-26fix typo: whenver -> wheneverChris Midgley-1/+1
2021-07-26Track caller of Vec::remove()Kornel-0/+2
2021-07-26Auto merge of #87430 - devnexen:netbsd_ucred_enabled, r=joshtriplettbors-2/+16
2021-07-25ignore comments in tidy-filelengthibraheemdev-9/+0
2021-07-25Auto merge of #86595 - a1phyr:allocator_api_for_vecdeque, r=Amanieubors-74/+137
2021-07-25macos current_exe using directly libc instead.David CARLIER-6/+3
2021-07-24Auto merge of #84111 - bstrie:hashfrom, r=joshtriplettbors-26/+244
2021-07-24Hide allocator details from TryReserveErrorKornel-109/+267
2021-07-24Update std_collections_from_array stability versionbstrie-7/+7
2021-07-24implement fold() on array::IntoIter to improve flatten().collect() perfThe8472-0/+22
2021-07-24Rollup merge of #87422 - mgeier:doc-strip-feature-attribute, r=LeSeulArtichautManish Goregaokar-1/+0
2021-07-24Rollup merge of #87410 - jonas-schievink:doc-hidden-format_args_nl, r=nagisaManish Goregaokar-0/+1
2021-07-24Rollup merge of #87395 - ericonr:patch-1, r=joshtriplettManish Goregaokar-4/+3
2021-07-24netbsd enabled ucredDavid Carlier-2/+16
2021-07-24DOC: remove unnecessary feature crate attribute from example codeMatthias Geier-1/+0
2021-07-24Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitorbors-4/+30
2021-07-23Fix parameter names in std::env documentation.Érico Nogueira Rolim-4/+3
2021-07-24Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-SimulacrumYuki Okushi-0/+8
2021-07-24Rollup merge of #87175 - inquisitivecrystal:inner-error, r=kennytmYuki Okushi-4/+2
2021-07-24Rollup merge of #87171 - Alexendoo:bufwriter-option, r=Mark-SimulacrumYuki Okushi-10/+14
2021-07-24Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-seYuki Okushi-0/+4
2021-07-23Add `#[unstable]` on new functionsBenoît du Garreau-2/+2
2021-07-23Add unstable attribute for `A` in `Drain` and `IntoIter`Benoît du Garreau-2/+9
2021-07-23Add support for custom allocator in `VecDeque`Benoît du Garreau-74/+130
2021-07-23Mark `format_args_nl` as `#[doc(hidden)]`Jonas Schievink-0/+1
2021-07-23Stabilize core::task::ready!Yoshua Wuyts-7/+2
2021-07-23Rollup merge of #87034 - mgeier:doc-step_by, r=JohnTitorYuki Okushi-6/+7
2021-07-22Fix whitespaceTim Vermeulen-2/+1
2021-07-22Add testsTim Vermeulen-2/+44
2021-07-22Implement slice::{Iter, IterMut}::{advance_by, advance_back_by}Tim Vermeulen-0/+16
2021-07-22Remove Option from BufWriterAlex Macleod-10/+14
2021-07-22Rollup merge of #87343 - steffahn:fix_unsound_zip_optimization_only_regressio...Guillaume Gomez-54/+2
2021-07-21VxWorks does provide sigemptyset and sigaddsetNicholas Baron-1/+1
2021-07-21Disable glibc tests on vxworksNicholas Baron-0/+2
2021-07-21Rollup merge of #81864 - ijackson:globalalloc-example, r=AmanieuEric Huss-11/+56
2021-07-21Rollup merge of #87279 - sunfishcode:document-unix-argv, r=RalfJungGuillaume Gomez-2/+16
2021-07-21Remove unsound TrustedRandomAccess implementationsFrank Steffahn-54/+2
2021-07-21docs: GlobalAlloc: Make example only require 4096-aligned staticIan Jackson-3/+3
2021-07-21Add tracking issue and link to man-pageDominik Stolz-3/+4
2021-07-21Add PidFd type and seal traitsDominik Stolz-110/+279
2021-07-21Typo fixJosh Triplett-1/+1
2021-07-21Add Linux-specific pidfd process extensionsAaron Hill-7/+159
2021-07-21Auto merge of #86847 - tlyu:stdin-forwarders, r=joshtriplettbors-1/+44
2021-07-20Auto merge of #87168 - the8472:flatten-len, r=scottmcmbors-1/+133
2021-07-20Use hashbrown's `extend_reserve()` in `HashMap`inquisitivecrystal-9/+1
2021-07-20Auto merge of #87247 - crlf0710:merge-libterm-into-libtest, r=nagisabors-401/+133
2021-07-20docs: GlobalAlloc: completely replace example with one that worksIan Jackson-11/+56
2021-07-19replace Option combinators with try blockThe8472-6/+2
2021-07-19Add comments explaining the unix command-line argument support.Dan Gohman-2/+16