<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_query_impl/Cargo.toml, branch 1.73.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.73.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.73.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-06-05T13:57:13+00:00</updated>
<entry>
<title>Update field-offset and enable unstable_offset_of</title>
<updated>2023-06-05T13:57:13+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2023-06-05T02:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b048396f440274d8809baa59bc2bdf3aae8aeaa2'/>
<id>urn:sha1:b048396f440274d8809baa59bc2bdf3aae8aeaa2</id>
<content type='text'>
This enables usage of the offset_of!() macro in the compiler,
through the wrappers in memoffset and then in field-offset.
</content>
</entry>
<entry>
<title>deps: bump crates</title>
<updated>2023-05-26T10:03:47+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-05-26T10:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b6a6b13c54897301dc81485e41579442ee04654'/>
<id>urn:sha1:9b6a6b13c54897301dc81485e41579442ee04654</id>
<content type='text'>
update iana-time-zone-haiku to drop bumch of cxx* deps
cargo update -p iana-time-zone-haiku
    Updating crates.io index
    Updating cc v1.0.77 -&gt; v1.0.79
    Removing codespan-reporting v0.11.1
    Removing cxx v1.0.94
    Removing cxx-build v1.0.94
    Removing cxxbridge-flags v1.0.94
    Removing cxxbridge-macro v1.0.94
    Updating iana-time-zone-haiku v0.1.1 -&gt; v0.1.2
    Removing link-cplusplus v1.0.8
    Removing scratch v1.0.5

fixes known issue https://github.com/crossbeam-rs/crossbeam/pull/972
cargo update -p crossbeam-channel
    Updating crates.io index
    Updating crossbeam-channel v0.5.6 -&gt; v0.5.8

dedupes memoffset versions
cargo update -p crossbeam-epoch
    Updating crates.io index
    Updating crossbeam-epoch v0.9.13 -&gt; v0.9.14
    Removing memoffset v0.7.1

dedupes bstr versions
cargo update -p ignore -p opener
    Updating crates.io index
    Removing bstr v0.2.17
    Updating globset v0.4.9 -&gt; v0.4.10
    Updating ignore v0.4.18 -&gt; v0.4.20
    Updating opener v0.5.0 -&gt; v0.5.2
</content>
</entry>
<entry>
<title>Use dynamic dispatch for queries</title>
<updated>2023-04-30T07:48:47+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2023-02-07T07:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2fe28ae0a40f280eb85ef948b1dae8aa1be41d7a'/>
<id>urn:sha1:2fe28ae0a40f280eb85ef948b1dae8aa1be41d7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update indexmap and rayon crates</title>
<updated>2023-03-25T01:12:13+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2023-03-25T01:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=27c44d2e28d9e1e38526dd52ac2f07336aabe254'/>
<id>urn:sha1:27c44d2e28d9e1e38526dd52ac2f07336aabe254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade `thin-vec` from 0.2.9 to 0.2.12.</title>
<updated>2023-02-21T00:51:55+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2022-12-05T23:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06228d6e9331dd7742e069287bbb4802663b2742'/>
<id>urn:sha1:06228d6e9331dd7742e069287bbb4802663b2742</id>
<content type='text'>
Because 0.2.10 added supports for `ThinVec::splice`, and 0.2.12 is the
latest release.
</content>
</entry>
<entry>
<title>remove unused imports</title>
<updated>2023-02-06T14:40:18+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-02-06T13:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02'/>
<id>urn:sha1:4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable query_impl doctests</title>
<updated>2023-01-04T02:38:28+00:00</updated>
<author>
<name>CarsonV</name>
<email>carsonv22@gmail.com</email>
</author>
<published>2023-01-04T02:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f98adb32f543d710e6af1941e5373d397b476d6b'/>
<id>urn:sha1:f98adb32f543d710e6af1941e5373d397b476d6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: use ThinVec for cleaned generics</title>
<updated>2022-11-02T23:17:22+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-10-11T17:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=03968a802c50decefd663692906397b44a95d8f6'/>
<id>urn:sha1:03968a802c50decefd663692906397b44a95d8f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.</title>
<updated>2022-08-29T05:42:13+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2022-08-17T04:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b38106b6d8478fbfbded5403ee31c056c71cef48'/>
<id>urn:sha1:b38106b6d8478fbfbded5403ee31c056c71cef48</id>
<content type='text'>
`rustc_data_structures::thin_vec::ThinVec` looks like this:
```
pub struct ThinVec&lt;T&gt;(Option&lt;Box&lt;Vec&lt;T&gt;&gt;&gt;);
```
It's just a zero word if the vector is empty, but requires two
allocations if it is non-empty. So it's only usable in cases where the
vector is empty most of the time.

This commit removes it in favour of `thin_vec::ThinVec`, which is also
word-sized, but stores the length and capacity in the same allocation as
the elements. It's good in a wider variety of situation, e.g. in enum
variants where the vector is usually/always non-empty.

The commit also:
- Sorts some `Cargo.toml` dependency lists, to make additions easier.
- Sorts some `use` item lists, to make additions easier.
- Changes `clean_trait_ref_with_bindings` to take a
  `ThinVec&lt;TypeBinding&gt;` rather than a `&amp;[TypeBinding]`, because this
  avoid some unnecessary allocations.
</content>
</entry>
<entry>
<title>Do not report cycle error when inferring return type for suggestion</title>
<updated>2022-08-16T03:00:32+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-08-10T20:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5309375d2c8d51dafedb5404f0fb49f402350394'/>
<id>urn:sha1:5309375d2c8d51dafedb5404f0fb49f402350394</id>
<content type='text'>
</content>
</entry>
</feed>
