<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc-json/impls, branch 1.88.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.88.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.88.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-04-20T11:28:16+00:00</updated>
<entry>
<title>rustdoc-json: Improve test for auto-trait impls</title>
<updated>2025-04-20T11:28:16+00:00</updated>
<author>
<name>Alona Enraght-Moony</name>
<email>code@alona.page</email>
</author>
<published>2025-04-20T11:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7e976eb1e4ba7590efd19a29a6a1eba23eb352a'/>
<id>urn:sha1:c7e976eb1e4ba7590efd19a29a6a1eba23eb352a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add regression test for span 1-indexed check</title>
<updated>2025-04-18T18:32:40+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-04-16T13:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba9a008d90ad7b9c11379a00766f9e4ebbcdc126'/>
<id>urn:sha1:ba9a008d90ad7b9c11379a00766f9e4ebbcdc126</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/rustdoc-json: replace `$.index[*][?` with `$.index[?`</title>
<updated>2025-03-21T00:48:09+00:00</updated>
<author>
<name>Alona Enraght-Moony</name>
<email>code@alona.page</email>
</author>
<published>2025-03-20T23:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ab71c417b90695ea5186003745699e05164e746'/>
<id>urn:sha1:7ab71c417b90695ea5186003745699e05164e746</id>
<content type='text'>
Done automatically with VSCode.
</content>
</entry>
<entry>
<title>rustdoc-json: Add test for `impl Trait for dyn Trait`</title>
<updated>2024-12-01T23:13:57+00:00</updated>
<author>
<name>Alona Enraght-Moony</name>
<email>code@alona.page</email>
</author>
<published>2024-12-01T23:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b5d73fc16739abd2982af2e49de1e143bf7248e3'/>
<id>urn:sha1:b5d73fc16739abd2982af2e49de1e143bf7248e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Receiver -&gt; LegacyReceiver</title>
<updated>2024-10-22T12:55:16+00:00</updated>
<author>
<name>Adrian Taylor</name>
<email>adetaylor@chromium.org</email>
</author>
<published>2024-09-11T12:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8f85b90ca6d57459eb19accb6aaf781dd1c7bf6c'/>
<id>urn:sha1:8f85b90ca6d57459eb19accb6aaf781dd1c7bf6c</id>
<content type='text'>
As part of the "arbitrary self types v2" project, we are going to
replace the current `Receiver` trait with a new mechanism based on a
new, different `Receiver` trait.

This PR renames the old trait to get it out the way. Naming is hard.
Options considered included:
* HardCodedReceiver (because it should only be used for things in the
  standard library, and hence is sort-of hard coded)
* LegacyReceiver
* TargetLessReceiver
* OldReceiver

These are all bad names, but fortunately this will be temporary.
Assuming the new mechanism proceeds to stabilization as intended, the
legacy trait will be removed altogether.

Although we expect this trait to be used only in the standard library,
we suspect it may be in use elsehwere, so we're landing this change
separately to identify any surprising breakages.

It's known that this trait is used within the Rust for Linux project; a
patch is in progress to remove their dependency.

This is a part of the arbitrary self types v2 project,
https://github.com/rust-lang/rfcs/pull/3519
https://github.com/rust-lang/rust/issues/44874

r? @wesleywiser
</content>
</entry>
<entry>
<title>rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint</title>
<updated>2024-09-01T20:58:08+00:00</updated>
<author>
<name>schvv31n</name>
<email>tim.kurdov@gmail.com</email>
</author>
<published>2024-08-04T23:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f2696ab4d3095bb6ad6197e55855ebdf00f50b80'/>
<id>urn:sha1:f2696ab4d3095bb6ad6197e55855ebdf00f50b80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-json: added a test for #107278</title>
<updated>2024-08-08T16:55:52+00:00</updated>
<author>
<name>schvv31n</name>
<email>tim.kurdov@gmail.com</email>
</author>
<published>2024-08-08T16:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1bf30eb5aa621541f1e3ab3a470db96a35210df0'/>
<id>urn:sha1:1bf30eb5aa621541f1e3ab3a470db96a35210df0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update all rustdoc-json/ tests to use the new style</title>
<updated>2024-07-19T14:54:42+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2024-07-19T14:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=633f41de0903efb830753e2e373ac9666230eb54'/>
<id>urn:sha1:633f41de0903efb830753e2e373ac9666230eb54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives</title>
<updated>2024-02-22T16:04:04+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-22T12:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e48b96692d63a79a14563f27fe5185f122434f8'/>
<id>urn:sha1:6e48b96692d63a79a14563f27fe5185f122434f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/rustdoc-json: Rewrite tests no not use `#![no_core]`.</title>
<updated>2023-11-07T16:56:03+00:00</updated>
<author>
<name>Alona Enraght-Moony</name>
<email>code@alona.page</email>
</author>
<published>2023-11-07T16:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=434b69a1d670fb0b18a4dd121db0a445d74d34d4'/>
<id>urn:sha1:434b69a1d670fb0b18a4dd121db0a445d74d34d4</id>
<content type='text'>
</content>
</entry>
</feed>
