<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_macros, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-22T05:59:24+00:00</updated>
<entry>
<title>Introduce `Symbol::with_interner`.</title>
<updated>2025-07-22T05:59:24+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-06-22T21:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8a5bcdde9d8668f92bd2f323898d5da1bdc5df5b'/>
<id>urn:sha1:8a5bcdde9d8668f92bd2f323898d5da1bdc5df5b</id>
<content type='text'>
It lets you get the contents of multiple symbols with a single TLS
lookup and interner lock, instead of one per symbol.
</content>
</entry>
<entry>
<title>Fix line break after ":" in unpretty attribute print</title>
<updated>2025-07-06T07:51:47+00:00</updated>
<author>
<name>Jonathan Brouwer</name>
<email>jonathantbrouwer@gmail.com</email>
</author>
<published>2025-07-05T20:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=33f2cc7eda7a97e2870f9c60a229211a5f416b7a'/>
<id>urn:sha1:33f2cc7eda7a97e2870f9c60a229211a5f416b7a</id>
<content type='text'>
Signed-off-by: Jonathan Brouwer &lt;jonathantbrouwer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Rollup merge of #134006 - klensy:typos, r=nnethercote</title>
<updated>2025-07-03T11:29:35+00:00</updated>
<author>
<name>Jana Dönszelmann</name>
<email>jonathan@donsz.nl</email>
</author>
<published>2025-07-03T11:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f6d37a25a96fd2c20f4349474d81bbb35e2ecba3'/>
<id>urn:sha1:f6d37a25a96fd2c20f4349474d81bbb35e2ecba3</id>
<content type='text'>
setup typos check in CI

This allows to check typos in CI, currently for compiler only (to reduce commit size with fixes). With current setup, exclude list is quite short, so it worth trying?

Also includes commits with actual typo fixes.

MCP: https://github.com/rust-lang/compiler-team/issues/817

typos check currently turned for:
* ./compiler
* ./library
* ./src/bootstrap
* ./src/librustdoc

After merging, PRs which enables checks for other crates (tools) can be implemented too.

Found typos will **not break** other jobs immediately: (tests, building compiler for perf run). Job will be marked as red on completion in ~ 20 secs, so you will not forget to fix it whenever you want, before merging pr.

Check typos: `python x.py test tidy --extra-checks=spellcheck`
Apply typo fixes: `python x.py test tidy --extra-checks=spellcheck:fix` (in case if there only 1 suggestion of each typo)

Current fail in this pr is expected and shows how typo errors emitted. Commit with error will be removed after r+.
</content>
</entry>
<entry>
<title>setup CI and tidy to use typos for spellchecking and fix few typos</title>
<updated>2025-07-03T07:51:06+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2024-12-07T10:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c76d032f0144b650a438ee1efba89c475e0b115b'/>
<id>urn:sha1:c76d032f0144b650a438ee1efba89c475e0b115b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove doc comments from TyCtxtFeed</title>
<updated>2025-07-01T00:14:06+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-07-01T00:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ef4f71957dbfb542746dc64ba65af51ee6852fe7'/>
<id>urn:sha1:ef4f71957dbfb542746dc64ba65af51ee6852fe7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use tidy to sort `sym::*` items</title>
<updated>2025-06-28T09:25:55+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotamofek@microsoft.com</email>
</author>
<published>2025-06-27T17:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00b64f8851e9f56239a48e4306efd597d7be972c'/>
<id>urn:sha1:00b64f8851e9f56239a48e4306efd597d7be972c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only args in main diag are saved and restored without removing the newly added ones</title>
<updated>2025-06-26T15:06:38+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-06-26T15:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1f313649ce215c9b0442354ec6aa03384d7101c'/>
<id>urn:sha1:d1f313649ce215c9b0442354ec6aa03384d7101c</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>Add runtime check to avoid overwrite arg easily in diag and store and restore snapshot when set subdiag arg</title>
<updated>2025-06-25T13:07:16+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-06-21T16:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2d17c60bd62c03b91f6ded31b34da90addf2fc0'/>
<id>urn:sha1:d2d17c60bd62c03b91f6ded31b34da90addf2fc0</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>Remove all unused feature gates from the compiler</title>
<updated>2025-06-08T14:50:42+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-06-08T14:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9223704f4b92ded13090659f60afb98e52eabf1b'/>
<id>urn:sha1:9223704f4b92ded13090659f60afb98e52eabf1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow trailing comma after argument in query definition</title>
<updated>2025-05-20T10:22:08+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-05-20T10:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37260e1c5b920baf12ec0dd6755751d1783e27ed'/>
<id>urn:sha1:37260e1c5b920baf12ec0dd6755751d1783e27ed</id>
<content type='text'>
</content>
</entry>
</feed>
