| Age | Commit message (Expand) | Author | Lines |
| 2019-03-11 | consistent naming for duration_float methods and additional f32 methods | newpavlov | -9/+121 |
| 2019-03-11 | Improvements to comments in libstd, libcore, liballoc. | Alexander Regueiro | -24/+27 |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -34/+0 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -39/+39 |
| 2019-03-09 | Revert "Revert "Add clamp functions"" | Dirk Leifeld | -0/+26 |
| 2019-03-09 | Rollup merge of #58924 - cuviper:more-as_slice, r=dtolnay | Mazdak Farrokhzad | -0/+28 |
| 2019-03-09 | Rollup merge of #58750 - TimDiekmann:master, r=oli-obk | Mazdak Farrokhzad | -3/+5 |
| 2019-03-09 | Rollup merge of #58660 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -30/+229 |
| 2019-03-09 | Auto merge of #57882 - euclio:unused-doc-attributes, r=estebank | bors | -1/+1 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -1/+1 |
| 2019-03-08 | Fix documentation of from_ne_bytes and from_le_bytes | Nagy Tibor | -8/+8 |
| 2019-03-06 | Apply suggestions from code review | Ralf Jung | -1/+1 |
| 2019-03-06 | Apply suggestions from code review | Mazdak Farrokhzad | -3/+3 |
| 2019-03-06 | Implement `iter::Sum` and `iter::Product` for `Option` | John Downey | -0/+129 |
| 2019-03-05 | Add a tracking issue for new as_slice methods | Josh Stone | -1/+1 |
| 2019-03-05 | Clean up the example on slice::IterMut::as_slice() | Josh Stone | -6/+2 |
| 2019-03-05 | Apply suggestions from code review | Mazdak Farrokhzad | -4/+4 |
| 2019-03-05 | Fix a tiny error in documentation of std::pin. | Taeguk Kwon | -1/+1 |
| 2019-03-05 | core: ensure VaList passes improper_ctypes lint | Dan Robertson | -7/+7 |
| 2019-03-04 | Add as_slice() to slice::IterMut and vec::Drain | Josh Stone | -0/+32 |
| 2019-03-03 | Remove stray ` in the documentation for the FromIterator implementation for O... | Alexandra V | -1/+1 |
| 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 | fixed tests again | Marcel Hellwig | -14/+12 |
| 2019-02-28 | add feature flag to test | Marcel Hellwig | -0/+1 |
| 2019-02-28 | Update src/libcore/mem.rs | Mazdak Farrokhzad | -1/+1 |
| 2019-02-28 | fixed nonzero tests | Marcel Hellwig | -4/+3 |
| 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 |