| Age | Commit message (Expand) | Author | Lines |
| 2019-04-04 | Rollup merge of #59596 - LukasKalbertodt:fix-range-fmt, r=Kimundi | Mazdak Farrokhzad | -5/+17 |
| 2019-04-02 | Rollup merge of #59529 - DevQps:improve-rem-docs, r=cuviper | Mazdak Farrokhzad | -0/+15 |
| 2019-04-01 | Improved the example with numbers that can be exactly represented as floats a... | Christian | -2/+3 |
| 2019-04-01 | Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` impl | Lukas Kalbertodt | -5/+17 |
| 2019-03-30 | Added an example that shows how the remainder function on floating point valu... | Christian | -1/+11 |
| 2019-03-29 | Added documentation on the remainder (Rem) operator for floating points. | Christian | -0/+4 |
| 2019-03-22 | Rollup merge of #59190 - greg-kargin:master, r=sanxiyn | Mazdak Farrokhzad | -50/+50 |
| 2019-03-18 | Replaced self-reflective explicit types with clearer `Self` or `Self::…` in... | Vincent Esche | -34/+34 |
| 2019-03-16 | Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapin | kennytm | -30/+19 |
| 2019-03-15 | consistent naming for Rhs type parameter in libcore/ops | Grigorii Kargin | -50/+50 |
| 2019-03-12 | Stabilize Range*::contains. | Steven Malis | -30/+19 |
| 2019-03-11 | Fix RangeBounds documentation to include inclusive operations | Chris Gregory | -1/+1 |
| 2019-03-11 | Standardize `Range*` documentation | Chris Gregory | -26/+42 |
| 2019-02-23 | Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnay | Mazdak Farrokhzad | -0/+2 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -6/+6 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -4/+4 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-07 | Add #[must_use] message to Fn* traits | Taiki Endo | -3/+3 |
| 2019-02-03 | RangeInclusive internal iteration performance improvement. | Matthieu M | -0/+2 |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -14/+23 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -1/+1 |
| 2019-01-27 | Auto merge of #57826 - danielhenrymantilla:master, r=Centril | bors | -1/+1 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -1/+1 |
| 2019-01-22 | Fixed Deref coercion explanation for DerefMut using shared references | danielhenrymantilla | -1/+1 |
| 2019-01-19 | Make `str` indexing generic on `SliceIndex`. | Alexis Hunt | -15/+0 |
| 2019-01-18 | Rollup merge of #57350 - folex:master, r=estebank | Mazdak Farrokhzad | -0/+30 |
| 2019-01-05 | Show suggestion to use .char().nth() and link to The Book on unimplemented In... | folex | -0/+30 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -6/+6 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -110/+0 |
| 2018-12-20 | Stabilize `Rc`, `Arc` and `Pin` as method receivers | Michael Hewson | -0/+19 |
| 2018-12-15 | Rollup merge of #56677 - aelred:must-use-on-traits, r=estebank | Pietro Albini | -0/+3 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+1 |
| 2018-12-10 | Add #[must_use] attribute to stdlib traits | Felix Chapman | -0/+3 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -2/+2 |
| 2018-11-01 | update DispatchFromDyn doctest | Michael Hewson | -0/+3 |
| 2018-11-01 | Replace CoerceSized trait with DispatchFromDyn | Michael Hewson | -26/+26 |
| 2018-11-01 | fix docs on trait | Michael Hewson | -4/+4 |
| 2018-11-01 | Add CoerceSized trait and lang item | Michael Hewson | -1/+35 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -1/+1 |
| 2018-10-21 | Fix a typo in the documentation of RangeInclusive | Jakub Kądziołka | -1/+1 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -0/+1 |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -14/+14 |
| 2018-08-15 | When closure with no arguments was expected, suggest wrapping | Esteban Küber | -0/+15 |
| 2018-07-31 | Fix a typo in unsize.rs | pravic | -1/+1 |
| 2018-07-13 | Changed implementation of the third field to make LLVM optimize it better. | kennytm | -6/+14 |
| 2018-07-13 | Include is_empty() in PartialEq and Hash. | kennytm | -0/+19 |
| 2018-07-13 | Change RangeInclusive to a three-field struct. | kennytm | -7/+31 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -2/+8 |
| 2018-05-24 | stabilize RangeBounds collections_range #30877 | Cory Sherman | -85/+53 |