<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/ops/function.rs, branch 1.45.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.45.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.45.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-12-26T13:27:55+00:00</updated>
<entry>
<title>Convert collapsed to shortcut reference links</title>
<updated>2019-12-26T13:27:55+00:00</updated>
<author>
<name>Matthew Kraai</name>
<email>kraai@ftbfs.org</email>
</author>
<published>2019-12-26T13:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f4331383466ca4ed78628f35495e86d9ac47137'/>
<id>urn:sha1:2f4331383466ca4ed78628f35495e86d9ac47137</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format libcore with rustfmt</title>
<updated>2019-11-27T07:02:11+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2019-11-24T09:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95e00bfed801e264e9c4ac817004153ca0f19eb6'/>
<id>urn:sha1:95e00bfed801e264e9c4ac817004153ca0f19eb6</id>
<content type='text'>
This commit applies rustfmt with default settings to files in
src/libcore *that are not involved in any currently open PR* to minimize
merge conflicts. The list of files involved in open PRs was determined
by querying GitHub's GraphQL API with this script:
https://gist.github.com/dtolnay/aa9c34993dc051a4f344d1b10e4487e8

With the list of files from the script in `outstanding_files`, the
relevant commands were:

    $ find src/libcore -name '*.rs' | xargs rustfmt --edition=2018
    $ rg libcore outstanding_files | xargs git checkout --

Repeating this process several months apart should get us coverage of
most of the rest of libcore.
</content>
</entry>
<entry>
<title>Suggest borrowing when it would satisfy an unmet trait bound</title>
<updated>2019-11-16T21:23:19+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-16T01:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f57413b717e12449612068406063571f6a4b43a9'/>
<id>urn:sha1:f57413b717e12449612068406063571f6a4b43a9</id>
<content type='text'>
When there are multiple implementors for the same trait that is present
in an unmet binding, modify the E0277 error to refer to the parent
obligation and verify whether borrowing the argument being passed in
would satisfy the unmet bound. If it would, suggest it.
</content>
</entry>
<entry>
<title>Added an extra line to make the formatting conform to the rest of the document.</title>
<updated>2019-08-24T11:38:09+00:00</updated>
<author>
<name>Christian</name>
<email>chris_veenman@hotmail.com</email>
</author>
<published>2019-08-24T11:38:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=55f8dde6c89e3af68d4c59232f3d06e6130e9f0a'/>
<id>urn:sha1:55f8dde6c89e3af68d4c59232f3d06e6130e9f0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed the confusing FnOnce example. closes #47091</title>
<updated>2019-08-24T11:36:57+00:00</updated>
<author>
<name>Christian</name>
<email>chris_veenman@hotmail.com</email>
</author>
<published>2019-08-24T11:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a577316b0a136b5ca980032cf1dbe683103ba15f'/>
<id>urn:sha1:a577316b0a136b5ca980032cf1dbe683103ba15f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add note suggesting to borrow a String argument to find</title>
<updated>2019-07-25T17:11:03+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-07-25T17:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ab60264b504c1f51b2a9e3dfa20ef0d03bcdaed'/>
<id>urn:sha1:3ab60264b504c1f51b2a9e3dfa20ef0d03bcdaed</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
