| Age | Commit message (Expand) | Author | Lines |
| 2019-02-28 | Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` const | Tim | -3/+5 |
| 2019-02-27 | improve readability | Ralf Jung | -1/+1 |
| 2019-02-27 | replaced nonzeroparseerror with regular interror | Marcel Hellwig | -99/+23 |
| 2019-02-27 | Replace `s` with `self` in docs for str methods taking self. | Trevor Spiteri | -3/+3 |
| 2019-02-27 | Vastly simplify TryFrom docs. | Simon Heath | -28/+8 |
| 2019-02-27 | Incorporated review changes. | Simon Heath | -17/+35 |
| 2019-02-27 | Slowly figuring out how rustdoc actually works. | Simon Heath | -0/+3 |
| 2019-02-27 | Fix some links in TryFrom docs. | Simon Heath | -7/+15 |
| 2019-02-27 | Fix a bunch of heckin' trailing whitespace | Simon Heath | -17/+17 |
| 2019-02-27 | Add basic docs to integer TryFrom impl macros. | Simon Heath | -0/+16 |
| 2019-02-27 | Started expanding docs for `TryFrom` and `TryInto`. | Simon Heath | -1/+43 |
| 2019-02-27 | ManuallyDrop != MaybeUninit | Ralf Jung | -0/+8 |
| 2019-02-27 | Remove copy paste error in char tests | Oliver Middleton | -1/+1 |
| 2019-02-27 | Implement ExactSizeIterator for ToLowercase and ToUppercase | Konrad Borowski | -0/+26 |
| 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-25 | Add FromStr impl for NonZero types | Marcel Hellwig | -0/+123 |
| 2019-02-24 | prefer into_initialized over read_initialited | Ralf Jung | -0/+3 |
| 2019-02-24 | show how to set with ptr::write | Ralf Jung | -4/+5 |
| 2019-02-24 | remark that the rules are unfinished | Ralf Jung | -0/+4 |
| 2019-02-24 | implement nth_back for Windows | Adrian Friedli | -0/+26 |
| 2019-02-23 | fix link | Ralf Jung | -0/+2 |
| 2019-02-23 | expand type name | Ralf Jung | -17/+17 |
| 2019-02-23 | Apply suggestions from code review | Mazdak Farrokhzad | -18/+19 |
| 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 | make MaybeUninit Copy | Ralf Jung | -0/+10 |
| 2019-02-22 | avoid unnecessary use of MaybeUninit::get_ref, and expand comment on the others | Ralf Jung | -1/+5 |
| 2019-02-22 | examples for MaybeUninit::zeroed | Ralf Jung | -0/+29 |
| 2019-02-22 | examples for as[_mut]_ptr | Ralf Jung | -0/+53 |
| 2019-02-22 | misc tweaks | Ralf Jung | -12/+22 |
| 2019-02-22 | also add examples to MaybeUninit::into_initialized | Ralf Jung | -1/+28 |
| 2019-02-22 | Add MaybeUninit::read_uninitialized | Ralf Jung | -0/+55 |
| 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 |