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 IntoIterator impl for arrays by value (for [T; N]) F-const_generics `#![feature(const_generics)]` needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#65819 by LukasKalbertodt was closed Apr 26, 2021 Loading…
2 of 5 tasks
feat: Update hashbrown to instantiate less llvm IR I-compiletime Issue: Problems and improvements with respect to compile times. 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.
#77566 by Marwes was merged Mar 18, 2021 Loading… 1.52.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
Substantial refactor to the design of LineWriter 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.
#72808 by Lucretiel was merged Aug 29, 2020 Loading…
Implement RFC 2945: "C-unwind" ABI 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.
#76570 by cratelyn was merged Mar 10, 2021 Loading… 1.52.0
Overhaul of the AllocRef trait to match allocator-wg's latest consens S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#69889 by TimDiekmann was closed Mar 18, 2020 Loading…
Stabilise c_unwind A-run-make Area: port run-make Makefiles to rmake.rs F-c_unwind `#![feature(c_unwind)]` merged-by-bors This PR was explicitly merged by bors. 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.
#116088 by nbdd0121 was merged Jun 20, 2024 Loading… 1.81.0
Rewrite pin module documentation to clarify usage and invariants 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#116129 by fu5ha was merged Jan 8, 2024 Loading… 1.77.0
document when atomic loads are guaranteed read-only 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. 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue. T-opsem Relevant to the opsem team
#115577 by RalfJung was merged Oct 17, 2023 Loading… 1.75.0
Implement int_format_into feature 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.
#142098 by GuillaumeGomez was merged Jul 8, 2025 Loading… 1.90.0
Optimize ToString implementation for integers merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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.
#136264 by GuillaumeGomez was merged May 15, 2025 Loading… 1.89.0
Add emulated TLS support A-testsuite Area: The testsuite used to check the correctness of rustc merged-by-bors This PR was explicitly merged by bors. O-unix Operating system: Unix-like 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#117873 by quininer was merged Dec 9, 2023 Loading… 1.76.0
specialize some collection and iterator operations to run in-place 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#70793 by the8472 was merged Sep 3, 2020 Loading…
Initial implementation of core_float_math merged-by-bors This PR was explicitly merged by bors. rla-silenced Silences rust-log-analyzer postings to the PR it's added on. 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.
#138087 by tgross35 was merged May 17, 2025 Loading… 1.89.0
Add Iterator::try_find 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#63177 by MOZGIII was merged Jan 2, 2020 Loading…
Move std_detect into stdlib A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool 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) T-infra Relevant to the infrastructure 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.
#143412 by Kobzol was merged Jul 23, 2025 Loading… 1.90.0
Merge crossbeam-channel into std::sync::mpsc A-meta Area: Issues & PRs about the rust-lang/rust repository itself merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#93563 by ibraheemdev was merged Nov 13, 2022 Loading… 1.67.0
Update stdarch A-testsuite Area: The testsuite used to check the correctness of rustc merged-by-bors This PR was explicitly merged by bors. 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure 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.
#136831 by ehuss was merged Mar 6, 2025 Loading… 1.87.0
Split core's PanicInfo and std's PanicInfo 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#115974 by m-ou-se was merged Jun 12, 2024 Loading… 1.81.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 asm!() support for PowerPC 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.
#84732 by DrChat was merged May 13, 2021 Loading… 1.54.0
Overhaul of the AllocRef trait to match allocator-wg's latest consens; Take 2 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.
#70362 by TimDiekmann was merged Apr 2, 2020 Loading…
Bump cc dependency A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-libs Relevant to the library team, which will review and decide on the PR/issue.
#130720 by arttet was closed Sep 28, 2024 Loading…
Add precondition checks to ptr::offset, ptr::add, ptr::sub merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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.
#130251 by saethlin was merged Oct 8, 2024 Loading… 1.83.0
Implement Make handle_alloc_error default to panic (for no_std + liballoc) A-allocators Area: Custom and system allocators 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#76448 by haraldh was merged Oct 4, 2020 Loading… 1.49.0
ProTip! Follow long discussions with comments:>50.