<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/panic_abort/src, branch 1.76.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.76.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.76.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-12-07T02:33:03+00:00</updated>
<entry>
<title>add teeos std impl</title>
<updated>2023-12-07T02:33:03+00:00</updated>
<author>
<name>袁浩</name>
<email>yuanhao34@huawei.com</email>
</author>
<published>2023-10-09T03:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e353eb91fb793c5ec7cb12f7c99a13d55e05fba1'/>
<id>urn:sha1:e353eb91fb793c5ec7cb12f7c99a13d55e05fba1</id>
<content type='text'>
Signed-off-by: 袁浩 &lt;yuanhao34@huawei.com&gt;
</content>
</entry>
<entry>
<title>Rebase to master</title>
<updated>2023-09-22T11:53:33+00:00</updated>
<author>
<name>Ayush Singh</name>
<email>ayushsingh1325@gmail.com</email>
</author>
<published>2023-05-21T08:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7e5f3ca085c3adfd285a6d41080ff65a6299bc9'/>
<id>urn:sha1:c7e5f3ca085c3adfd285a6d41080ff65a6299bc9</id>
<content type='text'>
- Update Example
- Add thread_parking to sys::uefi
- Fix unsafe in unsafe errors
- Improve docs
- Improve os/exit
- Some asserts
- Switch back to atomics

Signed-off-by: Ayush Singh &lt;ayushdevel1325@gmail.com&gt;
</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>Rename BoxMeUp to PanicPayload.</title>
<updated>2023-09-20T17:24:52+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2023-09-20T17:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76d9b3689c1425807e2c418159366b49a4fd819b'/>
<id>urn:sha1:76d9b3689c1425807e2c418159366b49a4fd819b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3</title>
<updated>2023-09-19T07:38:20+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-09-19T07:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae9c330629f1fb03a636cb8af367fead024793db'/>
<id>urn:sha1:ae9c330629f1fb03a636cb8af367fead024793db</id>
<content type='text'>
Add initial libstd support for Xous

This patchset adds some minimal support to the tier-3 target `riscv32imac-unknown-xous-elf`. The following features are supported:

* alloc
* thread creation and joining
* thread sleeping
* thread_local
* panic_abort
* mutex
* condvar
* stdout

Additionally, internal support for the various Xous primitives surrounding IPC have been added as part of the Xous FFI. These may be exposed as part of `std::os::xous::ffi` in the future, however for now they are not public.

This represents the minimum viable product. A future patchset will add support for networking and filesystem support.
</content>
</entry>
<entry>
<title>Bump cfg(bootstrap)</title>
<updated>2023-08-24T00:05:14+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2023-08-22T11:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a916062aac997071d020159bd6f12a57ca3fd2c'/>
<id>urn:sha1:0a916062aac997071d020159bd6f12a57ca3fd2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>panic_abort: call __rust_abort on xous</title>
<updated>2023-08-22T12:25:38+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2022-11-07T11:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dfff5bf62f466fbf6f17f20dc847e8f98b943535'/>
<id>urn:sha1:dfff5bf62f466fbf6f17f20dc847e8f98b943535</id>
<content type='text'>
Xous does not properly handle invalid instructions. Instead, call
`__rust_abort` and exit normally.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>Add `internal_features` lint</title>
<updated>2023-08-03T12:50:50+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2023-03-09T20:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5830ca216d0bd8b0e2f16b0022db25114d80acb6'/>
<id>urn:sha1:5830ca216d0bd8b0e2f16b0022db25114d80acb6</id>
<content type='text'>
It lints against features that are inteded to be internal to the
compiler and standard library. Implements MCP #596.

We allow `internal_features` in the standard library and compiler as those
use many features and this _is_ the standard library from the "internal to the compiler and
standard library" after all.

Marking some features as internal wasn't exactly the most scientific approach, I just marked some
mostly obvious features. While there is a categorization in the macro,
it's not very well upheld (should probably be fixed in another PR).

We always pass `-Ainternal_features` in the testsuite
About 400 UI tests and several other tests use internal features.
Instead of throwing the attribute on each one, just always allow them.
There's nothing wrong with testing internal features^^
</content>
</entry>
<entry>
<title>Remove unnecessary raw pointer in __rust_start_panic arg</title>
<updated>2023-03-26T16:40:18+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2022-10-06T16:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b874502a2064fef93cb25aebf31b8ea1c5a41621'/>
<id>urn:sha1:b874502a2064fef93cb25aebf31b8ea1c5a41621</id>
<content type='text'>
It is no longer necessary as __rust_start_panic switched to the Rust abi.
</content>
</entry>
<entry>
<title>Replace libstd, libcore, liballoc in line comments.</title>
<updated>2022-12-30T13:00:42+00:00</updated>
<author>
<name>jonathanCogan</name>
<email>jonathanecogan@gmail.com</email>
</author>
<published>2022-10-28T23:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db47071df2647f90da5a66624caf262fa3a17456'/>
<id>urn:sha1:db47071df2647f90da5a66624caf262fa3a17456</id>
<content type='text'>
</content>
</entry>
</feed>
