<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc/const-display.rs, branch 1.53.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.53.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.53.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-04-03T20:30:20+00:00</updated>
<entry>
<title>Remove redundant `ignore-tidy-linelength` annotations</title>
<updated>2021-04-03T20:30:20+00:00</updated>
<author>
<name>Simon Jakobi</name>
<email>simon.jakobi@gmail.com</email>
</author>
<published>2021-04-03T11:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ea62cb5d19846b44172d861ae231c8c09322800'/>
<id>urn:sha1:3ea62cb5d19846b44172d861ae231c8c09322800</id>
<content type='text'>
This is step 2 towards fixing #77548.

In the codegen and codegen-units test suites, the `//` comment markers
were kept in order not to affect any source locations. This is because
these tests cannot be automatically `--bless`ed.
</content>
</entry>
<entry>
<title>Add support for stable-const-since in docs on items (standalone or assoc)</title>
<updated>2020-11-30T02:00:14+00:00</updated>
<author>
<name>Rune Tynan</name>
<email>runetynan@gmail.com</email>
</author>
<published>2020-11-30T02:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ccbb0f5c1a1100b271f9945add665c692a2bf230'/>
<id>urn:sha1:ccbb0f5c1a1100b271f9945add665c692a2bf230</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix `const-display.rs` XPATH queries (#1)</title>
<updated>2020-09-12T14:52:12+00:00</updated>
<author>
<name>SlightlyOutOfPhase</name>
<email>slightlyoutofphase@gmail.com</email>
</author>
<published>2020-09-12T14:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9c1389418e547e7feb0dc8f4cb42fbdcd1089467'/>
<id>urn:sha1:9c1389418e547e7feb0dc8f4cb42fbdcd1089467</id>
<content type='text'>
* Fix `const-display.rs` XPATH queries

* Add `issue_76501.rs` test file

* Rename issue_76501.rs to issue-76501.rs</content>
</entry>
<entry>
<title>Add test for rustc_const_unstable on methods</title>
<updated>2020-08-10T14:57:25+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2020-08-04T09:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a281e0a76d2c48a3c2fbe41c78920a1952adb17'/>
<id>urn:sha1:2a281e0a76d2c48a3c2fbe41c78920a1952adb17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require issue = "none" over issue = "0" in unstable attributes</title>
<updated>2019-12-21T11:16:18+00:00</updated>
<author>
<name>Ross MacArthur</name>
<email>ross@macarthur.io</email>
</author>
<published>2019-12-21T11:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7256d28d1c2f8340ab5b99df4bdb15aa232f3f3'/>
<id>urn:sha1:f7256d28d1c2f8340ab5b99df4bdb15aa232f3f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix rustdoc test</title>
<updated>2019-12-13T10:27:02+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2019-12-08T11:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=395a789def72f5da7fe789c51dcb193b81832755'/>
<id>urn:sha1:395a789def72f5da7fe789c51dcb193b81832755</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reuse the `staged_api` feature for `rustc_const_unstable`</title>
<updated>2019-12-13T10:27:01+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2019-12-04T21:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d75c7530f38b56c4d916195570cdcd18c12ce273'/>
<id>urn:sha1:d75c7530f38b56c4d916195570cdcd18c12ce273</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stabilize min_const_unsafe_fn in 1.33.</title>
<updated>2018-12-23T09:29:38+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2018-12-22T17:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b42a3acaeca0f14df7d35b87d0045b4d58c95b55'/>
<id>urn:sha1:b42a3acaeca0f14df7d35b87d0045b4d58c95b55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set constness correctly</title>
<updated>2018-12-19T08:57:29+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-12-18T21:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a6943d9d66d6dc8b7be9db556e28dbc8125f7336'/>
<id>urn:sha1:a6943d9d66d6dc8b7be9db556e28dbc8125f7336</id>
<content type='text'>
</content>
</entry>
</feed>
