| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-03-28 | Auto merge of #59478 - Centril:rollup, r=Centril | bors | -29/+32 |
| 2019-03-28 | Rollup merge of #59448 - benesch:macro-doc, r=Centril | Mazdak Farrokhzad | -22/+23 |
| 2019-03-28 | Rollup merge of #57987 - parched:va-args, r=joshtriplett | Mazdak Farrokhzad | -7/+9 |
| 2019-03-28 | Auto merge of #59336 - gnzlbg:hint_black_box, r=alexcrichton | bors | -0/+117 |
| 2019-03-27 | Rollup merge of #59393 - czipperz:refactor_tuple_comparison_tests, r=shepmaster | Josh Stone | -20/+24 |
| 2019-03-27 | Rollup merge of #59390 - czipperz:ptr_eq_smart_pointer, r=Centril,steveklabnik | Josh Stone | -2/+48 |
| 2019-03-27 | Rollup merge of #59372 - euclio:rename-trim, r=rkruppe | Josh Stone | -4/+20 |
| 2019-03-27 | Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfackler | Josh Stone | -58/+92 |
| 2019-03-27 | Rollup merge of #59283 - SimonSapin:branchless-ascii-case, r=joshtriplett | Josh Stone | -135/+374 |
| 2019-03-27 | Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus | Josh Stone | -0/+6 |
| 2019-03-27 | Minor rewordings and add `dyn` keyword | Chris Gregory | -9/+9 |
| 2019-03-26 | Use consistent phrasing for all macro summaries | Nikhil Benesch | -22/+23 |