<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/common, 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>2024-01-11T19:10:25+00:00</updated>
<entry>
<title>std: begin moving platform support modules into `pal`</title>
<updated>2024-01-11T19:10:25+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-01-11T19:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99128b7e45f8b95d962da2e6ea584767f0c85455'/>
<id>urn:sha1:99128b7e45f8b95d962da2e6ea584767f0c85455</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update test for `E0796` and `static_mut_ref` lint</title>
<updated>2024-01-07T14:29:25+00:00</updated>
<author>
<name>Obei Sideg</name>
<email>obei.sideg@gmail.com</email>
</author>
<published>2023-12-22T12:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a8aa6878f63e53a9b0cfee542e9765407e1ca0d6'/>
<id>urn:sha1:a8aa6878f63e53a9b0cfee542e9765407e1ca0d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove asmjs from library</title>
<updated>2023-10-29T06:10:45+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2023-10-29T05:29:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6649219c3f218408b630d14d03271c9038901000'/>
<id>urn:sha1:6649219c3f218408b630d14d03271c9038901000</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use visibility to check unused imports and delete some stmts</title>
<updated>2023-10-22T13:27:46+00:00</updated>
<author>
<name>bohan</name>
<email>bohan-zhang@foxmail.com</email>
</author>
<published>2023-10-15T11:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=482275b19422b871b986ec0400257a9b80080218'/>
<id>urn:sha1:482275b19422b871b986ec0400257a9b80080218</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Minimal Std implementation for UEFI</title>
<updated>2023-09-22T11:53:30+00:00</updated>
<author>
<name>Ayush Singh</name>
<email>ayushsingh1325@gmail.com</email>
</author>
<published>2022-12-18T04:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=48c6ae0611ec6fb4094a24610982ddefde16e20f'/>
<id>urn:sha1:48c6ae0611ec6fb4094a24610982ddefde16e20f</id>
<content type='text'>
Implemented modules:
1. alloc
2. os_str
3. env
4. math

Tracking Issue: https://github.com/rust-lang/rust/issues/100499
API Change Proposal: https://github.com/rust-lang/libs-team/issues/87

This was originally part of https://github.com/rust-lang/rust/pull/100316. Since
that PR was becoming too unwieldy and cluttered, and with suggestion
from @dvdhrm, I have extracted a minimal std implementation to this PR.

Signed-off-by: Ayush Singh &lt;ayushsingh1325@gmail.com&gt;
</content>
</entry>
<entry>
<title>fix(std): Rename os_str_bytes to encoded_bytes</title>
<updated>2023-09-02T00:33:16+00:00</updated>
<author>
<name>Ed Page</name>
<email>eopage@gmail.com</email>
</author>
<published>2023-09-02T00:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30292bb68ec1a737df074449cbb9f4384065274a'/>
<id>urn:sha1:30292bb68ec1a737df074449cbb9f4384065274a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a csky-unknown-linux-gnuabiv2 target</title>
<updated>2023-08-14T15:02:36+00:00</updated>
<author>
<name>Dirreke</name>
<email>mingyang_ge@163.com</email>
</author>
<published>2023-07-13T14:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d16409fe228f07c8a702ace7b42c1e1196ff85e6'/>
<id>urn:sha1:d16409fe228f07c8a702ace7b42c1e1196ff85e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove additional [allow(unused_unsafe)]</title>
<updated>2023-07-24T21:56:38+00:00</updated>
<author>
<name>James Dietz</name>
<email>jamesthespeedy@gmail.com</email>
</author>
<published>2023-06-16T18:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db4a1534402a163f9296347d31796f070ae7c4e1'/>
<id>urn:sha1:db4a1534402a163f9296347d31796f070ae7c4e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>delete [allow(...)] from issue #74838</title>
<updated>2023-07-24T20:32:32+00:00</updated>
<author>
<name>James Dietz</name>
<email>jamesthespeedy@gmail.com</email>
</author>
<published>2023-05-08T17:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fe0ef9a689d6298d0aa58dc3e491fc0066132fa7'/>
<id>urn:sha1:fe0ef9a689d6298d0aa58dc3e491fc0066132fa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support for mips32r6 as a target_arch value</title>
<updated>2023-07-18T10:58:18+00:00</updated>
<author>
<name>chenx97</name>
<email>chenx97@aosc.io</email>
</author>
<published>2023-06-28T05:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3727148a0cb2ddf5f3d9c3af7f6caf5bc032e9d'/>
<id>urn:sha1:d3727148a0cb2ddf5f3d9c3af7f6caf5bc032e9d</id>
<content type='text'>
</content>
</entry>
</feed>
