about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-09-03improve commentsThe8472-7/+10
2020-09-03specialize creating a Vec from a slice iterator where T: CopyThe8472-0/+14
2020-09-03restore SpecFrom<T, TrustedLen<Item=T>> specialization by nestingThe8472-1/+29
2020-09-03use From specializations on extend if extended Vec is emptyThe8472-3/+25
2020-09-03exercise more of the in-place pipeline in the benchThe8472-1/+8
2020-09-03bench in-place collect of droppablesThe8472-0/+15
2020-09-03cyclic in-place reuse benchThe8472-0/+20
2020-09-03return the things under test so they get black_box()'edThe8472-1/+10
2020-09-03add benches from bluss' gistsThe8472-0/+104
2020-09-03use memmove instead of generic in-place iteration for IntoIter sourceThe8472-2/+10
2020-09-03restore Vec::extend specialization for vec::IntoIter sources thatThe8472-0/+9
2020-09-03hide binary_heap::IntoIter internals behind impl TraitThe8472-1/+2
2020-09-03remove example that relied on non-public traitThe8472-5/+0
2020-09-03recover vectorizationThe8472-23/+54
2020-09-03update benchesThe8472-3/+4
2020-09-03simplify pointer arithmeticThe8472-11/+15
2020-09-03fix doc linkThe8472-1/+1
2020-09-03use add instead of offsetThe8472-1/+1
2020-09-03implement drop handlingThe8472-7/+26
2020-09-03assert that SourceIter requirements have not been violated by the pipelineThe8472-0/+2
2020-09-03mark SourceIter as unsafe, document invariantsThe8472-18/+52
2020-09-03in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adaptersThe8472-43/+280
2020-09-03benchThe8472-1/+40
2020-09-03unrelated typo fixThe8472-1/+1
2020-09-03Auto merge of #76283 - RalfJung:miri, r=RalfJungbors-8/+8
2020-09-03update miriRalf Jung-8/+8
2020-09-03Auto merge of #76235 - jyn514:std-intra-links, r=poliorceticsbors-79/+34
2020-09-03Auto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in_unsafe_fn, r=Mark-Sim...bors-8/+60
2020-09-03Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasiAmjad Alsharafi-8/+60
2020-09-03Auto merge of #76265 - Dylan-DPC:rollup-j3i509l, r=Dylan-DPCbors-300/+361
2020-09-03Rollup merge of #76261 - camelid:intra-doc-links-for-core-marker, r=jyn514Dylan DPC-33/+26
2020-09-03Rollup merge of #76255 - ehuss:update-books, r=ehussDylan DPC-0/+0
2020-09-03Rollup merge of #76245 - tmiasko:inline-generators, r=ecstatic-morseDylan DPC-2/+26
2020-09-03Rollup merge of #76243 - ama0:patch-1, r=jonas-schievinkDylan DPC-5/+5
2020-09-03Rollup merge of #76242 - RalfJung:read-fixme, r=Dylan-DPCDylan DPC-5/+8
2020-09-03Rollup merge of #76238 - denisvasilik:intra-doc-links-core-iterator, r=jyn514Dylan DPC-40/+35
2020-09-03Rollup merge of #76204 - NoraCodes:nora/control_flow_enum, r=scottmcmDylan DPC-100/+119
2020-09-03Rollup merge of #76167 - mati865:mingw-self-contained-heuristic, r=petrochenkovDylan DPC-92/+25
2020-09-03Rollup merge of #76164 - lzutao:slice-array, r=ehussDylan DPC-3/+3
2020-09-03Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morseDylan DPC-18/+97
2020-09-03Rollup merge of #76120 - LukasKalbertodt:add-as-slice-method-to-array, r=Mark...Dylan DPC-2/+14
2020-09-03Rollup merge of #75150 - nanpuyue:deprecate_to_ipv6_compatible, r=LukasKalber...Dylan DPC-0/+3
2020-09-02Add back missing linkCamelid-1/+1
2020-09-02Use intra-doc links in `core::marker`Camelid-34/+27
2020-09-02Auto merge of #76233 - cuviper:unhasher, r=Mark-Simulacrumbors-3/+62
2020-09-02Fix incorrect link in preludeJoshua Nelson-1/+1
2020-09-02Revert change to MaybeUninit until rustdoc bugs are fixedJoshua Nelson-4/+4
2020-09-02Convert many files to intra-doc linksJoshua Nelson-37/+34
2020-09-02Auto merge of #76160 - scileo:format-recovery, r=petrochenkovbors-53/+88
2020-09-02Format ControlFlow changes with rustfmtLeonora Tindall-13/+18