<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/os/linux/fs.rs, branch 1.58.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.58.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.58.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-09-17T17:53:21+00:00</updated>
<entry>
<title>modify std::os docs to be more consistent</title>
<updated>2021-09-17T17:53:21+00:00</updated>
<author>
<name>Sachin Cherian</name>
<email>sachinctl@protonmail.com</email>
</author>
<published>2021-09-17T17:53:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec34aa61d6947f6bee11f13a8d0a11e61cf65b67'/>
<id>urn:sha1:ec34aa61d6947f6bee11f13a8d0a11e61cf65b67</id>
<content type='text'>
&gt; add intra doc links
&gt; add a usage example for the os::windows module
</content>
</entry>
<entry>
<title>doc: disambiguate stat in MetadataExt::as_raw_stat</title>
<updated>2020-10-10T03:12:26+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-10-10T03:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f200c1e7afdd04b42c01c0108735e5b14ca07d93'/>
<id>urn:sha1:f200c1e7afdd04b42c01c0108735e5b14ca07d93</id>
<content type='text'>
A few architectures in `os::linux::raw` import `libc::stat`, rather than
defining that type directly. However, that also imports the _function_
called `stat`, which makes this doc link ambiguous:

    error: `crate::os::linux::raw::stat` is both a struct and a function
      --&gt; library/std/src/os/linux/fs.rs:21:19
       |
    21 |     /// [`stat`]: crate::os::linux::raw::stat
       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link
       |
       = note: `-D broken-intra-doc-links` implied by `-D warnings`
    help: to link to the struct, prefix with the item type
       |
    21 |     /// [`stat`]: struct@crate::os::linux::raw::stat
       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    help: to link to the function, add parentheses
       |
    21 |     /// [`stat`]: crate::os::linux::raw::stat()
       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

We want the `struct`, so it's now prefixed accordingly.
</content>
</entry>
<entry>
<title>Update `std::os` module documentation.</title>
<updated>2020-09-11T02:05:19+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2020-09-11T02:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=954361a3d4f8b87a9311b5c976b7e301f6bae1bb'/>
<id>urn:sha1:954361a3d4f8b87a9311b5c976b7e301f6bae1bb</id>
<content type='text'>
Adds missing descriptions for the modules std::os::linux::fs and std::os::windows::io.
Also adds punctuation for consistency with other descriptions.
</content>
</entry>
<entry>
<title>fix broken trait method links</title>
<updated>2020-08-30T16:04:43+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2020-08-02T17:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98232ece14bdd68aeac3d761039d9a7c88c30b3f'/>
<id>urn:sha1:98232ece14bdd68aeac3d761039d9a7c88c30b3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert #tymethods</title>
<updated>2020-08-11T14:20:17+00:00</updated>
<author>
<name>Prabakaran Kumaresshan</name>
<email>4676330+nixphix@users.noreply.github.com</email>
</author>
<published>2020-08-11T14:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=32fccc445a06cf42305c1a364ac6ace3bfb7dac7'/>
<id>urn:sha1:32fccc445a06cf42305c1a364ac6ace3bfb7dac7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to intra-doc links in library/std/src/os/*/fs.rs</title>
<updated>2020-08-11T09:50:01+00:00</updated>
<author>
<name>Prabakaran Kumaresshan</name>
<email>4676330+nixphix@users.noreply.github.com</email>
</author>
<published>2020-08-11T08:26:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=29045b699ebaa2b9f90b7186c735c642d939e9cf'/>
<id>urn:sha1:29045b699ebaa2b9f90b7186c735c642d939e9cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mv std libs to library/</title>
<updated>2020-07-28T00:51:13+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-06-12T02:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c31b45ae878b821975c4ebd94cc1e49f6073fd0'/>
<id>urn:sha1:2c31b45ae878b821975c4ebd94cc1e49f6073fd0</id>
<content type='text'>
</content>
</entry>
</feed>
