<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/doc, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-10-02T23:16:29+00:00</updated>
<entry>
<title>Rollup merge of #147268 - davidtwco:add-arm-maintainers-to-targets, r=lqd</title>
<updated>2025-10-02T23:16:29+00:00</updated>
<author>
<name>Stuart Cook</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-10-02T23:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87c7946c8fffb39139670f3713aa306a6d5d1eb5'/>
<id>urn:sha1:87c7946c8fffb39139670f3713aa306a6d5d1eb5</id>
<content type='text'>
add arm-maintainers to various targets

Add the ``@rust-lang/arm-maintainers`` team as maintainers to the following targets:

- `aarch64-unknown-linux-gnu`
- `aarch64-unknown-none`/`aarch64-unknown-none-softfloat`
- `aarch64-unknown-uefi`
- `armv7-unknown-linux-gnueabi`/`armv7-unknown-linux-gnueabihf`
- `armv7a-none-eabi`/`armv7a-none-eabihf`
- `armv7r-none-eabi`/`armv7r-none-abihf`
- `armv8r-none-eabihf`
- `thumbv7em-none-eabi`/`thumbv7em-none-eabihf`
- `thumbv7m-none-eabi`
- `thumbv8m.base-none-eabi`
- `thumbv8m.main-none-eabi`/`thumbv8m.main-none-eabihf`

cc `@thejpster`
</content>
</entry>
<entry>
<title>Document range syntax on the rustc dev guide</title>
<updated>2025-10-02T16:13:22+00:00</updated>
<author>
<name>Christian Poveda</name>
<email>christian.poveda@ferrous-systems.com</email>
</author>
<published>2025-09-21T21:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6631c8ef5569920daba2e4ac46ac783b3a7c9c47'/>
<id>urn:sha1:6631c8ef5569920daba2e4ac46ac783b3a7c9c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add arm-maintainers to various targets</title>
<updated>2025-10-02T14:42:05+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2025-10-02T10:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7715c0d648cade90c172ee73ca26c8d80ff752f0'/>
<id>urn:sha1:7715c0d648cade90c172ee73ca26c8d80ff752f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #147236 - rustbot:docs-update, r=ehuss</title>
<updated>2025-10-02T08:27:53+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-10-02T08:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2d1efe76bcf0871a580476841141441742198310'/>
<id>urn:sha1:2d1efe76bcf0871a580476841141441742198310</id>
<content type='text'>
Update books

## rust-lang/book

1 commits in 33f1af40cc44dde7e3e892f7a508e6f427d2cbc6..1d7c3e6abec2d5a9bfac798b29b7855b95025426
2025-09-28 21:24:16 UTC to 2025-09-28 21:24:16 UTC

- Chunk of chapters from copyedit (rust-lang/book#4506)

## rust-lang/edition-guide

1 commits in aa6ce337c0adf7a63e33960d184270f2a45ab9ef..e2ed891f00361efc26616d82590b1c85d7a8920e
2025-10-01 17:11:54 UTC to 2025-10-01 17:11:54 UTC

- link to never type fallback lint as deny by default (rust-lang/edition-guide#377)

## rust-lang/nomicon

1 commits in f17a018b9989430967d1c58e9a12c51169abc744..23fc2682f8fcb887f77d0eaabba708809f834c11
2025-09-24 10:10:31 UTC to 2025-09-24 10:10:31 UTC

- a typo in ffi.md (rust-lang/nomicon#502)

## rust-lang/reference

13 commits in cc7247d8dfaef4c39000bb12c55c32ba5b5ba976..e11adf6016a362766eea5a3f9832e193994dd0c8
2025-09-29 00:55:42 UTC to 2025-09-23 23:33:32 UTC

- const functions: separate rule about users and rule about what is allowed in such functions (rust-lang/reference#2013)
- use "tuple enum variant" more consistently (rust-lang/reference#2015)
- Remove caveats related to `format_args!` expansion (rust-lang/reference#2017)
- RISC-V: Extension Updates (including document references) (rust-lang/reference#2002)
- Move inferred sentence to an example block (rust-lang/reference#2019)
- Add triagebot range-diff feature (rust-lang/reference#2011)
- use AND when searching for multiple terms (rust-lang/reference#2016)
- enumerations.md: fix pluralisation (rust-lang/reference#2014)
- const_eval.md: use sentence case for section title, for consistency (rust-lang/reference#2012)
- destructors.md: improve readability by adding pauses (rust-lang/reference#2007)
- RISC-V: Add vector state registers (rust-lang/reference#2005)
- destructors.md: point to core:: instead of std:: (rust-lang/reference#2006)
- Create Whitespace grammar productions (rust-lang/reference#1991)
</content>
</entry>
<entry>
<title>Update books</title>
<updated>2025-10-01T17:14:45+00:00</updated>
<author>
<name>rustbot</name>
<email>47979223+rustbot@users.noreply.github.com</email>
</author>
<published>2025-10-01T17:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5991c8703d01cc73c31c51fef5d92b93ac1391b4'/>
<id>urn:sha1:5991c8703d01cc73c31c51fef5d92b93ac1391b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in 'unfulfilled_lint_expectation' to plural</title>
<updated>2025-10-01T15:07:42+00:00</updated>
<author>
<name>Brian Caswell</name>
<email>bcaswell@gmail.com</email>
</author>
<published>2025-10-01T15:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84864bcf89592a1c85b6646d600ca111291fbc66'/>
<id>urn:sha1:84864bcf89592a1c85b6646d600ca111291fbc66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #146376 - durin42:dwo-specify-path, r=davidtwco</title>
<updated>2025-09-29T15:06:55+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-09-29T15:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dc2c3564d273cf8ccce32dc4f47eaa27063bceb9'/>
<id>urn:sha1:dc2c3564d273cf8ccce32dc4f47eaa27063bceb9</id>
<content type='text'>
debuginfo: add an unstable flag to write split DWARF to an explicit directory

Bazel requires knowledge of outputs from actions at analysis time, including file or directory name. In order to work around the lack of predictable output name for dwo files, we group the dwo files in a subdirectory of --out-dir as a post-processing step before returning control to bazel. Unfortunately some debugging workflows rely on directly opening the dwo file rather than loading the merged dwp file, and our trick of moving the files breaks those users. We can't just hardlink the file or copy it, because with remote build execution we wouldn't end up with the un-moved file copied back to the developer's workstation. As a fix, we add this unstable flag that causes dwo files to be written to a build-system-controllable location, which then lets bazel hoover up the dwo files, but the objects also have the correct path for the dwo files.

r? `@davidtwco`
</content>
</entry>
<entry>
<title>Rollup merge of #147081 - moturus:fix_md, r=workingjubilee</title>
<updated>2025-09-28T07:15:27+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-09-28T07:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93fff3db2a24f807ca668c2e16e0efac139749a4'/>
<id>urn:sha1:93fff3db2a24f807ca668c2e16e0efac139749a4</id>
<content type='text'>
doc: fix a typo in platform-support.md

Fix a typo.
</content>
</entry>
<entry>
<title>Improve code and fix typo</title>
<updated>2025-09-27T09:29:50+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-09-25T09:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9362ab549f87e535eeba12c5d42f584ff55ff886'/>
<id>urn:sha1:9362ab549f87e535eeba12c5d42f584ff55ff886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update book for `doc_cfg` feature</title>
<updated>2025-09-27T09:29:48+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-04-11T09:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb34332858fa6c675cbbaf421ad3986df22d86ef'/>
<id>urn:sha1:bb34332858fa6c675cbbaf421ad3986df22d86ef</id>
<content type='text'>
</content>
</entry>
</feed>
