<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_query_impl/src, branch 1.77.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.77.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.77.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-01-25T14:01:33+00:00</updated>
<entry>
<title>Remove unused features</title>
<updated>2024-01-25T14:01:33+00:00</updated>
<author>
<name>clubby789</name>
<email>jamie@hill-daniel.co.uk</email>
</author>
<published>2024-01-14T20:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd29f74ff8d787f707a40bc5dbcd8f7827100f5e'/>
<id>urn:sha1:fd29f74ff8d787f707a40bc5dbcd8f7827100f5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #119527 - klensy:ordering, r=compiler-errors</title>
<updated>2024-01-09T12:23:17+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2024-01-09T12:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3574beb5d96f169f152aad37927d3d3947ce07e'/>
<id>urn:sha1:d3574beb5d96f169f152aad37927d3d3947ce07e</id>
<content type='text'>
don't reexport atomic::ordering via rustc_data_structures, use std import

This looks simpler.
</content>
</entry>
<entry>
<title>Don't check for recursion in generator witness fields</title>
<updated>2024-01-08T20:30:21+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-11-08T06:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82a22154815b70e5701064bef59d3334f5bc1cf7'/>
<id>urn:sha1:82a22154815b70e5701064bef59d3334f5bc1cf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Value recovery can take the whole CycleError</title>
<updated>2024-01-08T20:30:10+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-11-08T05:56:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=755b2da841b7dad218bd34708a592a2bef0f4b21'/>
<id>urn:sha1:755b2da841b7dad218bd34708a592a2bef0f4b21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't reexport atomic::ordering via rustc_data_structures, use std import</title>
<updated>2024-01-06T12:01:10+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2024-01-02T19:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56173611d65bae5eacef80d15799ba89161cd38b'/>
<id>urn:sha1:56173611d65bae5eacef80d15799ba89161cd38b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove two unused feature gates from rustc_query_impl</title>
<updated>2023-12-31T20:51:53+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-12-31T18:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f118c76235c383ed01eded4619f7d275bdb51acb'/>
<id>urn:sha1:f118c76235c383ed01eded4619f7d275bdb51acb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank</title>
<updated>2023-12-26T12:27:29+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-12-26T12:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2fe50cd72c476ebacdedb14893e9632b4de961c2'/>
<id>urn:sha1:2fe50cd72c476ebacdedb14893e9632b4de961c2</id>
<content type='text'>
rework `-Zverbose`

implements the changes described in https://github.com/rust-lang/compiler-team/issues/706

the first commit is only a name change from `-Zverbose` to `-Zverbose-internals` and does not change behavior. the second commit changes diagnostics.

possible follow up work:
- `ty::pretty` could print more info with `--verbose` than it does currently. `-Z verbose-internals` shows too much info in a way that's not helpful to users. michael had ideas about this i didn't fully understand: https://rust-lang.zulipchat.com/#narrow/stream/233931-t-compiler.2Fmajor-changes/topic/uplift.20some.20-Zverbose.20calls.20and.20rename.20to.E2.80.A6.20compiler-team.23706/near/408984200
- `--verbose` should imply `-Z write-long-types-to-disk=no`. the code in `ty_string_with_limit` should take `--verbose` into account (apparently this affects `Ty::sort_string`, i'm not familiar with this code). writing a file to disk should suggest passing `--verbose`.

r? `@compiler-errors` cc `@estebank`
</content>
</entry>
<entry>
<title>Remove `Session` methods that duplicate `DiagCtxt` methods.</title>
<updated>2023-12-23T21:05:28+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-12-18T11:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99472c7049783605444ab888a97059d0cce93a12'/>
<id>urn:sha1:99472c7049783605444ab888a97059d0cce93a12</id>
<content type='text'>
Also add some `dcx` methods to types that wrap `TyCtxt`, for easier
access.
</content>
</entry>
<entry>
<title>rename to verbose-internals</title>
<updated>2023-12-19T18:35:37+00:00</updated>
<author>
<name>jyn</name>
<email>jyn.nelson@redjack.com</email>
</author>
<published>2023-12-19T17:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b5d8361909e9e30a11227aa773099c293a5dca55'/>
<id>urn:sha1:b5d8361909e9e30a11227aa773099c293a5dca55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>QueryContext: rename try_collect_active_jobs -&gt; collect_active_jobs and change it's return type from Option&lt;QueryMap&gt; to QueryMap</title>
<updated>2023-11-27T15:13:15+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-11-27T15:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31d99836bff1dc3366a8cd370c019a789f193b88'/>
<id>urn:sha1:31d99836bff1dc3366a8cd370c019a789f193b88</id>
<content type='text'>
As there currently always Some(...) inside
</content>
</entry>
</feed>
