<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_llvm/src, branch 1.68.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.68.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.68.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-08-18T18:29:02+00:00</updated>
<entry>
<title>Add diagnostic translation lints to crates that don't emit them</title>
<updated>2022-08-18T18:29:02+00:00</updated>
<author>
<name>5225225</name>
<email>5225225@mailbox.org</email>
</author>
<published>2022-08-18T18:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09ea9f0a87be489250bdb8d9171c7deb20fd04b1'/>
<id>urn:sha1:09ea9f0a87be489250bdb8d9171c7deb20fd04b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fully stabilize NLL</title>
<updated>2022-06-03T21:16:41+00:00</updated>
<author>
<name>Jack Huey</name>
<email>31162821+jackh726@users.noreply.github.com</email>
</author>
<published>2022-04-01T17:13:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=410dcc96741716bf1b4dc9b3bf33f408f220384d'/>
<id>urn:sha1:410dcc96741716bf1b4dc9b3bf33f408f220384d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trivial cfg(bootstrap) changes</title>
<updated>2022-04-05T21:18:40+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro@pietroalbini.org</email>
</author>
<published>2022-04-05T20:42:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=181d28bb6110dc974879db20d433f21aa142db3a'/>
<id>urn:sha1:181d28bb6110dc974879db20d433f21aa142db3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize native library modifier syntax and the `whole-archive` modifier specifically</title>
<updated>2022-03-30T20:53:21+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2022-02-11T07:08:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1004783ef9bdcf006f0ed33badacf83a5934feb2'/>
<id>urn:sha1:1004783ef9bdcf006f0ed33badacf83a5934feb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Repace use of `static_nobundle` with `native_link_modifiers`</title>
<updated>2021-10-23T13:51:22+00:00</updated>
<author>
<name>Mateusz Mikuła</name>
<email>mati865@gmail.com</email>
</author>
<published>2021-10-23T12:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a076f2b9b48af47a2f85f579069424d88d850915'/>
<id>urn:sha1:a076f2b9b48af47a2f85f579069424d88d850915</id>
<content type='text'>
This fixes warning when building Rust and running tests:
```
warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle`
warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate)
```
</content>
</entry>
<entry>
<title>Fix clippy lints</title>
<updated>2021-10-01T21:17:19+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2021-09-30T17:38:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=759eba0a08ef80f958e671e822ad02e2b5409946'/>
<id>urn:sha1:759eba0a08ef80f958e671e822ad02e2b5409946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiler/rustc_llvm: Enable M68k LLVM target</title>
<updated>2021-09-17T15:07:14+00:00</updated>
<author>
<name>John Paul Adrian Glaubitz</name>
<email>glaubitz@physik.fu-berlin.de</email>
</author>
<published>2021-08-25T07:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa27d50caa5b0972803b957212a813b582a6c013'/>
<id>urn:sha1:fa27d50caa5b0972803b957212a813b582a6c013</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add BPF target</title>
<updated>2021-05-23T08:03:27+00:00</updated>
<author>
<name>Alessandro Decina</name>
<email>alessandro.d@gmail.com</email>
</author>
<published>2020-11-30T19:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12e70929d66577f74cb6214bba5bf104e1f14aa2'/>
<id>urn:sha1:12e70929d66577f74cb6214bba5bf104e1f14aa2</id>
<content type='text'>
This change adds the bpfel-unknown-none and bpfeb-unknown-none targets
which can be used to generate little endian and big endian BPF
</content>
</entry>
<entry>
<title>All supported LLVM versions have MSP430AsmPrinter</title>
<updated>2021-03-22T19:44:48+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2021-03-22T19:44:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b97a33b1cb90326ccfa1c8a9882e50cd9e6de80f'/>
<id>urn:sha1:b97a33b1cb90326ccfa1c8a9882e50cd9e6de80f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests for extern block linting</title>
<updated>2021-01-13T12:49:16+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2020-09-01T21:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8a3edb1d661ed5ce685bd5dcfa600b6e02897b86'/>
<id>urn:sha1:8a3edb1d661ed5ce685bd5dcfa600b6e02897b86</id>
<content type='text'>
</content>
</entry>
</feed>
