<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_llvm/src/debuginfo, branch 1.69.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.69.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.69.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-02-22T17:04:58+00:00</updated>
<entry>
<title>Remove type-traversal trait aliases</title>
<updated>2023-02-22T17:04:58+00:00</updated>
<author>
<name>Alan Egerton</name>
<email>eggyal@gmail.com</email>
</author>
<published>2023-02-22T02:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=695072daa6cc04045f2aa79d751d884ad5263080'/>
<id>urn:sha1:695072daa6cc04045f2aa79d751d884ad5263080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata</title>
<updated>2023-02-17T00:05:56+00:00</updated>
<author>
<name>Kyle Matsuda</name>
<email>kyle.yoshio.matsuda@gmail.com</email>
</author>
<published>2023-02-07T08:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c183110cc26abb506dba0a4def917735fb6eb6f0'/>
<id>urn:sha1:c183110cc26abb506dba0a4def917735fb6eb6f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change usages of type_of to bound_type_of</title>
<updated>2023-02-17T00:01:52+00:00</updated>
<author>
<name>Kyle Matsuda</name>
<email>kyle.yoshio.matsuda@gmail.com</email>
</author>
<published>2023-02-07T00:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d822b97a27e50f5a091d2918f6ff0ffd2d2827f5'/>
<id>urn:sha1:d822b97a27e50f5a091d2918f6ff0ffd2d2827f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/eval_usize/eval_target_usize/ for clarity</title>
<updated>2023-02-14T08:51:19+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-02-14T08:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=936bf29d4cec40c328930daf83277d7e77cc9602'/>
<id>urn:sha1:936bf29d4cec40c328930daf83277d7e77cc9602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't merge vtables when full debuginfo is enabled.</title>
<updated>2023-01-27T15:29:04+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2023-01-27T15:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5995e61687673dca684914b774d1456160f1891'/>
<id>urn:sha1:e5995e61687673dca684914b774d1456160f1891</id>
<content type='text'>
</content>
</entry>
<entry>
<title>abi: add `AddressSpace` field to `Primitive::Pointer`</title>
<updated>2023-01-23T04:41:39+00:00</updated>
<author>
<name>Erik Desjardins</name>
<email>erikdesjardins@users.noreply.github.com</email>
</author>
<published>2023-01-23T04:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=009192b01bd88a7bb6c1948d1f47dd598af0bfd9'/>
<id>urn:sha1:009192b01bd88a7bb6c1948d1f47dd598af0bfd9</id>
<content type='text'>
...and remove it from `PointeeInfo`, which isn't meant for this.

There are still various places (marked with FIXMEs) that assume all pointers
have the same size and alignment. Fixing this requires parsing non-default
address spaces in the data layout string, which will be done in a followup.
</content>
</entry>
<entry>
<title>Move compiler input and ouput paths into session</title>
<updated>2023-01-16T14:46:44+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2022-12-07T09:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f5cd0315386e761beae8afd07df94e42a4db154'/>
<id>urn:sha1:9f5cd0315386e761beae8afd07df94e42a4db154</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Remove needless lifetimes</title>
<updated>2022-12-20T21:10:40+00:00</updated>
<author>
<name>Jeremy Stucki</name>
<email>dev@jeremystucki.ch</email>
</author>
<published>2022-12-20T21:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3dde32ca974721daa4dfd526226d6c9e707fd8af'/>
<id>urn:sha1:3dde32ca974721daa4dfd526226d6c9e707fd8af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move closure/generator type info methods to TyCtxt</title>
<updated>2022-12-07T17:00:33+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-12-07T17:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b0dcadfc45bb04be3ba56d8bd62f1331a98949dc'/>
<id>urn:sha1:b0dcadfc45bb04be3ba56d8bd62f1331a98949dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unreserve braced enum variants in value namespace</title>
<updated>2022-11-21T19:40:06+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2022-10-25T16:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a5376d23cb3324edcfaa278a9387898960d5f7c'/>
<id>urn:sha1:7a5376d23cb3324edcfaa278a9387898960d5f7c</id>
<content type='text'>
</content>
</entry>
</feed>
