<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_ssa/Cargo.toml, branch 1.77.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.77.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.77.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-02-15T18:54:29+00:00</updated>
<entry>
<title>Update jobserver-rs to 0.1.28</title>
<updated>2024-02-15T18:54:29+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2024-02-09T16:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=131e1fc968dfff4f8d2a986b4200089a92d48dc4'/>
<id>urn:sha1:131e1fc968dfff4f8d2a986b4200089a92d48dc4</id>
<content type='text'>
(cherry picked from commit 83f3bc42714250633cacadcde8b15da28bf443f0)
</content>
</entry>
<entry>
<title>Update to bitflags 2 in the compiler</title>
<updated>2023-12-30T17:17:28+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2023-12-30T16:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ffafcd8819deb78ad85dd4968cf5da531d8f436d'/>
<id>urn:sha1:ffafcd8819deb78ad85dd4968cf5da531d8f436d</id>
<content type='text'>
This involves lots of breaking changes. There are two big changes that
force changes. The first is that the bitflag types now don't
automatically implement normal derive traits, so we need to derive them
manually.

Additionally, bitflags now have a hidden inner type by default, which
breaks our custom derives. The bitflags docs recommend using the impl
form in these cases, which I did.
</content>
</entry>
<entry>
<title>jobserver: check file descriptors</title>
<updated>2023-11-29T15:00:03+00:00</updated>
<author>
<name>belovdv</name>
<email>70999565+belovdv@users.noreply.github.com</email>
</author>
<published>2023-07-15T15:48:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=45e634234690a7d061e133b8cf9d31af34b29a0b'/>
<id>urn:sha1:45e634234690a7d061e133b8cf9d31af34b29a0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update itertools to 0.11.</title>
<updated>2023-11-21T21:13:21+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-11-13T23:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3eadc6844bfb4da5ab5e28414eb11ed39fc72e0f'/>
<id>urn:sha1:3eadc6844bfb4da5ab5e28414eb11ed39fc72e0f</id>
<content type='text'>
Because the API for `with_position` improved in 0.11 and I want to use
it.
</content>
</entry>
<entry>
<title>Add arm64e-apple-ios target</title>
<updated>2023-11-15T10:55:18+00:00</updated>
<author>
<name>Artyom Tetyukhin</name>
<email>51746822+arttet@users.noreply.github.com</email>
</author>
<published>2023-11-15T10:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5e349219405c3c49f7449f29524d8a77bc4d768'/>
<id>urn:sha1:f5e349219405c3c49f7449f29524d8a77bc4d768</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up `rustc_*/Cargo.toml`.</title>
<updated>2023-10-29T21:46:02+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-10-20T02:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ff624a9f29b4f545984bddf732efe21e42dfa40'/>
<id>urn:sha1:8ff624a9f29b4f545984bddf732efe21e42dfa40</id>
<content type='text'>
- Sort dependencies and features sections.
- Add `tidy` markers to the sorted sections so they stay sorted.
- Remove empty `[lib`] sections.
- Remove "See more keys..." comments.

Excluded files:
- rustc_codegen_{cranelift,gcc}, because they're external.
- rustc_lexer, because it has external use.
- stable_mir, because it has external use.
</content>
</entry>
<entry>
<title>Remove cgu_reuse_tracker from Session</title>
<updated>2023-10-09T18:39:41+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-09-19T11:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9fa2ca6add1db7f77c90bdc06210be694ed2571'/>
<id>urn:sha1:e9fa2ca6add1db7f77c90bdc06210be694ed2571</id>
<content type='text'>
This removes a bit of global mutable state
</content>
</entry>
<entry>
<title>Upgrade Object and related deps</title>
<updated>2023-08-14T15:05:45+00:00</updated>
<author>
<name>dirreke</name>
<email>mingyang_ge@163.com</email>
</author>
<published>2023-08-14T14:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=74817b7053984b0ad0cb04a7b20be61343d05498'/>
<id>urn:sha1:74817b7053984b0ad0cb04a7b20be61343d05498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable tests on rustc_codegen_ssa</title>
<updated>2023-08-03T19:48:55+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2023-08-03T19:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40729bcb6914c8d239c70ad9ac4c532a0d12e495'/>
<id>urn:sha1:40729bcb6914c8d239c70ad9ac4c532a0d12e495</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't compress dylib metadata</title>
<updated>2023-07-19T14:47:06+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2023-07-15T10:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=52853c2694309353353a4ecba1a09a87791a7fd6'/>
<id>urn:sha1:52853c2694309353353a4ecba1a09a87791a7fd6</id>
<content type='text'>
</content>
</entry>
</feed>
