| Age | Commit message (Expand) | Author | Lines |
| 2019-04-07 | Remove stabilized feature gate in doctest | Simon Sapin | -1/+0 |
| 2019-04-07 | Vastly simplify TryFrom docs. | Simon Heath | -28/+8 |
| 2019-04-07 | Incorporated review changes. | Simon Heath | -17/+35 |
| 2019-04-07 | Slowly figuring out how rustdoc actually works. | Simon Heath | -0/+3 |
| 2019-04-07 | Fix some links in TryFrom docs. | Simon Heath | -7/+15 |
| 2019-04-07 | Fix a bunch of heckin' trailing whitespace | Simon Heath | -17/+17 |
| 2019-04-07 | Add basic docs to integer TryFrom impl macros. | Simon Heath | -0/+16 |
| 2019-04-07 | Started expanding docs for `TryFrom` and `TryInto`. | Simon Heath | -1/+43 |
| 2019-02-25 | Auto merge of #57367 - petrochenkov:unrestab, r=Centril | bors | -1/+0 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -29/+150 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -1/+0 |
| 2019-02-25 | heading # Unsafety => # Safety in stdlib docs. | Mazdak Farrokhzad | -7/+7 |
| 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 |