<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/net/udp.rs, branch 1.46.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.46.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.46.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-11-30T02:43:27+00:00</updated>
<entry>
<title>Format libstd with rustfmt</title>
<updated>2019-11-30T02:43:27+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2019-11-27T18:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4436c9d35498e7ae3da261f6141d6d73b915e1e8'/>
<id>urn:sha1:4436c9d35498e7ae3da261f6141d6d73b915e1e8</id>
<content type='text'>
This commit applies rustfmt with rust-lang/rust's default settings to
files in src/libstd *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/libstd -name '*.rs' \
        | xargs rustfmt --edition=2018 --unstable-features --skip-children
    $ rg libstd outstanding_files | xargs git checkout --

Repeating this process several months apart should get us coverage of
most of the rest of libstd.

To confirm no funny business:

    $ git checkout $THIS_COMMIT^
    $ git show --pretty= --name-only $THIS_COMMIT \
        | xargs rustfmt --edition=2018 --unstable-features --skip-children
    $ git diff $THIS_COMMIT  # there should be no difference
</content>
</entry>
<entry>
<title>Remove leading :: from paths in doc examples</title>
<updated>2019-10-20T18:13:47+00:00</updated>
<author>
<name>Mikko Rantanen</name>
<email>jubjub@jubjubnest.net</email>
</author>
<published>2019-10-20T18:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=040d88dda1c65d6cb3cd5df5e81075a281f90da4'/>
<id>urn:sha1:040d88dda1c65d6cb3cd5df5e81075a281f90da4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update src/libstd/net/udp.rs</title>
<updated>2019-09-26T01:14:45+00:00</updated>
<author>
<name>messense</name>
<email>lusheng.lv@bosondata.com.cn</email>
</author>
<published>2019-09-26T01:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1de6f74ca47718ae22d7d76eff2986847c659390'/>
<id>urn:sha1:1de6f74ca47718ae22d7d76eff2986847c659390</id>
<content type='text'>
Co-Authored-By: Mazdak Farrokhzad &lt;twingoow@gmail.com&gt;</content>
</entry>
<entry>
<title>Stabilize UdpSocket::peer_addr</title>
<updated>2019-09-24T07:10:18+00:00</updated>
<author>
<name>messense</name>
<email>messense@icloud.com</email>
</author>
<published>2019-09-24T07:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f1835bc517d97e5f3cf9d5a8f361dcd31cb39bef'/>
<id>urn:sha1:f1835bc517d97e5f3cf9d5a8f361dcd31cb39bef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>VxWorks ignores the SO_SNDTIMEO socket option (this is long-standing</title>
<updated>2019-08-22T22:26:52+00:00</updated>
<author>
<name>Salim Nasser</name>
<email>salim.nasser@windriver.com</email>
</author>
<published>2019-08-22T22:26:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5b1b1cdf9d8c893530599924f1a9f4564e28d98'/>
<id>urn:sha1:f5b1b1cdf9d8c893530599924f1a9f4564e28d98</id>
<content type='text'>
behavior), so skip the following tests:

net::tcp::tests::timeouts
net::udp::tests::timeouts
</content>
</entry>
<entry>
<title>Fix typo in src/libstd/net/udp.rs doc comment</title>
<updated>2019-07-18T19:03:56+00:00</updated>
<author>
<name>Martin Indra</name>
<email>martin.indra@mgn.cz</email>
</author>
<published>2019-07-18T19:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=48b6069eafa1a2d0904ef39596604a93fe99ed6a'/>
<id>urn:sha1:48b6069eafa1a2d0904ef39596604a93fe99ed6a</id>
<content type='text'>
Affect is usually used as a verb, effect as a verb.
</content>
</entry>
<entry>
<title>Remove bitrig support from rust</title>
<updated>2019-05-13T09:09:06+00:00</updated>
<author>
<name>Marcel Hellwig</name>
<email>git@cookiesoft.de</email>
</author>
<published>2019-05-13T07:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc314b066a2f1d688ec2f5dec1fa5cb01ca1ebb0'/>
<id>urn:sha1:cc314b066a2f1d688ec2f5dec1fa5cb01ca1ebb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libstd: deny(elided_lifetimes_in_paths)</title>
<updated>2019-03-31T10:56:51+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-03-01T08:34:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=379c380a60e7b3adb6c6f595222cbfa2d9160a20'/>
<id>urn:sha1:379c380a60e7b3adb6c6f595222cbfa2d9160a20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #59136 - jethrogb:jb/sgx-std-test, r=sanxiyn</title>
<updated>2019-03-26T01:48:34+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-03-26T01:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=54479c624cc24bb852291d83e11cc19389dcb21b'/>
<id>urn:sha1:54479c624cc24bb852291d83e11cc19389dcb21b</id>
<content type='text'>
SGX target: fix std unit tests

This fixes some tests and some code in the SGX sys implementation to make the `std` unit test suite pass.

#59009 must be merged first.
</content>
</entry>
<entry>
<title>SGX target: fix std unit tests</title>
<updated>2019-03-25T18:31:19+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2019-03-12T17:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f229422cc1a0d46d15a7f953f59d8e057ae03865'/>
<id>urn:sha1:f229422cc1a0d46d15a7f953f59d8e057ae03865</id>
<content type='text'>
</content>
</entry>
</feed>
