<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_ssa/src/errors.rs, branch 1.66.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.66.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.66.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-10-23T11:48:03+00:00</updated>
<entry>
<title>Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s</title>
<updated>2022-10-23T11:48:03+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2022-09-29T14:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c5c86806c859048f9bfdbb92b30401ef4f3a3346'/>
<id>urn:sha1:c5c86806c859048f9bfdbb92b30401ef4f3a3346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate all diagnostics</title>
<updated>2022-10-23T08:09:44+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2022-10-22T09:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c65ebae2216119d23d88bbfea78192a3d950c4f3'/>
<id>urn:sha1:c65ebae2216119d23d88bbfea78192a3d950c4f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ADD - implement IntoDiagnostic for thorin::Error wrapper</title>
<updated>2022-10-07T14:03:45+00:00</updated>
<author>
<name>Jhonny Bill Mena</name>
<email>jhonnybillm@gmail.com</email>
</author>
<published>2022-10-04T17:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13d4f27c829a332f50a2109647f3b16bce119b8d'/>
<id>urn:sha1:13d4f27c829a332f50a2109647f3b16bce119b8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address PR comments</title>
<updated>2022-10-07T14:03:45+00:00</updated>
<author>
<name>Jhonny Bill Mena</name>
<email>jhonnybillm@gmail.com</email>
</author>
<published>2022-10-04T17:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a25f939170bb73d813c5eb4cbed631253ba0cc15'/>
<id>urn:sha1:a25f939170bb73d813c5eb4cbed631253ba0cc15</id>
<content type='text'>
- UPDATE - revert migration of logs

- UPDATE - use derive on LinkRlibError enum

- [Gardening] UPDATE - alphabetically sort fluent_messages

- UPDATE - use PathBuf and unify both AddNativeLibrary to use Display (which is what PathBuf uses when conforming to IntoDiagnosticArg)

- UPDATE - fluent messages sort after rebase
</content>
</entry>
<entry>
<title>ADD - initial port of link.rs</title>
<updated>2022-10-07T14:03:45+00:00</updated>
<author>
<name>Jhonny Bill Mena</name>
<email>jhonnybillm@gmail.com</email>
</author>
<published>2022-10-03T03:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12aa84bdf3231f563b7f86186dbece2023d1235a'/>
<id>urn:sha1:12aa84bdf3231f563b7f86186dbece2023d1235a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DELETE - unused error after PR# 100101 was merged</title>
<updated>2022-10-07T14:03:45+00:00</updated>
<author>
<name>Jhonny Bill Mena</name>
<email>jhonnybillm@gmail.com</email>
</author>
<published>2022-09-13T12:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f97d4a1417cdf58b7a39e351dcdf40cf58e48b9'/>
<id>urn:sha1:0f97d4a1417cdf58b7a39e351dcdf40cf58e48b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UPDATE - codege-ssa errors to new Diagnostic macro name</title>
<updated>2022-10-07T14:03:45+00:00</updated>
<author>
<name>Jhonny Bill Mena</name>
<email>jhonnybillm@gmail.com</email>
</author>
<published>2022-09-10T17:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67eb01c3f3c9ce8237bb09ecb4a77b3030af025b'/>
<id>urn:sha1:67eb01c3f3c9ce8237bb09ecb4a77b3030af025b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UPDATE - migrate write.rs to new diagnostics infra</title>
<updated>2022-10-07T14:03:45+00:00</updated>
<author>
<name>Jhonny Bill Mena</name>
<email>jhonnybillm@gmail.com</email>
</author>
<published>2022-08-28T23:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d9197dbbcd35c69a210806cea18d2ce0f3691839'/>
<id>urn:sha1:d9197dbbcd35c69a210806cea18d2ce0f3691839</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UPDATE - migrate linker.rs to new diagnostics infra</title>
<updated>2022-10-07T14:03:45+00:00</updated>
<author>
<name>Jhonny Bill Mena</name>
<email>jhonnybillm@gmail.com</email>
</author>
<published>2022-10-07T14:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=086e70f13e9259d7949fbfeec6fa824c6327f42d'/>
<id>urn:sha1:086e70f13e9259d7949fbfeec6fa824c6327f42d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UPDATE - LibDefWriteFailure to accept type instead of formatted string</title>
<updated>2022-10-07T14:00:32+00:00</updated>
<author>
<name>Jhonny Bill Mena</name>
<email>jhonnybillm@gmail.com</email>
</author>
<published>2022-08-27T00:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a2d7f83cb3aea0556ef7cfd7662a028ac974d87'/>
<id>urn:sha1:0a2d7f83cb3aea0556ef7cfd7662a028ac974d87</id>
<content type='text'>
This follows team’s suggestions in this thread https://rust-lang.zulipchat.com/#narrow/stream/336883-i18n/topic/.23100717.20diag.20translation/near/295305249
</content>
</entry>
</feed>
