| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-02-10 | Add the emptiness condition to the docs; add a PartialOrd example with NAN | Scott McMurray | -2/+24 |
| 2018-02-09 | range_is_empty tracking issue is #48111 | Scott McMurray | -2/+2 |
| 2018-02-09 | Use is_empty in range iteration exhaustion tests | Scott McMurray | -0/+18 |
| 2018-02-10 | fix typo: substract -> subtract. | Matthias Krüger | -2/+2 |
| 2018-02-09 | Add Range[Inclusive]::is_empty | Scott McMurray | -2/+34 |
| 2018-02-01 | Remove cast suggestions | Esteban Küber | -72/+0 |
| 2018-02-01 | Change rustc_on_unimplemented for Iterator and binops | Esteban Küber | -6/+3 |
| 2018-02-01 | Add filtering options to `rustc_on_unimplemented` | Esteban Küber | -20/+125 |
| 2018-01-16 | Adjust wording of Placer trait safety requirements | Taylor Cramer | -2/+2 |
| 2018-01-09 | Make core::ops::Place an unsafe trait | Taylor Cramer | -1/+4 |
| 2017-12-09 | Use a better link for method resolution in Deref docs | matthewjasper | -4/+4 |
| 2017-11-20 | Update books for next release | steveklabnik | -1/+1 |
| 2017-11-02 | Fix typo | Lance John | -2/+2 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -20/+15 |
| 2017-10-02 | update books for next release | steveklabnik | -3/+3 |
| 2017-09-29 | Rollup merge of #44900 - Havvy:normalize-lang-attribute-spacing, r=sfackler | Mark Simulacrum | -1/+1 |
| 2017-09-29 | Rollup merge of #44287 - Eh2406:master, r=aturon | Mark Simulacrum | -0/+20 |
| 2017-09-28 | Normalize spaces in lang attributes. | Havvy | -1/+1 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -25/+25 |
| 2017-09-03 | Manuall rebase of @Migi pull/41336 | Eh2406 | -0/+20 |
| 2017-09-03 | add error message for the other case too | Ariel Ben-Yehuda | -1/+6 |
| 2017-09-03 | on_unimplemented: add method-name checks and use them in Try | Ariel Ben-Yehuda | -1/+3 |
| 2017-09-03 | address review comments | Ariel Ben-Yehuda | -2/+3 |
| 2017-09-03 | enable desugaring-sensitive error messages and use them in Try | Ariel Ben-Yehuda | -2/+10 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+2 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -531/+617 |
| 2017-08-14 | Add missing newline in Deref docs to fix rendering | lukaramu | -0/+2 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2017-08-12 | Auto merge of #43724 - lukaramu:std-ops-docs, r=QuietMisdreavus | bors | -529/+615 |
| 2017-08-12 | std::ops docs: incorporated changes suggested in review | lukaramu | -58/+82 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -1/+1 |
| 2017-08-11 | Fix some more typos, this time words that are duplicated. | Bastien Orivel | -1/+1 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-08 | Added to core::ops module docs | lukaramu | -5/+12 |