| Age | Commit message (Expand) | Author | Lines |
| 2020-09-03 | improve comments | The8472 | -7/+10 |
| 2020-09-03 | specialize creating a Vec from a slice iterator where T: Copy | The8472 | -0/+14 |
| 2020-09-03 | restore SpecFrom<T, TrustedLen<Item=T>> specialization by nesting | The8472 | -1/+29 |
| 2020-09-03 | use From specializations on extend if extended Vec is empty | The8472 | -3/+25 |
| 2020-09-03 | exercise more of the in-place pipeline in the bench | The8472 | -1/+8 |
| 2020-09-03 | bench in-place collect of droppables | The8472 | -0/+15 |
| 2020-09-03 | cyclic in-place reuse bench | The8472 | -0/+20 |
| 2020-09-03 | return the things under test so they get black_box()'ed | The8472 | -1/+10 |
| 2020-09-03 | add benches from bluss' gists | The8472 | -0/+104 |
| 2020-09-03 | use memmove instead of generic in-place iteration for IntoIter source | The8472 | -2/+10 |
| 2020-09-03 | restore Vec::extend specialization for vec::IntoIter sources that | The8472 | -0/+9 |
| 2020-09-03 | hide binary_heap::IntoIter internals behind impl Trait | The8472 | -1/+2 |
| 2020-09-03 | remove example that relied on non-public trait | The8472 | -5/+0 |
| 2020-09-03 | recover vectorization | The8472 | -23/+54 |
| 2020-09-03 | update benches | The8472 | -3/+4 |
| 2020-09-03 | simplify pointer arithmetic | The8472 | -11/+15 |
| 2020-09-03 | fix doc link | The8472 | -1/+1 |
| 2020-09-03 | use add instead of offset | The8472 | -1/+1 |
| 2020-09-03 | implement drop handling | The8472 | -7/+26 |
| 2020-09-03 | assert that SourceIter requirements have not been violated by the pipeline | The8472 | -0/+2 |
| 2020-09-03 | mark SourceIter as unsafe, document invariants | The8472 | -18/+52 |
| 2020-09-03 | in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters | The8472 | -43/+280 |
| 2020-09-03 | bench | The8472 | -1/+40 |
| 2020-09-03 | unrelated typo fix | The8472 | -1/+1 |
| 2020-09-03 | Auto merge of #76283 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-09-03 | update miri | Ralf Jung | -8/+8 |
| 2020-09-03 | Auto merge of #76235 - jyn514:std-intra-links, r=poliorcetics | bors | -79/+34 |
| 2020-09-03 | Auto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in_unsafe_fn, r=Mark-Sim... | bors | -8/+60 |
| 2020-09-03 | Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi | Amjad Alsharafi | -8/+60 |
| 2020-09-03 | Auto merge of #76265 - Dylan-DPC:rollup-j3i509l, r=Dylan-DPC | bors | -300/+361 |
| 2020-09-03 | Rollup merge of #76261 - camelid:intra-doc-links-for-core-marker, r=jyn514 | Dylan DPC | -33/+26 |
| 2020-09-03 | Rollup merge of #76255 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-09-03 | Rollup merge of #76245 - tmiasko:inline-generators, r=ecstatic-morse | Dylan DPC | -2/+26 |
| 2020-09-03 | Rollup merge of #76243 - ama0:patch-1, r=jonas-schievink | Dylan DPC | -5/+5 |
| 2020-09-03 | Rollup merge of #76242 - RalfJung:read-fixme, r=Dylan-DPC | Dylan DPC | -5/+8 |
| 2020-09-03 | Rollup merge of #76238 - denisvasilik:intra-doc-links-core-iterator, r=jyn514 | Dylan DPC | -40/+35 |
| 2020-09-03 | Rollup merge of #76204 - NoraCodes:nora/control_flow_enum, r=scottmcm | Dylan DPC | -100/+119 |
| 2020-09-03 | Rollup merge of #76167 - mati865:mingw-self-contained-heuristic, r=petrochenkov | Dylan DPC | -92/+25 |
| 2020-09-03 | Rollup merge of #76164 - lzutao:slice-array, r=ehuss | Dylan DPC | -3/+3 |
| 2020-09-03 | Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse | Dylan DPC | -18/+97 |
| 2020-09-03 | Rollup merge of #76120 - LukasKalbertodt:add-as-slice-method-to-array, r=Mark... | Dylan DPC | -2/+14 |
| 2020-09-03 | Rollup merge of #75150 - nanpuyue:deprecate_to_ipv6_compatible, r=LukasKalber... | Dylan DPC | -0/+3 |
| 2020-09-02 | Add back missing link | Camelid | -1/+1 |
| 2020-09-02 | Use intra-doc links in `core::marker` | Camelid | -34/+27 |
| 2020-09-02 | Auto merge of #76233 - cuviper:unhasher, r=Mark-Simulacrum | bors | -3/+62 |
| 2020-09-02 | Fix incorrect link in prelude | Joshua Nelson | -1/+1 |
| 2020-09-02 | Revert change to MaybeUninit until rustdoc bugs are fixed | Joshua Nelson | -4/+4 |
| 2020-09-02 | Convert many files to intra-doc links | Joshua Nelson | -37/+34 |
| 2020-09-02 | Auto merge of #76160 - scileo:format-recovery, r=petrochenkov | bors | -53/+88 |
| 2020-09-02 | Format ControlFlow changes with rustfmt | Leonora Tindall | -13/+18 |