Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Avoid copying the bitcode out of rlibs A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#145893 by bjorn3 was closed Aug 29, 2025 Loading...
Remove outdated bug comments 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.
#145836 by minux-lee was merged Aug 25, 2025 Loading... 1.91.0
Add aarch64_be-unknown-hermit target 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.
#145761 by Gelbpunkt was merged Aug 23, 2025 Loading... 1.91.0
Pretty print the name of an future from calling async closure 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.
#145623 by compiler-errors was merged Aug 20, 2025 Loading... 1.91.0
cleanup: Remove useless [T].iter().last() A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#145401 by estebank was merged Aug 15, 2025 Loading... 1.91.0
Fix span handling for EOF tokens to enable proper diagnostics T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#145350 by notJoon was closed Aug 14, 2025 Loading...
fix(debuginfo): handle false positives in overflow check A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#145297 by adwinwhite was merged Aug 21, 2025 Loading... 1.91.0
Tell LLVM about read-only captures A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#145259 by nikic was merged Aug 21, 2025 Loading... 1.91.0
use splice to optimize O(m*n) to O(m+n) in StyledBuffer::prepend T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#145158 by xizheyin was closed Aug 10, 2025 Loading...
Reduce indirect assoc parent queries 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#145134 by camsteffen was merged Aug 9, 2025 Loading... 1.91.0
remove unnecessary TypeFoldable impls 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.
#145097 by lcnr was merged Aug 9, 2025 Loading... 1.91.0
Add minimal armv7a-vex-v5 tier three target 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.
#145070 by lewisfm was merged Aug 8, 2025 Loading... 1.91.0
aarch64-nintendo-switch-freestanding - Enable CPU features that are always available in a live system (crypto instructions, plus explicit NEON). 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.
#144613 by pantsman0 was merged Aug 22, 2025 Loading... 1.91.0
fix(debuginfo): disable overflow check for recursive non-enum types A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#144407 by godzie44 was merged Jul 29, 2025 Loading... 1.90.0
Enable const-vector.rs test on RISC-V (riscv64) 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.
#144341 by CaiWeiran was merged Jul 26, 2025 Loading... 1.90.0
Enable dwarf-mixed-versions-lto.rs test on RISC-V (riscv64) 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.
#144339 by CaiWeiran was merged Jul 26, 2025 Loading... 1.90.0
rustc_target: document public AbiMap-related fn and variants 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.
#142765 by workingjubilee was merged Jun 21, 2025 Loading... 1.89.0
[win][aarch64] Fix linking statics on Arm64EC, take 2 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142742 by dpaoliello was merged Jun 24, 2025 Loading... 1.90.0
apply clippy::or_fun_call A-compiletest Area: The compiletest test runner 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.
#142619 by klensy was merged Jun 18, 2025 Loading... 1.89.0
Refresh module-level docs for rustc_target::spec 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.
#142608 by workingjubilee was merged Jun 18, 2025 Loading... 1.89.0
Improve --remap-path-prefix documentation A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-path-remapping Area: path remapping, --remap-path-prefix, --remap-cwd-prefix, --remap-diagnostics-scope etc. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#142372 by Urgau was merged Aug 14, 2025 Loading... 1.91.0
compiler: Make c_int_width an integer C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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.
#142352 by workingjubilee was merged Jun 12, 2025 Loading... 1.89.0
tests: Fix duplicated-path-in-error fail with musl A-compiletest Area: The compiletest test runner 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.
#142301 by Gelbpunkt was merged Jul 15, 2025 Loading... 1.90.0
tests/ui: A New Order [11/N] 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.
#142219 by Kivooeo was merged Jun 12, 2025 Loading... 1.89.0
store target.min_global_align as an Align A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#142179 by folkertdev was merged Jun 9, 2025 Loading... 1.89.0
Previous 1 3 4 5 34 35
Previous
ProTip! Type g i on any issue or pull request to go back to the issue listing page.

AltStyle によって変換されたページ (->オリジナル) /