<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/os/linux/raw.rs, branch 1.80.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.80.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.80.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-10-29T06:10:45+00:00</updated>
<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>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>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>
<entry>
<title>support for mips64r6 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-02T03:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6e03cd9516cccb95257e224af49d704cf493e04'/>
<id>urn:sha1:c6e03cd9516cccb95257e224af49d704cf493e04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>library/std: Add support for loongarch64</title>
<updated>2023-04-04T09:05:08+00:00</updated>
<author>
<name>zhaixiaojuan</name>
<email>zhaixiaojuan@loongson.cn</email>
</author>
<published>2022-07-06T10:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a5e23115bdd3b4655d2bad6076c69c90eec6f12d'/>
<id>urn:sha1:a5e23115bdd3b4655d2bad6076c69c90eec6f12d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove outdated cfg on `le32`</title>
<updated>2023-01-25T14:07:57+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2023-01-19T16:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dde74fe09239e1f185810908bbe57b135f7076e9'/>
<id>urn:sha1:dde74fe09239e1f185810908bbe57b135f7076e9</id>
<content type='text'>
See https://github.com/rust-lang/rust/pull/45041 for the removal of the
target (le32-unknown-nacl).
</content>
</entry>
<entry>
<title>Remove use of `#[rustc_deprecated]`</title>
<updated>2022-04-14T05:33:13+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2022-04-08T01:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4fbe73e0b79afb9e2b352438bac743104f0d2ba6'/>
<id>urn:sha1:4fbe73e0b79afb9e2b352438bac743104f0d2ba6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compute most of Public/Exported access level in rustc_resolve</title>
<updated>2022-01-09T21:33:14+00:00</updated>
<author>
<name>Lamb</name>
<email>contact@ltow.me</email>
</author>
<published>2021-07-26T03:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a77bb86ff33bd4633aa831f2580aa3792a9c279'/>
<id>urn:sha1:3a77bb86ff33bd4633aa831f2580aa3792a9c279</id>
<content type='text'>
Mak DefId to AccessLevel map in resolve for export

hir_id to accesslevel in resolve and applied in privacy
using local def id
removing tracing probes
making function not recursive and adding comments

Move most of Exported/Public res to rustc_resolve

moving public/export res to resolve

fix missing stability attributes in core, std and alloc

move code to access_levels.rs

return for some kinds instead of going through them

Export correctness, macro changes, comments

add comment for import binding

add comment for import binding

renmae to access level visitor, remove comments, move fn as closure, remove new_key

fmt

fix rebase

fix rebase

fmt

fmt

fix: move macro def to rustc_resolve

fix: reachable AccessLevel for enum variants

fmt

fix: missing stability attributes for other architectures

allow unreachable pub in rustfmt

fix: missing impl access level + renaming export to reexport

Missing impl access level was found thanks to a test in clippy
</content>
</entry>
<entry>
<title>libstd: Add m68k for raw type definitions on Linux</title>
<updated>2021-09-17T15:07:14+00:00</updated>
<author>
<name>John Paul Adrian Glaubitz</name>
<email>glaubitz@physik.fu-berlin.de</email>
</author>
<published>2021-08-25T07:48:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e56778dc8b13973dde9345e23db085eeb7bbfe9'/>
<id>urn:sha1:5e56778dc8b13973dde9345e23db085eeb7bbfe9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup `std::os`</title>
<updated>2021-05-03T14:56:20+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2021-03-04T13:03:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e2cd33db84a4787391989c69ed3ce70ce8c07ec'/>
<id>urn:sha1:0e2cd33db84a4787391989c69ed3ce70ce8c07ec</id>
<content type='text'>
</content>
</entry>
</feed>
