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

miri: for ABI mismatch errors, say which argument is the problem 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.
#144535 by RalfJung was merged Jul 28, 2025 Loading... 1.90.0
check_static_item: explain should_check_for_sync choices 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.
#144534 by RalfJung was merged Jul 28, 2025 Loading... 1.90.0
Limit defaultness query to impl of trait 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.
#144448 by camsteffen was merged Jul 26, 2025 Loading... 1.90.0
coverage: Enlarge empty spans during MIR instrumentation, not codegen A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#144298 by Zalathar was merged Jul 23, 2025 Loading... 1.90.0
compute_trait_goal structural equality fast path T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#144258 by lcnr was closed Aug 11, 2025 Loading...
Don't consider unstable fields always-inhabited 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.
#144216 by Nadrieril was merged Jul 21, 2025 Loading... 1.90.0
Parser: Recover from attributes applied to types and generic args 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.
#144195 by Kivooeo was merged Aug 7, 2025 Loading... 1.91.0
Debug impls for DropElaborators 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.
#144162 by beepster4096 was merged Jul 21, 2025 Loading... 1.90.0
docs: update link to RISC-V and Xtensa installation guide S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#144149 by reallesee was merged Jul 20, 2025 Loading... 1.90.0
Rename emit_unless to emit_unless_delay 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.
#144103 by xizheyin was merged Jul 19, 2025 Loading... 1.90.0
Do not lint private-in-public for RPITIT 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.
#144098 by cjgillot was merged Jul 19, 2025 Loading... 1.90.0
Fix debuginfo-lto-alloc.rs test 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.
#144078 by bjorn3 was merged Jul 20, 2025 Loading... 1.90.0
Fix wrong messages from methods with the same name from different traits 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.
#144029 by lichuang was merged Jul 18, 2025 Loading... 1.90.0
tests: add private RPITIT & exported_private_dependencies tests T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#144020 by mladedav was closed Jul 18, 2025 Draft
Fix false positive double negations with macro invocation 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.
#144008 by anatawa12 was merged Jul 18, 2025 Loading... 1.90.0
rustc_type_ir/walk: move docstring to TypeWalker itself 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.
#143935 by ada4a was merged Jul 15, 2025 Loading... 1.90.0
Preserve constness in trait objects up to hir ty lowering 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.
#143927 by oli-obk was merged Jul 15, 2025 Loading... 1.90.0
Recover and suggest to use ; to construct array type A-tidy Area: The tidy tool 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.
#143905 by xizheyin was merged Jul 15, 2025 Loading... 1.90.0
update issue number for const_trait_impl A-run-make Area: port run-make Makefiles to rmake.rs F-const_trait_impl `#![feature(const_trait_impl)]` 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#143875 by fee1-dead was merged Jul 14, 2025 Loading... 1.90.0
Ban projecting into SIMD types [MCP838] 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.
#143833 by scottmcm was merged Jul 21, 2025 Loading... 1.90.0
New tracking issues for const_ops and const_cmp 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.
#143803 by RalfJung was merged Jul 13, 2025 Loading... 1.90.0
compute all rpitit of a trait 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.
#143783 by bvanjoi was merged Jul 13, 2025 Loading... 1.90.0
Properly track the depth when expanding free alias types F-lazy_type_alias `#![feature(lazy_type_alias)]` 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.
#143744 by fmease was merged Jul 11, 2025 Loading... 1.90.0
Rework borrowing suggestions to use Expr instead of just Span 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.
#143742 by estebank was merged Jul 11, 2025 Loading... 1.90.0
use the disambiguated idx from last impl trait T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143723 by bvanjoi was closed Jul 11, 2025 Loading...
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.

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