<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/allocator, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce the number of unstable features in tests</title>
<updated>2022-11-30T15:55:10+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2022-11-30T15:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e66220f747e4823ca4fc771cc1c46f3fd2f6bc81'/>
<id>urn:sha1:e66220f747e4823ca4fc771cc1c46f3fd2f6bc81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize default_alloc_error_handler</title>
<updated>2022-11-03T07:12:58+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2022-09-26T15:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5e0b760d0ef062447f4f5b35adef5c75c8c69ff'/>
<id>urn:sha1:f5e0b760d0ef062447f4f5b35adef5c75c8c69ff</id>
<content type='text'>
Closes #66741
</content>
</entry>
<entry>
<title>Fix a bunch of typo</title>
<updated>2022-08-31T10:24:55+00:00</updated>
<author>
<name>Dezhi Wu</name>
<email>wu543065657@163.com</email>
</author>
<published>2022-08-18T02:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1430fb7ca499d517d9f4b3b6c5a81442129c88b'/>
<id>urn:sha1:b1430fb7ca499d517d9f4b3b6c5a81442129c88b</id>
<content type='text'>
This PR will fix some typos detected by [typos].

I only picked the ones I was sure were spelling errors to fix, mostly in
the comments.

[typos]: https://github.com/crate-ci/typos
</content>
</entry>
<entry>
<title>Warn about dead tuple struct fields</title>
<updated>2022-08-03T10:17:23+00:00</updated>
<author>
<name>Fabian Wolff</name>
<email>fabian.wolff@alumni.ethz.ch</email>
</author>
<published>2022-07-25T20:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3c7e04a4430942205872a8ed3c67531f22985bc'/>
<id>urn:sha1:e3c7e04a4430942205872a8ed3c67531f22985bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mention implementers of unsatisfied trait</title>
<updated>2022-04-04T21:01:42+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-12-13T20:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3aac307ca62f6d6c5b3612d3dfe80b6eeae8ba15'/>
<id>urn:sha1:3aac307ca62f6d6c5b3612d3dfe80b6eeae8ba15</id>
<content type='text'>
When encountering an unsatisfied trait bound, if there are no other
suggestions, mention all the types that *do* implement that trait:

```
error[E0277]: the trait bound `f32: Foo` is not satisfied
  --&gt; $DIR/impl_wf.rs:22:6
   |
LL | impl Baz&lt;f32&gt; for f32 { }
   |      ^^^^^^^^ the trait `Foo` is not implemented for `f32`
   |
   = help: the following other types implement trait `Foo`:
             Option&lt;T&gt;
             i32
             str
note: required by a bound in `Baz`
  --&gt; $DIR/impl_wf.rs:18:31
   |
LL | trait Baz&lt;U: ?Sized&gt; where U: Foo { }
   |                               ^^^ required by this bound in `Baz`
```

Mention implementers of traits in `ImplObligation`s.

Do not mention other `impl`s for closures, ranges and `?`.
</content>
</entry>
<entry>
<title>Point at type when a `static` `#[global_allocator]` doesn't `impl` `GlobalAlloc`</title>
<updated>2021-12-15T01:40:08+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-12-15T01:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84408ca9a3e7d1a49e2260902e75568f9e1d5d1a'/>
<id>urn:sha1:84408ca9a3e7d1a49e2260902e75568f9e1d5d1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not mention associated items when they introduce an obligation</title>
<updated>2021-11-20T19:19:31+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-10-12T14:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=563db4245b5373794be8e06ea878f81661888fa0'/>
<id>urn:sha1:563db4245b5373794be8e06ea878f81661888fa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various diagnostics clean ups/tweaks</title>
<updated>2021-07-19T15:43:35+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-07-17T18:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba052bd8de1459acb6809215b0bedf4ea476ef9a'/>
<id>urn:sha1:ba052bd8de1459acb6809215b0bedf4ea476ef9a</id>
<content type='text'>
* Always point at macros, including derive macros
* Point at non-local items that introduce a trait requirement
* On private associated item, point at definition
</content>
</entry>
<entry>
<title>Show macro name in 'this error originates in macro' message</title>
<updated>2021-05-12T23:03:06+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2021-02-13T19:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0dd9f118d973bb077c6ff0e2a57421ca2eecb81c'/>
<id>urn:sha1:0dd9f118d973bb077c6ff0e2a57421ca2eecb81c</id>
<content type='text'>
When there are multiple macros in use, it can be difficult to tell
which one was responsible for producing an error.
</content>
</entry>
</feed>
