| Age | Commit message (Expand) | Author | Lines |
| 2019-03-03 | Auto merge of #58866 - kennytm:rollup, r=kennytm | bors | -36/+49 |
| 2019-03-02 | Bootstrap compiler update for 1.35 release | Mark Rousskov | -122/+8 |
| 2019-03-02 | Rollup merge of #58821 - alex:patch-1, r=Centril | kennytm | -1/+1 |
| 2019-03-02 | Rollup merge of #58782 - tspiteri:str-escape-self, r=kennytm | kennytm | -3/+3 |
| 2019-03-02 | Rollup merge of #58780 - RalfJung:manually-drop, r=nagisa | kennytm | -0/+8 |
| 2019-03-02 | Rollup merge of #58730 - timvermeulen:internal_iteration, r=scottmcm | kennytm | -32/+37 |
| 2019-02-28 | Fixed a syntax error in the pin docs | Alex Gaynor | -1/+1 |
| 2019-02-28 | Update src/libcore/mem.rs | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | improve readability | Ralf Jung | -1/+1 |
| 2019-02-27 | Replace `s` with `self` in docs for str methods taking self. | Trevor Spiteri | -3/+3 |
| 2019-02-27 | ManuallyDrop != MaybeUninit | Ralf Jung | -0/+8 |
| 2019-02-27 | Add trailing newline | Tim Vermeulen | -1/+1 |
| 2019-02-27 | Improve existing benchmarks to prevent extreme optimizations | Tim Vermeulen | -2/+2 |
| 2019-02-27 | Add relevant benchmarks | Tim Vermeulen | -0/+28 |
| 2019-02-26 | Clarify `rotate_{left,right}` docs | Tobias Bucher | -6/+8 |
| 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 | Have all methods of Filter and FilterMap use internal iteration | Tim Vermeulen | -30/+7 |
| 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 |