| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-17 | Add doc comments mentioning unspecified behaviour upon exhaustion | varkor | -1/+10 |
| 2018-05-17 | Stabilise into_inner | varkor | -3/+1 |
| 2018-05-17 | Stabilise inclusive_range_methods | varkor | -10/+3 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -10/+0 |
| 2018-05-09 | add fn `into_inner(self) -> (Idx, Idx)` to RangeInclusive (#49022) | Sebastian Köln | -0/+15 |
| 2018-05-01 | new() should be const; start()/end() after iteration is unspecified. | kennytm | -1/+17 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -1/+1 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -1/+59 |
| 2018-04-28 | Auto merge of #50149 - aaronaaeng:master, r=estebank | bors | -0/+13 |
| 2018-04-26 | Add more doc aliases | Guillaume Gomez | -0/+19 |
| 2018-04-22 | Make must_use lint cover all binary/unary operators | Aaron Aaeng | -0/+13 |
| 2018-04-21 | add more aliases | Guillaume Gomez | -0/+23 |
| 2018-04-19 | Auto merge of #49630 - npmccallum:shl, r=alexcrichton | bors | -3/+3 |
| 2018-04-16 | Auto merge of #49130 - smmalis37:range, r=alexcrichton | bors | -34/+123 |
| 2018-04-13 | [doc] note the special type inference handling for shifts | Andre Bogus | -2/+12 |
| 2018-04-10 | Add symmetric requirement of PartialOrd. | Steven Malis | -8/+8 |
| 2018-04-07 | Add float NaN tests. | Steven Malis | -21/+59 |
| 2018-04-07 | fix tests | Steven Malis | -22/+22 |
| 2018-04-07 | Update based on RangeBounds trait being moved to libcore. | Steven Malis | -12/+63 |
| 2018-04-06 | Consistently default operator Rhs/RHS to Self | Nathaniel McCallum | -3/+3 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -147/+0 |
| 2018-04-01 | Update drop.rs | Anders Pitman | -1/+1 |
| 2018-03-30 | Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-03-29 | impl RangeBounds<T> for Range{,From,To,Inclusive,ToInclusive}<&T> | Simon Sapin | -0/+60 |
| 2018-03-29 | Move RangeArguments to {core::std}::ops and rename to RangeBounds | Simon Sapin | -2/+155 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -1/+52 |
| 2018-03-28 | Explicitly mention `Option` in `?` error message. | Corey Farwell | -1/+1 |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable generato... | John Kåre Alsaker | -4/+8 |
| 2018-03-15 | Keep the fields of RangeInclusive unstable. | kennytm | -2/+4 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -13/+6 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -16/+10 |
| 2018-02-14 | Rollup merge of #48151 - echochamber:update_range_example, r=estebank | kennytm | -5/+5 |
| 2018-02-14 | Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichton | kennytm | -4/+76 |
| 2018-02-11 | Update ops range example to avoid confusion between indexes and values. | Jason Schein | -5/+5 |