Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

add BytePattern for searching &[u8] S-waiting-on-review 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.
#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 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.
#127814 by folkertdev was merged Jul 19, 2024 Loading… 1.81.0
[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 repr() on invalid items disposition-merge 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
#133925 by folkertdev was merged Feb 7, 2025 Loading… 1.86.0
add -Zmin-function-alignment 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.
#134030 by folkertdev was merged Jan 11, 2025 Loading… 1.86.0
use indirect return for i128 and f128 on wasm32 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.
#135534 by folkertdev was merged Jan 17, 2025 Loading… 1.86.0
support wasm inline assembly in naked_asm! O-wasm 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.
#135648 by folkertdev was merged Jan 24, 2025 Loading… 1.86.0
use PassMode::Direct for vector types on s390x O-SystemZ 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.
#135785 by folkertdev was merged Jan 26, 2025 Loading… 1.86.0
add more s390x target features 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.
#135630 by folkertdev was merged Feb 21, 2025 Loading… 1.87.0
improve error message when global_asm! uses asm! operands 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.
#128305 by folkertdev was merged Aug 4, 2024 Loading… 1.82.0
improve error message when global_asm! uses asm! options 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.
#128207 by folkertdev was merged Jul 27, 2024 Loading… 1.82.0
migrate thumb-none-qemu to rmake A-run-make 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)
#128639 by folkertdev was merged Aug 8, 2024 Loading… 1.82.0
migrate thumb-none-cortex-m to rmake A-run-make 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)
#128636 by folkertdev was merged Aug 8, 2024 Loading… 1.82.0
add naked_asm! macro for use in #[naked] functions A-run-make 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.
#128651 by folkertdev was merged Oct 7, 2024 Loading… 1.83.0
add test for symbol visibility of #[naked] functions A-run-make 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.
#128362 by folkertdev was merged Aug 7, 2024 Loading… 1.82.0
make /// doc comments compatible with naked functions 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.
#128380 by folkertdev was merged Jul 31, 2024 Loading… 1.82.0
#[naked]: use an allowlist for allowed options on asm! in naked functions 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.
#128138 by folkertdev was merged Jul 25, 2024 Loading… 1.82.0
Stabilize asm_const relnotes 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.
#128570 by folkertdev was merged Aug 14, 2024 Loading… 1.82.0
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.
#128852 by folkertdev was merged Aug 9, 2024 Loading… 1.82.0
fix ICE when asm_const and const_refs_to_static are combined 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.
#129472 by folkertdev was merged Sep 6, 2024 Loading… 1.83.0
#[naked]: report incompatible attributes 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.
#127853 by folkertdev was merged Jul 28, 2024 Loading… 1.82.0
codegen #[naked] functions using global asm A-run-make 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.
#128004 by folkertdev was merged Dec 12, 2024 Loading… 1.85.0
add is_multiple_of for unsigned integer types S-waiting-on-bors 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.
#128103 by folkertdev was merged Jul 28, 2024 Loading… 1.82.0
add extern "C-cmse-nonsecure-entry" fn 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127766 by folkertdev was merged Sep 22, 2024 Loading… 1.83.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.