| Age | Commit message (Expand) | Author | Lines |
| 2017-06-07 | Move ops.rs to folder. | Clar Charr | -3021/+0 |
| 2017-05-31 | Give the `try_trait` feature its own tracking issue | Scott McMurray | -6/+6 |
| 2017-05-25 | Lower `?` to `Try` instead of `Carrier` | Scott McMurray | -17/+48 |
| 2017-05-24 | Rollup merge of #42159 - Havvy:doc-drop, r=steveklabnik | Mark Simulacrum | -0/+44 |
| 2017-05-22 | Suggested changes by birkenfeld | Havvy | -6/+4 |
| 2017-05-22 | Fix trailing whitespace. | Havvy | -2/+2 |
| 2017-05-22 | Add description of how values are dropped to Drop trait. | Havvy | -1/+7 |
| 2017-05-22 | Add example of variable declaration drop order to Drop trait. | Havvy | -0/+12 |
| 2017-05-22 | Add example of recursive drop to Drop trait. | Havvy | -0/+28 |
| 2017-05-21 | Make RangeInclusive just a two-field struct | Scott McMurray | -32/+8 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -0/+1 |
| 2017-05-13 | Rollup merge of #41612 - mandeep:add-ops-generics, r=GuillaumeGomez,frewsxcv | Mark Simulacrum | -0/+36 |
| 2017-05-13 | libcore: #[allow] some unused macros | est31 | -0/+1 |
| 2017-05-11 | Added generic example of std::ops::Add in doc comments | mandeep | -0/+36 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -2/+2 |
| 2017-04-10 | Explicit help message for binop type missmatch | Esteban Küber | -0/+20 |
| 2017-03-25 | Don't stutter in operator descriptions #29365 | Phil Ellison | -22/+22 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -7/+7 |
| 2017-02-09 | name anonymous fn parameters in libcore traits | Trevor Spiteri | -10/+10 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -74/+22 |
| 2017-01-25 | Rollup merge of #38930 - insaneinside:place-left-arrow-syntax-docs, r=brson | Guillaume Gomez | -8/+8 |
| 2017-01-10 | Rollup merge of #38816 - Manishearth:coercion-doc, r=GuillaumeGomez | Seo Sanghyeon | -0/+29 |
| 2017-01-08 | Updates to src/libcore/ops.rs for RFC#1228 (Placement Left Arrow) | Collin J. Sutton | -8/+8 |
| 2017-01-04 | Add more docs for CoerceUnsized and Unsize | Manish Goregaokar | -0/+29 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+61 |
| 2016-11-04 | Auto merge of #37356 - cristicbz:wrapsum, r=alexcrichton | bors | -52/+0 |
| 2016-11-02 | Rollup merge of #37523 - d-unseductable:deref_mut_lifetimes, r=bluss | Jonathan Turner | -2/+2 |
| 2016-11-01 | Elide lifetimes in DerefMut documentation | Dmitry Gritsay | -2/+2 |
| 2016-11-01 | Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomez | Guillaume Gomez | -3/+3 |
| 2016-10-31 | Rollup merge of #37486 - msiglreith:pr_doc_bitandassign, r=apasel422 | Guillaume Gomez | -1/+1 |
| 2016-10-30 | Fix typo in the BitAndAssign operator documentation | msiglreith | -1/+1 |
| 2016-10-28 | improve docs for Index and IndexMut | Cobrand | -18/+67 |
| 2016-10-23 | Implement ops on `&Wrapping<T>` | Cristi Cobzarenco | -52/+0 |
| 2016-10-21 | Fix a few links in the docs | Oliver Middleton | -3/+3 |
| 2016-09-30 | Rollup merge of #36810 - GuillaumeGomez:ops_doc, r=steveklabnik | Steve Klabnik | -15/+19 |
| 2016-09-29 | Add missing urls for ops module | Guillaume Gomez | -15/+19 |
| 2016-09-16 | Clarify Index/IndexMut trait docs | Ulrik Sverdrup | -13/+13 |
| 2016-09-02 | Rollup merge of #35793 - matthew-piziak:add-rhs-example, r=steveklabnik | Jonathan Turner | -0/+12 |
| 2016-08-31 | replace `../` with `../../std/` to support `core` docs | Matthew Piziak | -2/+2 |
| 2016-08-31 | Rollup merge of #35927 - matthew-piziak:bitandassign-example, r=GuillaumeGomez | Jonathan Turner | -9/+51 |
| 2016-08-31 | Rollup merge of #35926 - matthew-piziak:bit-or-xor-examples, r=GuillaumeGomez | Jonathan Turner | -18/+81 |
| 2016-08-30 | replace `BitAndAssign` example with something more evocative | Matthew Piziak | -9/+51 |
| 2016-08-30 | add evocative examples for `BitOr` and `BitXor` | Matthew Piziak | -18/+81 |
| 2016-08-30 | Rollup merge of #35993 - matthew-piziak:bitwise-and-redux, r=GuillaumeGomez | Guillaume Gomez | -21/+41 |
| 2016-08-30 | Rollup merge of #35863 - matthew-piziak:shl-example, r=steveklabnik | Guillaume Gomez | -18/+76 |
| 2016-08-30 | Rollup merge of #35810 - matthew-piziak:fn-trait-example, r=steveklabnik | Guillaume Gomez | -0/+165 |
| 2016-08-30 | Rollup merge of #35771 - matthew-piziak:range-inclusive-example-error, r=stev... | Guillaume Gomez | -12/+43 |
| 2016-08-29 | demonstrate `RHS != Self` use cases for `Add` and `Sub` | Matthew Piziak | -0/+12 |
| 2016-08-26 | improve `BitAnd` trait documentation | Matthew Piziak | -21/+41 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -6/+1 |