<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/consts, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-25T10:30:50+00:00</updated>
<entry>
<title>Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgr</title>
<updated>2025-09-25T10:30:50+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-09-25T10:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7cfd7d328b14b936c7ffede92cacebe8557c6388'/>
<id>urn:sha1:7cfd7d328b14b936c7ffede92cacebe8557c6388</id>
<content type='text'>
Rollup of 7 pull requests

Successful merges:

 - rust-lang/rust#146556 (Fix duration_since panic on unix when std is built with integer overflow checks)
 - rust-lang/rust#146679 (Clarify Display for error should not include source)
 - rust-lang/rust#146753 (Improve the pretty print of UnstableFeature clause)
 - rust-lang/rust#146894 (Improve derive suggestion of const param)
 - rust-lang/rust#146950 (core: simplify `CStr::default()`)
 - rust-lang/rust#146958 (Fix infinite recursion in Path::eq with String)
 - rust-lang/rust#146971 (fix ICE in writeback due to bound regions)

r? `@ghost`
`@rustbot` modify labels: rollup
</content>
</entry>
<entry>
<title>Improve derive suggestion of const param</title>
<updated>2025-09-24T13:29:23+00:00</updated>
<author>
<name>tiif</name>
<email>pekyuan@gmail.com</email>
</author>
<published>2025-09-22T15:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30289353e8e04eff33a0e533b6b398c308b24025'/>
<id>urn:sha1:30289353e8e04eff33a0e533b6b398c308b24025</id>
<content type='text'>
Make the suggestion not to remove the adt and use the name of the adt
variant
</content>
</entry>
<entry>
<title>const validation: better error for maybe-null references</title>
<updated>2025-09-24T11:35:29+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-09-24T10:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8328c3dada0c888b1c570f97314b3f697d4b2a96'/>
<id>urn:sha1:8328c3dada0c888b1c570f97314b3f697d4b2a96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>const-eval: improve and actually test the errors when pointers might be outside the range of a scalar</title>
<updated>2025-09-24T11:34:33+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-09-22T17:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a41add6293d76b165968d70f95e7edbbe65fe11'/>
<id>urn:sha1:0a41add6293d76b165968d70f95e7edbbe65fe11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consider errors in MIR as impossible predicates.</title>
<updated>2025-09-21T03:26:21+00:00</updated>
<author>
<name>Camille Gillot</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-09-16T02:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3934fc9eb29061168327640ba7b9ca8f79ba01e2'/>
<id>urn:sha1:3934fc9eb29061168327640ba7b9ca8f79ba01e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in error message</title>
<updated>2025-09-14T21:55:33+00:00</updated>
<author>
<name>Jules Bertholet</name>
<email>julesbertholet@quoi.xyz</email>
</author>
<published>2025-09-14T21:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=927c4c03194da284404985747c2cad25fa1f5066'/>
<id>urn:sha1:927c4c03194da284404985747c2cad25fa1f5066</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #146499 - jhpratt:rollup-ufflehe, r=jhpratt</title>
<updated>2025-09-13T10:43:09+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-09-13T10:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b50f345a2f3f49764024cabc30ef99e15c0240f7'/>
<id>urn:sha1:b50f345a2f3f49764024cabc30ef99e15c0240f7</id>
<content type='text'>
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#144498 (Add --print target-spec-json-schema)
 - rust-lang/rust#145471 (Stabilize BTree{Map,Set}::extract_if)
 - rust-lang/rust#145896 (Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [rust-lang/rust#3 of Batch rust-lang/rust#2])
 - rust-lang/rust#146450 (bootstrap: rustdoc-js tests can now be filtered by js files)
 - rust-lang/rust#146456 (Fix panic and incorrectly suggested examples in `format_args` macro.)

r? `@ghost`
`@rustbot` modify labels: rollup
</content>
</entry>
<entry>
<title>Rollup merge of #145896 - Oneirical:uncountable-integer-10, r=jieyouxu</title>
<updated>2025-09-13T07:26:02+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2025-09-13T07:26:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82bb6d523bf3b1e6cd8d160565ab18d01640a4dd'/>
<id>urn:sha1:82bb6d523bf3b1e6cd8d160565ab18d01640a4dd</id>
<content type='text'>
Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [#3 of Batch #2]

Part of rust-lang/rust#133895

Methodology:

1. Refer to the previously written `tests/ui/SUMMARY.md`
2. Find an appropriate category for the test, using the original issue thread and the test contents.
3. Add the issue URL at the bottom (not at the top, as that would mess up stderr line numbers)
4. Rename the tests to make their purpose clearer

Inspired by the methodology that `@Kivooeo` was using.

r? `@jieyouxu`
</content>
</entry>
<entry>
<title>Auto merge of #146394 - Enselic:debuginfo-level-tests-2, r=jieyouxu</title>
<updated>2025-09-13T07:24:30+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-09-13T07:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=064cc81354a940e297a1be4dfa9e26759c8431be'/>
<id>urn:sha1:064cc81354a940e297a1be4dfa9e26759c8431be</id>
<content type='text'>
ci: Increase `rust.debuginfo-level-tests` to `2` in `x86_64-gnu-debug` job

Simply to increase the scope of the testing.

Part of https://github.com/rust-lang/rust/issues/61117.

cc rust-lang/rust#145967 and rust-lang/rust#146025 which prepared for this. And rust-lang/rust#144499 that set to level to `1`

try-job: x86_64-gnu-debug
</content>
</entry>
<entry>
<title>Rollup merge of #146403 - cyrgani:array-sugg-sorting, r=fee1-dead</title>
<updated>2025-09-13T00:40:44+00:00</updated>
<author>
<name>Jana Dönszelmann</name>
<email>jonathan@donsz.nl</email>
</author>
<published>2025-09-13T00:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5dd5264d14c833e889202f61a044aade7ae92ab8'/>
<id>urn:sha1:5dd5264d14c833e889202f61a044aade7ae92ab8</id>
<content type='text'>
sort array trait implementation suggestions correctly

Fixes rust-lang/rust#135098.
Previously tried in rust-lang/rust#137428.
</content>
</entry>
</feed>
