| Age | Commit message (Expand) | Author | Lines |
| 2019-04-13 | Remove blank lines in AsRef documentation | Chris Gregory | -2/+0 |
| 2019-04-13 | Remove broken links to self in Into documentation | Chris Gregory | -4/+4 |
| 2019-04-13 | Remove dangling ` in Into documentation | Chris Gregory | -1/+1 |
| 2019-04-12 | Fix paste error in split_ascii_whitespace docs. | Scott Olson | -1/+1 |
| 2019-04-12 | Auto merge of #59733 - cramertj:wake-by-ref, r=withoutboats | bors | -11/+49 |
| 2019-04-12 | MaybeUninit: remove deprecated functions | Ralf Jung | -34/+0 |
| 2019-04-12 | Rollup merge of #59880 - solson:transmute-float, r=alexcrichton | Mazdak Farrokhzad | -10/+0 |
| 2019-04-12 | Rollup merge of #59836 - andersk:nominator, r=Centril | Mazdak Farrokhzad | -14/+14 |
| 2019-04-12 | Rollup merge of #59831 - ehuss:ordering-docs, r=kennytm | Mazdak Farrokhzad | -3/+3 |
| 2019-04-12 | Add comment that field projectin also works with mutable fields | Chris Gregory | -5/+6 |
| 2019-04-12 | Fix convert module's documentation links | Chris Gregory | -11/+11 |
| 2019-04-11 | Remove [mut] syntax in pin docs | Chris Gregory | -9/+9 |
| 2019-04-11 | Remove note about transmute for float bitpatterns. | Scott Olson | -10/+0 |
| 2019-04-11 | Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAus | bors | -0/+38 |
| 2019-04-10 | warn on unused results for operation methods on nums | Ashley Mannix | -0/+156 |
| 2019-04-09 | std::ops::Div examples: correct nominator to numerator | Anders Kaseorg | -14/+14 |
| 2019-04-09 | Remove strange formatting in `Ordering` docs. | Eric Huss | -3/+3 |
| 2019-04-08 | Rename Waker::new_unchecked to Waker::from_raw | Taylor Cramer | -4/+4 |
| 2019-04-08 | Add Waker::wake_by_ref and make Waker::wake consume the Waker | Taylor Cramer | -7/+45 |
| 2019-04-08 | Add must_use annotations to Result::is_ok and is_err | Alex Gaynor | -0/+4 |
| 2019-04-07 | Auto merge of #59119 - cramertj:cx-back, r=withoutboats | bors | -13/+108 |
| 2019-04-06 | Tiny docs fix | Tobias Bucher | -1/+1 |
| 2019-04-06 | Rollup merge of #59707 - GuillaumeGomez:GuillaumeGomez-patch-1, r=Centril | Mazdak Farrokhzad | -0/+20 |
| 2019-04-05 | Future-proof the Futures API | Taylor Cramer | -13/+108 |
| 2019-04-05 | Remove parens | Unreachable | -2/+2 |
| 2019-04-05 | Add missing tryfrom example | Guillaume Gomez | -0/+20 |
| 2019-04-05 | Include trailing comma in multiline Debug representation | David Tolnay | -84/+58 |
| 2019-04-05 | improve docs for std::hint::unreachable_unchecked() | Unreachable | -3/+2 |
| 2019-04-04 | Rollup merge of #59596 - LukasKalbertodt:fix-range-fmt, r=Kimundi | Mazdak Farrokhzad | -5/+17 |
| 2019-04-04 | Rollup merge of #59664 - DevQps:improve-yield-spinlock-docs, r=alexcrichton | Mazdak Farrokhzad | -14/+40 |
| 2019-04-04 | Rollup merge of #59663 - matklad:borrow, r=dtolnay | Mazdak Farrokhzad | -4/+10 |
| 2019-04-03 | Updated the reference in core::hint::spin_loop to the correct relative path. | Christian | -1/+1 |
| 2019-04-03 | Updated the documentation of core::hints::spin_loop and core::sync::spin_loop... | Christian | -14/+40 |
| 2019-04-03 | be more direct about borrow requirenments | Aleksey Kladov | -4/+10 |
| 2019-04-03 | Rollup merge of #55448 - Mokosha:SortAtIndex, r=bluss | Mazdak Farrokhzad | -0/+355 |
| 2019-04-02 | Rollup merge of #59529 - DevQps:improve-rem-docs, r=cuviper | Mazdak Farrokhzad | -0/+15 |
| 2019-04-02 | Rollup merge of #59444 - cuviper:steps_between, r=scottmcm | Mazdak Farrokhzad | -51/+71 |
| 2019-04-02 | Rollup merge of #59262 - timvermeulen:iterator_cmp_dedup, r=scottmcm | Mazdak Farrokhzad | -98/+24 |
| 2019-04-01 | Improved the example with numbers that can be exactly represented as floats a... | Christian | -2/+3 |
| 2019-04-01 | stabilize ptr::hash | Aleksey Kladov | -2/+1 |
| 2019-04-01 | Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` impl | Lukas Kalbertodt | -5/+17 |
| 2019-03-31 | Rollup merge of #59581 - jmcomets:stabilize-refcell_replace_swap, r=Centril | Mazdak Farrokhzad | -5/+1 |
| 2019-03-31 | refcell_replace_swap: remove feature gate & obsolete documentation item | Jean-Marie Comets | -2/+0 |
| 2019-03-31 | Stabilize refcell_replace_swap feature, closes #43570 | Jean-Marie Comets | -3/+1 |
| 2019-03-30 | Fix doc tests | Fabian Drinck | -1/+0 |
| 2019-03-30 | Added an example that shows how the remainder function on floating point valu... | Christian | -1/+11 |
| 2019-03-29 | Fix OnceWith docstring. | Geoffry Song | -2/+2 |
| 2019-03-29 | Added documentation on the remainder (Rem) operator for floating points. | Christian | -0/+4 |
| 2019-03-28 | Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-03-28 | Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obk | Mazdak Farrokhzad | -3/+48 |