<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-executor/src/raw/waker.rs, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/'/>
<entry>
<title>executor: Add fallible from_waker getter</title>
<updated>2025-12-18T08:57:52+00:00</updated>
<author>
<name>Dániel Buga</name>
<email>bugadani@gmail.com</email>
</author>
<published>2025-12-18T08:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e62adea1f93f8eaba2f9da5ebe90e5f23a480101'/>
<id>e62adea1f93f8eaba2f9da5ebe90e5f23a480101</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rustfmt for edition 2024.</title>
<updated>2025-10-06T21:19:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-06T20:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8730a013c395cf0bf4c2fa8eeb7f138288103039'/>
<id>8730a013c395cf0bf4c2fa8eeb7f138288103039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some intra-doc links</title>
<updated>2025-04-03T08:35:00+00:00</updated>
<author>
<name>James Munns</name>
<email>james@onevariable.com</email>
</author>
<published>2025-04-03T08:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b7e1b1ca941b3b92dede55f2a5b65fcad788ce42'/>
<id>b7e1b1ca941b3b92dede55f2a5b65fcad788ce42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WakerHack for good.</title>
<updated>2024-12-17T12:06:31+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-12-17T12:06:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=fc25fca00b48630073575d14bcc713912d0b0104'/>
<id>fc25fca00b48630073575d14bcc713912d0b0104</id>
<content type='text'>
Now that 1.83 xtensa is out, we can remove it unconditionally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that 1.83 xtensa is out, we can remove it unconditionally.
</pre>
</div>
</content>
</entry>
<entry>
<title>executor: compare vtable addr instead of contents.</title>
<updated>2024-11-12T15:30:46+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-11-12T15:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=853c5c567add8134b8419cf0a6a2b6c8cb0b0aa6'/>
<id>853c5c567add8134b8419cf0a6a2b6c8cb0b0aa6</id>
<content type='text'>
Saves a whopping 44 bytes of text, yay.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Saves a whopping 44 bytes of text, yay.
</pre>
</div>
</content>
</entry>
<entry>
<title>executor: use WakerHack unconditionally even if `nightly` feature is enabled. (#3528)</title>
<updated>2024-11-12T15:28:26+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-11-12T15:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=baeb59b5b8d63ef9bb6ecada518ea8b911d2dc30'/>
<id>baeb59b5b8d63ef9bb6ecada518ea8b911d2dc30</id>
<content type='text'>
This ensures the executor compiles with all recent nightly versions,
including the stable-but-with-nightly-features-enabled xtensa rustc.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures the executor compiles with all recent nightly versions,
including the stable-but-with-nightly-features-enabled xtensa rustc.</pre>
</div>
</content>
</entry>
<entry>
<title>Detect and allow older nightlies</title>
<updated>2024-11-06T09:48:59+00:00</updated>
<author>
<name>Dániel Buga</name>
<email>bugadani@gmail.com</email>
</author>
<published>2024-11-06T09:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1e850ae79149e737c1ba39a383596eabcb0bb940'/>
<id>1e850ae79149e737c1ba39a383596eabcb0bb940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: nightly api changed during the night</title>
<updated>2024-09-06T09:16:44+00:00</updated>
<author>
<name>Oleksandr Babak</name>
<email>alexanderbabak@proton.me</email>
</author>
<published>2024-09-06T09:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=01d8508b6c9bf89e27a83b9587bcc13c358c1e51'/>
<id>01d8508b6c9bf89e27a83b9587bcc13c358c1e51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minimize cfg code in task_from_waker</title>
<updated>2024-06-12T23:59:28+00:00</updated>
<author>
<name>zjp</name>
<email>jiping_zhou@foxmail.com</email>
</author>
<published>2024-06-12T23:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=dd6a873447c35224b405d6bf94512b7be4dbb3b4'/>
<id>dd6a873447c35224b405d6bf94512b7be4dbb3b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>put cfg code inside task_from_waker function</title>
<updated>2024-06-12T23:33:40+00:00</updated>
<author>
<name>zjp</name>
<email>jiping_zhou@foxmail.com</email>
</author>
<published>2024-06-12T23:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b780df5f76adaf68d041d13820c455d4bf7eed96'/>
<id>b780df5f76adaf68d041d13820c455d4bf7eed96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
