-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
add Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
BytePattern
for searching &[u8]
S-waiting-on-review
#134350
by folkertdev
was closed Jan 23, 2025
Loading…
Const asm type fix single commit
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128069
by folkertdev
was closed Jul 22, 2024
Loading…
C-cmse-nonsecure-call
: improved error messages
S-waiting-on-bors
[EXPERIMENTAL] try a workaround for unstable error message order
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128505
by folkertdev
was closed Aug 1, 2024
•
Draft
disallow This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
I-lang-easy-decision
Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-lang
Relevant to the language team
repr()
on invalid items
disposition-merge
add Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
-Zmin-function-alignment
S-waiting-on-bors
use indirect return for This PR was explicitly merged by bors.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
i128
and f128
on wasm32
merged-by-bors
support wasm inline assembly in Target: WASM (WebAssembly), http://webassembly.org/
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
naked_asm!
O-wasm
use Target: SystemZ processors (s390x)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
PassMode::Direct
for vector types on s390x
O-SystemZ
add more Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
s390x
target features
S-waiting-on-bors
improve error message when Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
global_asm!
uses asm!
operands
S-waiting-on-bors
improve error message when Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
global_asm!
uses asm!
options
S-waiting-on-bors
migrate Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
merged-by-bors
This PR was explicitly merged by bors.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
thumb-none-qemu
to rmake
A-run-make
migrate Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
thumb-none-cortex-m
to rmake
A-run-make
add Area: port run-make Makefiles to rmake.rs
merged-by-bors
This PR was explicitly merged by bors.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
naked_asm!
macro for use in #[naked]
functions
A-run-make
add test for symbol visibility of Area: port run-make Makefiles to rmake.rs
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#[naked]
functions
A-run-make
make Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
///
doc comments compatible with naked functions
S-waiting-on-bors
#[naked]
: use an allowlist for allowed options on asm!
in naked functions
S-waiting-on-bors
Stabilize Marks issues that should be documented in the release notes of the next release.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
asm_const
relnotes
use stable sort to sort multipart diagnostics
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
fix ICE when Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
asm_const
and const_refs_to_static
are combined
S-waiting-on-bors
#[naked]
: report incompatible attributes
S-waiting-on-bors
codegen Area: port run-make Makefiles to rmake.rs
CI-spurious-fail-mingw
CI spurious failure: target env mingw
merged-by-bors
This PR was explicitly merged by bors.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#[naked]
functions using global asm
A-run-make
add Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
is_multiple_of
for unsigned integer types
S-waiting-on-bors
add Area: The testsuite used to check the correctness of rustc
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
extern "C-cmse-nonsecure-entry" fn
A-testsuite
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.