<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_ssa/src/errors.rs, branch 1.82.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.82.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.82.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-08-17T19:10:46+00:00</updated>
<entry>
<title>Always use ar_archive_writer for import libs</title>
<updated>2024-08-17T19:10:46+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2024-08-16T19:32:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0156eb57a152003c0c82552229747b3d04e1fddc'/>
<id>urn:sha1:0156eb57a152003c0c82552229747b3d04e1fddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu</title>
<updated>2024-08-07T13:59:35+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2024-08-07T13:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=355eb9c79fed8895c7f96cb401e254696375955e'/>
<id>urn:sha1:355eb9c79fed8895c7f96cb401e254696375955e</id>
<content type='text'>
Make create_dll_import_lib easier to implement

This will make it easier to implement raw-dylib support in cg_clif and cg_gcc. This PR doesn't yet include an create_dll_import_lib implementation for cg_clif as I need to correctly implement dllimport in cg_clif first before raw-dylib can work at all with cg_clif.

Required for https://github.com/rust-lang/rustc_codegen_cranelift/issues/1345
</content>
</entry>
<entry>
<title>Rollup merge of #127830 - tgross35:archive-failure-message, r=BoxyUwU</title>
<updated>2024-07-31T13:36:30+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-07-31T13:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75dfe1e63dad4f6205fc6db430c49dcec293c3e1'/>
<id>urn:sha1:75dfe1e63dad4f6205fc6db430c49dcec293c3e1</id>
<content type='text'>
When an archive fails to build, print the path

Currently the output on failure is as follows:

       Compiling block-buffer v0.10.4
       Compiling crypto-common v0.1.6
       Compiling digest v0.10.7
       Compiling sha2 v0.10.8
       Compiling xz2 v0.1.7
    error: failed to build archive: No such file or directory

    error: could not compile `bootstrap` (lib) due to 1 previous error

Change this to print which file is being constructed, to give some hint about what is going on.

    error: failed to build archive at `path/to/output`: No such file or directory
</content>
</entry>
<entry>
<title>Move mingw dlltool invocation to cg_ssa</title>
<updated>2024-07-30T10:33:33+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-07-25T20:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=216686bfa5025f2b4cd712c8d933c4d05599816e'/>
<id>urn:sha1:216686bfa5025f2b4cd712c8d933c4d05599816e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>When an archive fails to build, print the path</title>
<updated>2024-07-16T20:44:54+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2024-07-16T20:43:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0af3c61cd5b90e53c720246f40bf47e97429aa2'/>
<id>urn:sha1:e0af3c61cd5b90e53c720246f40bf47e97429aa2</id>
<content type='text'>
Currently the output on failure is as follows:

       Compiling block-buffer v0.10.4
       Compiling crypto-common v0.1.6
       Compiling digest v0.10.7
       Compiling sha2 v0.10.8
       Compiling xz2 v0.1.7
    error: failed to build archive: No such file or directory

    error: could not compile `bootstrap` (lib) due to 1 previous error

Print which file is being constructed to give some hint about what is
going on.
</content>
</entry>
<entry>
<title>coverage: Tighten validation of `#[coverage(off)]` and `#[coverage(on)]`</title>
<updated>2024-06-24T10:15:01+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-06-20T07:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a000fa8b54c7502df36546d9344880062c622a3c'/>
<id>urn:sha1:a000fa8b54c7502df36546d9344880062c622a3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a dedicated type instead of a reference for the diagnostic context</title>
<updated>2024-06-18T15:42:11+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-06-18T10:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ba82d61eb519c9c8cb8c47a3030a2bd2faaa186'/>
<id>urn:sha1:7ba82d61eb519c9c8cb8c47a3030a2bd2faaa186</id>
<content type='text'>
This paves the way for tracking more state (e.g. error tainting) in the diagnostic context handle
</content>
</entry>
<entry>
<title>emit an error if we can't find a path to the self-contained linker</title>
<updated>2024-05-23T15:47:35+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2024-05-21T18:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d64a8bd1e55bd4be1e506792eabd812716d31765'/>
<id>urn:sha1:d64a8bd1e55bd4be1e506792eabd812716d31765</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove extraneous note on `UnableToRunDsymutil` diagnostic</title>
<updated>2024-04-26T17:24:06+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2024-04-26T17:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1367827eac3d813a261a4c444037af9736996daa'/>
<id>urn:sha1:1367827eac3d813a261a4c444037af9736996daa</id>
<content type='text'>
</content>
</entry>
</feed>
