| Age | Commit message (Expand) | Author | Lines |
| 2019-02-23 | Rollup merge of #58595 - stjepang:make-duration-consts-associated, r=oli-obk | Mazdak Farrokhzad | -16/+52 |
| 2019-02-23 | Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnay | Mazdak Farrokhzad | -6/+81 |
| 2019-02-22 | Auto merge of #58644 - Centril:rollup, r=Centril | bors | -0/+1 |
| 2019-02-22 | Rollup merge of #58606 - stjepang:put-future-into-spotlight, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-02-22 | Auto merge of #57997 - nitnelave:master, r=RalfJung | bors | -215/+249 |
| 2019-02-22 | Auto merge of #58574 - RalfJung:pin, r=Mark-Simulacrum | bors | -49/+310 |
| 2019-02-22 | Auto merge of #58616 - vertexclique:destabilize-fixed-width-atomic-integers, ... | bors | -1/+14 |
| 2019-02-21 | take a bit more space for new_unchecked examples | Ralf Jung | -4/+10 |
| 2019-02-21 | fix link | Ralf Jung | -1/+1 |
| 2019-02-21 | this is for you, tidy | Ralf Jung | -2/+2 |
| 2019-02-21 | explain unsafe | Ralf Jung | -2/+2 |
| 2019-02-21 | we only list some examples of basic types | Ralf Jung | -1/+1 |
| 2019-02-21 | tweaks and fix weird space | Ralf Jung | -2/+2 |
| 2019-02-21 | Apply suggestions from code review | Mazdak Farrokhzad | -39/+42 |
| 2019-02-21 | Destabilize fixed-width const defined atomic integers | Mahmut Bulut | -1/+14 |
| 2019-02-21 | final pin projections tweaking | Ralf Jung | -27/+23 |
| 2019-02-21 | more pin projections tweaking | Ralf Jung | -10/+17 |
| 2019-02-21 | Enable feature duration_constants in examples | Stjepan Glavina | -0/+4 |
| 2019-02-20 | Put Future trait into spotlight | Stjepan Glavina | -0/+1 |
| 2019-02-20 | Add examples for duration constants | Stjepan Glavina | -0/+32 |
| 2019-02-20 | expand pinning projections | Ralf Jung | -38/+41 |
| 2019-02-20 | tweak pinning projections | Ralf Jung | -12/+21 |
| 2019-02-20 | Turn duration consts into associated consts | Stjepan Glavina | -16/+16 |
| 2019-02-20 | tweaks | Ralf Jung | -14/+15 |
| 2019-02-20 | Rollup merge of #58044 - Lokathor:lokathor, r=alexcrichton | kennytm | -9/+5 |
| 2019-02-20 | Rollup merge of #58576 - SimonSapin:successors, r=Centril | kennytm | -14/+13 |
| 2019-02-20 | Rollup merge of #58565 - thomaseizinger:typo-future-docs, r=frewsxcv | kennytm | -1/+1 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -23/+23 |
| 2019-02-20 | Rollup merge of #58538 - GuillaumeGomez:fmt-examples, r=Centril | kennytm | -10/+313 |
| 2019-02-20 | Rollup merge of #58536 - xfix:remove-ub-in-pointer-tests, r=RalfJung | kennytm | -5/+6 |
| 2019-02-19 | expand Unpin example | Ralf Jung | -3/+5 |
| 2019-02-19 | improve wording | Ralf Jung | -2/+2 |
| 2019-02-19 | improve linked list -> drop transition | Ralf Jung | -5/+6 |
| 2019-02-19 | please the mericless tidy, oh tidy | Ralf Jung | -1/+1 |
| 2019-02-19 | mention interaction with Deref in intro | Ralf Jung | -9/+38 |
| 2019-02-19 | examples | Ralf Jung | -1/+3 |
| 2019-02-19 | rewrite pin module intro | Ralf Jung | -24/+27 |
| 2019-02-19 | more work on projections and RefCell example | Ralf Jung | -12/+22 |
| 2019-02-19 | separate section for doubly-linked list, reword projections intro | Ralf Jung | -33/+43 |
| 2019-02-19 | Apply suggestions from code review | Ralf Jung | -12/+12 |
| 2019-02-19 | apply some of the feedback | Ralf Jung | -25/+34 |
| 2019-02-19 | Stabilize iter::from_fn | Simon Sapin | -7/+5 |
| 2019-02-19 | Stabilize iter::successors | Simon Sapin | -7/+8 |
| 2019-02-19 | improve Pin documentation | Ralf Jung | -20/+190 |
| 2019-02-19 | Add missing fmt structs examples | Guillaume Gomez | -10/+313 |
| 2019-02-19 | Fix typo in std::future::Future docs | Thomas Eizinger | -1/+1 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -23/+23 |
| 2019-02-18 | Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbg | bors | -8/+1 |
| 2019-02-17 | Remove UB in test_ptr_subtraction test | Konrad Borowski | -2/+4 |
| 2019-02-17 | Remove UB in test_is_null test | Konrad Borowski | -3/+2 |