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

suggest_borrow_generic_arg: use the correct 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.
#145191 by dianne was merged Aug 10, 2025 Loading... 1.91.0
defer opaque type errors, generally greatly reduce tainting 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.
#145115 by lcnr was merged Aug 9, 2025 Loading... 1.91.0
rustc_metadata: remove unused private trait 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.
#145103 by fee1-dead was merged Aug 9, 2025 Loading... 1.91.0
Tail call diagnostics to include lifetime info F-explicit_tail_calls `#![feature(explicit_tail_calls)]` 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.
#145012 by Kivooeo was merged Aug 15, 2025 Loading... 1.91.0
A couple small changes for rust-analyzer next-solver work 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.
#145009 by jackh726 was merged Aug 8, 2025 Loading... 1.91.0
we only merge candidates for trait and normalizes-to goals 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#144948 by lcnr was merged Aug 7, 2025 Loading... 1.91.0
fix: Match width of ascii and unicode secondary file start 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.
#144733 by Muscraft was merged Jul 31, 2025 Loading... 1.90.0
dont assemble shadowed impl candidates 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#144732 by lcnr was merged Aug 3, 2025 Loading... 1.91.0
Move rustc_middle::parameterized 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.
#144717 by nnethercote was merged Jul 31, 2025 Loading... 1.90.0
feat: Right align line numbers 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#144609 by Muscraft was merged Jul 29, 2025 Loading... 1.90.0
Complete span AST lowering. 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.
#144557 by cjgillot was merged Jul 29, 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
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
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
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
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
fix: Include frontmatter in -Zunpretty output 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.
#143708 by epage was merged Jul 12, 2025 Loading... 1.90.0
Constify Fn* 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143640 by oli-obk was merged Jul 10, 2025 Loading... 1.90.0
const-block-as-pattern: do not refer to no-longer-existing nightly feature 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.
#143589 by RalfJung was merged Jul 8, 2025 Loading... 1.90.0
consider nested cases for duplicate RPITIT 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.
#143570 by bvanjoi was merged Jul 8, 2025 Loading... 1.90.0
Use relative visibility when noting sealed trait to reduce false positive 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.
#143431 by xizheyin was merged Jul 17, 2025 Loading... 1.90.0
mbe: Gracefully handle macro rules that end after => A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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.
#143408 by joshtriplett was merged Jul 5, 2025 Loading... 1.90.0
Previous 1 3 4 5 44 45
Previous
ProTip! Exclude everything labeled bug with -label:bug.

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