<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_ssa/src/debuginfo, branch 1.79.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.79.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.79.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-04-08T12:02:19+00:00</updated>
<entry>
<title>Actually create ranged int types in the type system.</title>
<updated>2024-04-08T12:02:19+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-02-02T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84acfe86dec370028987c205e7ba32cc5796d9b0'/>
<id>urn:sha1:84acfe86dec370028987c205e7ba32cc5796d9b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Programmatically convert some of the pat ctors</title>
<updated>2024-03-22T15:13:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-03-21T21:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff0c31e6b9bc8e847c3b1b9d61793325edfacf47'/>
<id>urn:sha1:ff0c31e6b9bc8e847c3b1b9d61793325edfacf47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid various uses of `Option&lt;Span&gt;` in favor of using `DUMMY_SP` in the few cases that used `None`</title>
<updated>2024-03-18T09:34:08+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-03-14T09:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=adda9da604a7f384d2714ec055d9c70018b163d1'/>
<id>urn:sha1:adda9da604a7f384d2714ec055d9c70018b163d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs</title>
<updated>2024-02-06T02:22:58+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-01-24T18:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c567eddec2c628d4f13707866731e1b2013ad236'/>
<id>urn:sha1:c567eddec2c628d4f13707866731e1b2013ad236</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #119258 - compiler-errors:closure-kind, r=eholk</title>
<updated>2023-12-26T04:25:53+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-12-26T04:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ab783112ab4e4807304dbd249b39771246013ef'/>
<id>urn:sha1:1ab783112ab4e4807304dbd249b39771246013ef</id>
<content type='text'>
Make closures carry their own ClosureKind

Right now, we use the "`movability`" field of `hir::Closure` to distinguish a closure and a coroutine. This is paired together with the `CoroutineKind`, which is located not in the `hir::Closure`, but the `hir::Body`. This is strange and redundant.

This PR introduces `ClosureKind` with two variants -- `Closure` and `Coroutine`, which is put into `hir::Closure`. The `CoroutineKind` is thus removed from `hir::Body`, and `Option&lt;Movability&gt;` no longer needs to be a stand-in for "is this a closure or a coroutine".

r? eholk
</content>
</entry>
<entry>
<title>Only regular coroutines have movability</title>
<updated>2023-12-25T21:13:41+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-12-25T16:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3320c09eabb635fd6bf7a78a83a601a3d72193e8'/>
<id>urn:sha1:3320c09eabb635fd6bf7a78a83a601a3d72193e8</id>
<content type='text'>
</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>Split coroutine desugaring kind from source</title>
<updated>2023-12-22T23:58:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-12-21T18:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=004450506e1302239fa9ea09d50d9dc5a3261a32'/>
<id>urn:sha1:004450506e1302239fa9ea09d50d9dc5a3261a32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement `async gen` blocks</title>
<updated>2023-12-08T17:23:25+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-11-28T18:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=96bb542a3171a7cbf23cac45d4b9adc7b05b5317'/>
<id>urn:sha1:96bb542a3171a7cbf23cac45d4b9adc7b05b5317</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Harmonize `DefKind` and `DefPathData`</title>
<updated>2023-12-03T13:24:56+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2023-12-03T09:29:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=17e799c2701be1f0f74ed79e6523e83abd051e89'/>
<id>urn:sha1:17e799c2701be1f0f74ed79e6523e83abd051e89</id>
<content type='text'>
`DefPathData::(ClosureExpr,ImplTrait)` are renamed to match `DefKind::(Closure,OpaqueTy)`.

`DefPathData::ImplTraitAssocTy` is replaced with `DefPathData::TypeNS(kw::Empty)` because both correspond to `DefKind::AssocTy`.
It's possible that introducing `(DefKind,DefPathData)::AssocOpaqueTy` could be a better solution, but that would be a much more invasive change.

Const generic parameters introduced for effects are moved from `DefPathData::TypeNS` to `DefPathData::ValueNS`, because constants are values.

`DefPathData` is no longer passed to `create_def` functions to avoid redundancy.
</content>
</entry>
</feed>
