<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/cmse-nonsecure/cmse-nonsecure-call, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>short-circuit the easy cases in `is_copy_modulo_regions`</title>
<updated>2022-03-10T09:19:02+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2022-03-06T07:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=54408f096377190a7faf67cb7ef4eda6e1ed4700'/>
<id>urn:sha1:54408f096377190a7faf67cb7ef4eda6e1ed4700</id>
<content type='text'>
This change is somewhat extensive, since it affects MIR -- since this is called to determine Copy vs Move -- so any test that's `no_core` needs to actually have the normal `impl`s it uses.
</content>
</entry>
<entry>
<title>Align multiline messages to their label (add left margin)</title>
<updated>2021-11-20T19:19:33+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-10-13T13:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8f433adf75c9e3f1befea5115d7e84531b3668ad'/>
<id>urn:sha1:8f433adf75c9e3f1befea5115d7e84531b3668ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the minimum external LLVM to 11</title>
<updated>2021-10-22T16:22:18+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2021-10-19T17:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65150af1b4841feeb8b81f1ada60de1191912590'/>
<id>urn:sha1:65150af1b4841feeb8b81f1ada60de1191912590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Follow the diagnostic output style guide</title>
<updated>2021-10-03T05:28:39+00:00</updated>
<author>
<name>Hirochika Matsumoto</name>
<email>git@hkmatsumoto.com</email>
</author>
<published>2021-10-03T05:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb0b1a54663ca96dd406847b9268cda547f0d8d6'/>
<id>urn:sha1:fb0b1a54663ca96dd406847b9268cda547f0d8d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiletest: ignore tests on a per-revision basis</title>
<updated>2021-06-24T20:13:08+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2021-06-13T19:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cfcb2b664d6f1419a6219f88b060dee420736407'/>
<id>urn:sha1:cfcb2b664d6f1419a6219f88b060dee420736407</id>
<content type='text'>
Otherwise something that ought to seemingly work like `//[x86]
needs-llvm-components: x86` or `//[nll_beyond]should-fail` do not get
evaluated properly.
</content>
</entry>
<entry>
<title>Re-Annotate the tests with needs-llvm-components</title>
<updated>2021-06-24T20:13:08+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2021-06-13T18:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=493fe8008b33c576240bfa6979760e0e5482d5af'/>
<id>urn:sha1:493fe8008b33c576240bfa6979760e0e5482d5af</id>
<content type='text'>
Doesn't work though, because compiletest doesn't process ignores on a
per-revision manner.
</content>
</entry>
<entry>
<title>Add a new ABI to support cmse_nonsecure_call</title>
<updated>2021-02-02T13:04:31+00:00</updated>
<author>
<name>Hugues de Valon</name>
<email>hugues.devalon@arm.com</email>
</author>
<published>2021-01-24T17:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ce9818f2b7beaed0039f42605e2f547e9e461430'/>
<id>urn:sha1:ce9818f2b7beaed0039f42605e2f547e9e461430</id>
<content type='text'>
This commit adds a new ABI to be selected via `extern
"C-cmse-nonsecure-call"` on function pointers in order for the compiler to
apply the corresponding cmse_nonsecure_call callsite attribute.
For Armv8-M targets supporting TrustZone-M, this will perform a
non-secure function call by saving, clearing and calling a non-secure
function pointer using the BLXNS instruction.

See the page on the unstable book for details.

Signed-off-by: Hugues de Valon &lt;hugues.devalon@arm.com&gt;
</content>
</entry>
</feed>
