<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/linkchecker, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-08T18:08:40+00:00</updated>
<entry>
<title>fix partial urlencoded link support</title>
<updated>2025-09-08T18:08:40+00:00</updated>
<author>
<name>nixxo</name>
<email>nixxo@protonmail.com</email>
</author>
<published>2025-09-04T07:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8b58777968a4c663d6c1293bacff6da99e6e5203'/>
<id>urn:sha1:8b58777968a4c663d6c1293bacff6da99e6e5203</id>
<content type='text'>
- added full urlencoding to properly check urlencoded anchor links against non-urlencoded heading IDs
- added tests

urlecoding provided by https://crates.io/crates/urlencoding
</content>
</entry>
<entry>
<title>add --link-targets-dir flag to linkchecker</title>
<updated>2025-07-28T09:23:11+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro@pietroalbini.org</email>
</author>
<published>2025-07-01T10:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6693b3908f36374cd998e43445760f2b1552973d'/>
<id>urn:sha1:6693b3908f36374cd998e43445760f2b1552973d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add an argument parser to linkchecker</title>
<updated>2025-07-28T09:05:01+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro@pietroalbini.org</email>
</author>
<published>2025-07-01T08:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=984926eb3a0b96a6fed8d721b93ccd8efeb8510e'/>
<id>urn:sha1:984926eb3a0b96a6fed8d721b93ccd8efeb8510e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump linkchecker to edition 2024</title>
<updated>2025-07-28T09:05:01+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro@pietroalbini.org</email>
</author>
<published>2025-07-13T10:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c745614e03bd820a0b6fd4f0962f21c66464c1fb'/>
<id>urn:sha1:c745614e03bd820a0b6fd4f0962f21c66464c1fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(linkcheck): Build using the lockfile</title>
<updated>2025-06-20T14:12:30+00:00</updated>
<author>
<name>Ed Page</name>
<email>eopage@gmail.com</email>
</author>
<published>2025-06-20T14:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=367c8feb482d87ba184a6a2ffaf5a2ab6a5fd1cf'/>
<id>urn:sha1:367c8feb482d87ba184a6a2ffaf5a2ab6a5fd1cf</id>
<content type='text'>
This is to unblock cargo from servo/html5ever#623</content>
</entry>
<entry>
<title>bump html5ever to 0.29 with deps</title>
<updated>2025-03-13T16:59:53+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2025-03-13T16:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b4b4b19e9fa38bf51faadaf013ca1ffa328bb0f'/>
<id>urn:sha1:7b4b4b19e9fa38bf51faadaf013ca1ffa328bb0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump html5ever to 0.28</title>
<updated>2025-03-13T16:53:40+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2025-03-13T16:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9e00b32e32da846de8147288e539f5d77f2d63f'/>
<id>urn:sha1:b9e00b32e32da846de8147288e539f5d77f2d63f</id>
<content type='text'>
see https://github.com/servo/html5ever/pull/548
</content>
</entry>
<entry>
<title>Add bstr files to linkchecker since they have a Deref to slice</title>
<updated>2025-01-11T04:35:21+00:00</updated>
<author>
<name>Josh Triplett</name>
<email>josh@joshtriplett.org</email>
</author>
<published>2025-01-05T14:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=049217b65a1aebaa62c4ab9fe85fbff938961e7d'/>
<id>urn:sha1:049217b65a1aebaa62c4ab9fe85fbff938961e7d</id>
<content type='text'>
The Deref brings in the documentation from slice, so it has the same
issue as slice.
</content>
</entry>
<entry>
<title>chore: fix typos</title>
<updated>2024-12-30T07:56:21+00:00</updated>
<author>
<name>Horu</name>
<email>73709188+HigherOrderLogic@users.noreply.github.com</email>
</author>
<published>2024-12-30T07:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c279fb7af22ac24833464a5d7ffa56ca79a251d'/>
<id>urn:sha1:4c279fb7af22ac24833464a5d7ffa56ca79a251d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linkchecker: add a reminder on broken links to add new/renamed pages to SUMMARY.md for mdBooks</title>
<updated>2024-10-15T12:46:16+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2024-10-15T12:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f74fde85320d3944e51572c59c24713250615f3'/>
<id>urn:sha1:5f74fde85320d3944e51572c59c24713250615f3</id>
<content type='text'>
</content>
</entry>
</feed>
