<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/ops/function.rs, branch 1.35.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.35.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.35.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-02-07T10:44:06+00:00</updated>
<entry>
<title>Add #[must_use] message to Fn* traits</title>
<updated>2019-02-07T10:44:06+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-02-07T10:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d05f81d19084be01a172205b091bbfe4dd4e5fa'/>
<id>urn:sha1:1d05f81d19084be01a172205b091bbfe4dd4e5fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broken links to second edition TRPL.</title>
<updated>2019-01-01T17:53:07+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2019-01-01T17:53:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2c91a1a6d00949929eb9e913f199eb520f792c4'/>
<id>urn:sha1:d2c91a1a6d00949929eb9e913f199eb520f792c4</id>
<content type='text'>
Fixes https://github.com/rust-lang/rust/issues/57104.
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add #[must_use] attribute to stdlib traits</title>
<updated>2018-12-10T14:45:26+00:00</updated>
<author>
<name>Felix Chapman</name>
<email>aelred717@gmail.com</email>
</author>
<published>2018-12-10T14:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ecc4ca54a4c7b1c436c466357877336c1df781cd'/>
<id>urn:sha1:ecc4ca54a4c7b1c436c466357877336c1df781cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various minor/cosmetic improvements to code</title>
<updated>2018-12-07T23:53:34+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2018-11-27T02:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee89c088b057affb5bdb96195e107a218b64b1c5'/>
<id>urn:sha1:ee89c088b057affb5bdb96195e107a218b64b1c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use impl_header_lifetime_elision in libcore</title>
<updated>2018-09-30T04:33:35+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2018-09-03T11:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a3bd9b6abe1191121f0f6c3fab73dd388e62654'/>
<id>urn:sha1:0a3bd9b6abe1191121f0f6c3fab73dd388e62654</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When closure with no arguments was expected, suggest wrapping</title>
<updated>2018-08-15T20:05:01+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2018-08-12T19:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5e14d307b1c6cb551574369f513b8d87fbe52b7'/>
<id>urn:sha1:e5e14d307b1c6cb551574369f513b8d87fbe52b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #43724 - lukaramu:std-ops-docs, r=QuietMisdreavus</title>
<updated>2017-08-12T19:40:49+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-08-12T19:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f774bced502cf190426f778001a342715acb1d47'/>
<id>urn:sha1:f774bced502cf190426f778001a342715acb1d47</id>
<content type='text'>
Improve std::ops docs

Fixes #29365. (This fixes all but one point from @steveklabnik's list, but that point was referring to examples of implementing range traits, but there are no range traits in std::ops.)

The main changes are quite a bit of copyediting, adding more "real" examples for some of the traits, incorporating some guidance from the API docs, more linking (cross-docs and to the book &amp; reference), cleaning up examples, moving things around, and so on. Refer to the commit messages for more details.

Note: I decided to link to the second edition of the book since I think it's more appropriate now for the sections I linked, if this is not okay, please say so!
</content>
</entry>
<entry>
<title>std::ops docs: incorporated changes suggested in review</title>
<updated>2017-08-12T17:53:04+00:00</updated>
<author>
<name>lukaramu</name>
<email>lukaramu@users.noreply.github.com</email>
</author>
<published>2017-08-08T12:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6bdba82ba18fe69ac448f81b10bbbc7d0c10bce1'/>
<id>urn:sha1:6bdba82ba18fe69ac448f81b10bbbc7d0c10bce1</id>
<content type='text'>
* fixed link typos and copy-paster errors
* rewrote Fn* explanations
* `RHS = Self` -&gt; `RHS` is `Self` (added that to all applicable places as
  well)
* fixed up some links
* s/MutDeref/DerefMut
* removed remaining superfluous `fn main()`s
* fixed some minor phrasings and factual errors and inaccuracies

std::ops docs: Fix phrasing and factual errors/inaccuracies
</content>
</entry>
<entry>
<title>Revise `Fn`/`FnMut`/`FnOnce` documentation</title>
<updated>2017-08-07T21:10:16+00:00</updated>
<author>
<name>lukaramu</name>
<email>lukaramu@users.noreply.github.com</email>
</author>
<published>2017-08-07T19:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5414c856891da94e0389aace71b514c6338343a6'/>
<id>urn:sha1:5414c856891da94e0389aace71b514c6338343a6</id>
<content type='text'>
Part of #29365.
* Moved explanations out of Examples section and expanded on them.
* Made the super-/subtrait relationships more explicit.
* Added links to the other traits, TRPL and the nomicon where appropriate
* Changed method summaries to be in 3rd person singular
* General copyediting
</content>
</entry>
</feed>
