<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rustdoc-json-types, branch 1.69.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.69.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.69.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-01T19:48:26+00:00</updated>
<entry>
<title>Rustdoc-Json: Report discriminant on all kinds of enum variant.</title>
<updated>2023-01-01T19:48:26+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2023-01-01T18:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cca5d219e6801ebc2a62b455a12c657098a8af2d'/>
<id>urn:sha1:cca5d219e6801ebc2a62b455a12c657098a8af2d</id>
<content type='text'>
Closes #106299
</content>
</entry>
<entry>
<title>Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez</title>
<updated>2022-11-30T18:53:17+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2022-11-30T18:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=091f5e1a6c566a9f74e93082905ec1a82a7b5b16'/>
<id>urn:sha1:091f5e1a6c566a9f74e93082905ec1a82a7b5b16</id>
<content type='text'>
rustdoc-json: Document and Test that args can be patterns.
</content>
</entry>
<entry>
<title>rustdoc JSON: Clarify that `Function` is also used for methods</title>
<updated>2022-11-20T12:48:49+00:00</updated>
<author>
<name>Martin Nordholts</name>
<email>enselic@gmail.com</email>
</author>
<published>2022-11-20T12:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30b7e44a3cabe1c21129253da54b21193f65ebe0'/>
<id>urn:sha1:30b7e44a3cabe1c21129253da54b21193f65ebe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc JSON: Use `Function` everywhere and remove `Method`</title>
<updated>2022-11-16T19:24:03+00:00</updated>
<author>
<name>Martin Nordholts</name>
<email>enselic@gmail.com</email>
</author>
<published>2022-11-16T19:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8b5bfaf662916deda37254a0eeec78e9b7d1c444'/>
<id>urn:sha1:8b5bfaf662916deda37254a0eeec78e9b7d1c444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix some typos in comments</title>
<updated>2022-11-13T07:26:17+00:00</updated>
<author>
<name>cui fliter</name>
<email>imcusg@gmail.com</email>
</author>
<published>2022-11-13T07:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=442f848d74c4c3b89e9358a2dced1518f406cbb6'/>
<id>urn:sha1:442f848d74c4c3b89e9358a2dced1518f406cbb6</id>
<content type='text'>
Signed-off-by: cui fliter &lt;imcusg@gmail.com&gt;
</content>
</entry>
<entry>
<title>rustdoc-json-types: Improve ItemSummary::path docs</title>
<updated>2022-10-28T09:25:48+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2022-10-28T00:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=064ad83cc3555fc2ca747cffaf0445365acb866c'/>
<id>urn:sha1:064ad83cc3555fc2ca747cffaf0445365acb866c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-json: Document and Test that args can be patterns.</title>
<updated>2022-10-14T18:57:01+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2022-10-14T18:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb04e7e2a2bd0f1a8e0034f6f93bb00673b4c210'/>
<id>urn:sha1:bb04e7e2a2bd0f1a8e0034f6f93bb00673b4c210</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Rustdoc-Json: List impls for primitives</title>
<updated>2022-09-26T17:06:48+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2022-09-26T17:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aac7429c17aa558fbd9fb0be093e7bd9ccc73972'/>
<id>urn:sha1:aac7429c17aa558fbd9fb0be093e7bd9ccc73972</id>
<content type='text'>
 Closes #101695
</content>
</entry>
<entry>
<title>Document that ResolvedPath can also be a union</title>
<updated>2022-09-16T18:51:58+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2022-09-16T18:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb6c923cf475aa1d3b390acdf00d70123af7fb75'/>
<id>urn:sha1:cb6c923cf475aa1d3b390acdf00d70123af7fb75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rustdoc-Json: Fix Type docs.</title>
<updated>2022-09-12T13:56:04+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2022-09-12T13:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fdf7ec8694f6d5df77e39434415072a450e54c3e'/>
<id>urn:sha1:fdf7ec8694f6d5df77e39434415072a450e54c3e</id>
<content type='text'>
Primitive doesn't include Array/Slice/Tuple, as they are their own
variants.

ResolvedPath doesn't include Traits, as they appear in the DynTrait
variant.
</content>
</entry>
</feed>
