<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys_common, branch 1.41.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.41.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.41.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-12-09T10:39:57+00:00</updated>
<entry>
<title>inline some common methods on OsStr</title>
<updated>2019-12-09T10:39:57+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2019-12-09T10:39:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bf1f1c242c084e6d74677e228db9d5d6595af7af'/>
<id>urn:sha1:bf1f1c242c084e6d74677e228db9d5d6595af7af</id>
<content type='text'>
</content>
</entry>
<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>Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus</title>
<updated>2019-11-13T13:09:13+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2019-11-13T13:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6eea5001b56176ab3363f24e1fad285c15d127a9'/>
<id>urn:sha1:6eea5001b56176ab3363f24e1fad285c15d127a9</id>
<content type='text'>
rename cfg(rustdoc) into cfg(doc)

Needed by https://github.com/rust-lang/rust/pull/61351

r? @QuietMisdreavus
</content>
</entry>
<entry>
<title>Don't attempt to get cwd when printing backtrace under Miri</title>
<updated>2019-11-11T20:14:34+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2019-10-29T02:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ff4d41ba486db16446a70ef94a3d58285880358'/>
<id>urn:sha1:8ff4d41ba486db16446a70ef94a3d58285880358</id>
<content type='text'>
This allows Miri to print backtraces in isolation mode
</content>
</entry>
<entry>
<title>rename cfg(rustdoc) into cfg(doc)</title>
<updated>2019-11-06T17:32:51+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2019-11-06T17:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0282c27781b2f7501f4385ef22da82acc179c00e'/>
<id>urn:sha1:0282c27781b2f7501f4385ef22da82acc179c00e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into rusty-hermit</title>
<updated>2019-10-20T08:48:58+00:00</updated>
<author>
<name>Stefan Lankes</name>
<email>stlankes@users.noreply.github.com</email>
</author>
<published>2019-10-20T08:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b6801b7dcd56a272dda2fbd88ecbc5b1476d8b83'/>
<id>urn:sha1:b6801b7dcd56a272dda2fbd88ecbc5b1476d8b83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: fix typo in OsStrExt and OsStringExt</title>
<updated>2019-10-17T02:22:19+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>mathstuf@gmail.com</email>
</author>
<published>2019-10-17T02:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb6d5e6b1f6550b74ca78b6c2c022ff553f6d421'/>
<id>urn:sha1:fb6d5e6b1f6550b74ca78b6c2c022ff553f6d421</id>
<content type='text'>
</content>
</entry>
<entry>
<title>redesign of the interface to the unikernel HermitCore</title>
<updated>2019-10-06T15:26:14+00:00</updated>
<author>
<name>Stefan Lankes</name>
<email>slankes@eonerc.rwth-aachen.de</email>
</author>
<published>2019-10-06T15:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c1e440a90f472468c8069ba6254b23c6feedc32e'/>
<id>urn:sha1:c1e440a90f472468c8069ba6254b23c6feedc32e</id>
<content type='text'>
- the old interface between HermitCore and the Rust Standard Library
  based on a small C library (newlib)
- remove this interface and call directly the unikernel
- remove the dependency to the HermitCore linker
- use rust-lld as linker
</content>
</entry>
<entry>
<title>std: Reduce checks for `feature = "backtrace"`</title>
<updated>2019-09-25T13:43:49+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-25T13:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d06058a77beffb6347c77b51e12889b7bd9fc76'/>
<id>urn:sha1:1d06058a77beffb6347c77b51e12889b7bd9fc76</id>
<content type='text'>
This is a stylistic change to libstd to reduce the number of checks of
`feature = "backtrace"` now that we unconditionally depend on the
`backtrace` crate and rely on it having an empty implementation.
otherwise.
</content>
</entry>
<entry>
<title>avoid #[cfg] in favor of cfg!</title>
<updated>2019-09-16T14:37:44+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2019-09-16T14:37:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49854c4f71eb8470c2a4483cbad3f03eb99e67cb'/>
<id>urn:sha1:49854c4f71eb8470c2a4483cbad3f03eb99e67cb</id>
<content type='text'>
</content>
</entry>
</feed>
