<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc-json/nested.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rustdoc-Json: More accurate struct type.</title>
<updated>2022-09-07T08:42:23+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2022-09-07T08:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c8de173238a02abeb5642c25c3cef1eea52ac18'/>
<id>urn:sha1:1c8de173238a02abeb5642c25c3cef1eea52ac18</id>
<content type='text'>
Closes #101489
</content>
</entry>
<entry>
<title>Update rustdoc-json test files</title>
<updated>2022-08-18T09:00:21+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-08-17T10:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3d9e223e2d9d12ca68e48b5d1e0adf96793cca7'/>
<id>urn:sha1:d3d9e223e2d9d12ca68e48b5d1e0adf96793cca7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-json: Use `@ismany` in tests</title>
<updated>2022-08-12T22:56:28+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2022-07-19T15:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=760b9726722a5cb5277f4330b6d9c5db008937e8'/>
<id>urn:sha1:760b9726722a5cb5277f4330b6d9c5db008937e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-json: Rename `Import.span` to `Import.source`</title>
<updated>2021-03-22T02:47:12+00:00</updated>
<author>
<name>Camelid</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2021-03-10T05:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b0659f9b1bfb92626c40dabceb3268f88bb26224'/>
<id>urn:sha1:b0659f9b1bfb92626c40dabceb3268f88bb26224</id>
<content type='text'>
* It is called `source` in rustc and the rest of rustdoc
* It is not a span, rather it is the source of the import
</content>
</entry>
<entry>
<title>Remove `krate.version`; fix `crate_version` in JSON</title>
<updated>2021-03-01T05:30:40+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2021-02-25T05:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be069a687a4e1c231b8ae8c68ac0444fa6fee249'/>
<id>urn:sha1:be069a687a4e1c231b8ae8c68ac0444fa6fee249</id>
<content type='text'>
Previously, `JsonRenderer::after_krate` called `krate.version.clone()`.
The problem was it did that after the version was already moved into the
cache, so it would always be None. The fix was to get the version from
the cache instead.
</content>
</entry>
<entry>
<title>Implement using @set values</title>
<updated>2021-02-20T01:50:12+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2021-02-20T01:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd4b938c7f0c7704582a786f973bcfb17e523e94'/>
<id>urn:sha1:dd4b938c7f0c7704582a786f973bcfb17e523e94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement @set</title>
<updated>2021-02-20T01:25:09+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2021-02-20T01:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cd5f603c314edcf2d75656ac86fc1d303aacfb83'/>
<id>urn:sha1:cd5f603c314edcf2d75656ac86fc1d303aacfb83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add @is command to jsondocck</title>
<updated>2021-02-20T00:43:02+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2021-02-20T00:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a00eb7ee1d8f5b38b94410940e87af9c10ed458a'/>
<id>urn:sha1:a00eb7ee1d8f5b38b94410940e87af9c10ed458a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address review v2</title>
<updated>2021-01-19T22:02:34+00:00</updated>
<author>
<name>Rune Tynan</name>
<email>runetynan@gmail.com</email>
</author>
<published>2021-01-19T19:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=728ffc8c03917b374dbee47d81799544059208b7'/>
<id>urn:sha1:728ffc8c03917b374dbee47d81799544059208b7</id>
<content type='text'>
</content>
</entry>
</feed>
